Anand Rajagopal
Anand Rajagopal
In cases where Prometheus is used as a library instead of standalone setup and metric data is stored externally, running the same rules (queries) on multiple instances might not be...
@juliusv Thank you for your response! Prometheus rule manager can be stopped but there currently is not a way to restart a manager. `run()` in `rules/manager.go` only blocks. `Update()` starts...
@bwplotka I created a [draft PR ](https://github.com/prometheus/prometheus/pull/13858) to illustrate the idea. Please take a look
> This is a duplicate of https://github.com/prometheus/alertmanager/pull/3648/files, right? Was not aware of this but I will take a look
> > This is a duplicate of https://github.com/prometheus/alertmanager/pull/3648/files, right? > > Was not aware of this but I will take a look The other [PR](https://github.com/prometheus/alertmanager/pull/3648) addresses issues more than just...
Can this be merged?
Thank you for the reviews and time. I understand the issues with this PR and therefore going to withdraw/close the PR
> This seems reasonable to me. Have you tested it with the race detector just out of interest? Do you mean the following? ``` go test -race `go list ./......
> > > This seems reasonable to me. Have you tested it with the race detector just out of interest? > > > > > > Do you mean the...