-
Prometheus (as deployed by the commonly used operator chart) is difficult to maintain and a resource hog; because of that AMP is very attractive. Alertmanager though works fine for our purposes, and w…
-
I set up an external Alertmanager datasource, which is using a self-signed certificate.
I checked Skip TLS Verify in the datasource options UI and tried sending an alert.
I also tried adding the CA …
-
hello there - if we opt to self-deploy Alertmanager with GMP, is there a way to disable the automatically created alertmanager deployment / service?
https://cloud.google.com/stackdriver/docs/manage…
-
Which is the possible way to configure the external Alertmanager to "Only Internal" or "Only External" in helm chart?
-
```
2023/09/19 02:46:43 http: panic serving 10.42.53.174:45502: write tcp 10.42.53.185:9093->10.42.53.174:45502: write: broken pipe
goroutine 60488 [running]:
net/http.(*conn).serve.func1()
net/h…
-
**Describe the bug**
After https://github.com/cortexproject/cortex/commit/da2ad99f2c258537701c2b427195029c838612df
all the containers that depend on block storage resources hang on authorization fai…
-
**Describe the bug**
We are running micro services for cortex, we were using v1 version for alertmanager api by specifying flag -ruler.alertmanager-use-v2=false(used cortex v1.16.0), now we upgrade c…
-
What is the difference between signoz/alertmanager and prometheus/alertmanager?
-
In the managed alertmanager, `alertmanager-data` is of `EmptyDir` which means that configured silences and notification states won't persist on pod restarts. Is there a way to have a configurable PVC …
-
May I ask what I want to do to retrieve the values uploaded to Prometheus tags in the template? Using $Value can only retrieve a single value. What should I do if I need to retrieve values from multip…