[prometheus-users] AlertManager + Pagerduty + Grafana?

2023-07-11 Thread 'Kevin Z' via Prometheus Users
We have integrated alertmanager with pagerduty to generate alerts. In the pagerduty alert, there is a field called "Source:" which links to the prometheus query that triggered the alert. Something like this: Source: http%3A%2F%2Fprometheus-k8s-0%3A9090%2Fgraph%3Fg0.expr%3D100%20-%20(sum(rate(er

Re: [prometheus-users] Separate endpoint for aggregate metrics?

2023-03-29 Thread Kevin Z
This label scales as users interact with our server and create new accounts. It is problematic right now because it currently is added to all metrics. On Monday, March 27, 2023 at 1:39:57 AM UTC-7 Stuart Clark wrote: > On 2023-03-25 07:30, Kevin Z wrote: > > Hi, > > > >

[prometheus-users] Separate endpoint for aggregate metrics?

2023-03-25 Thread Kevin Z
Hi, We have a server that has a high cardinality of metrics, mainly due to a label that is tagged on the majority of the metrics. However, most of our dashboards/queries don't use this label, and just use aggregate queries. There are specific scenarios where we would need to debug and sort base