Skip to content

Commit

Permalink
story-indexer-alerts.json: sum -in and -delay queues for alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Budne committed May 10, 2024
1 parent cbba3a6 commit 3b10677
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/grafana/story-indexer-alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@
"targets": [
{
"refId": "A",
"target": "sumSeries(stats.gauges.mc.prod.story-indexer.rabbitmq-stats.queues.ready.*-in)"
"target": "sumSeries(stats.gauges.mc.prod.story-indexer.rabbitmq-stats.queues.ready.*-in, stats.gauges.mc.prod.story-indexer.rabbitmq-stats.queues.ready.*-delay)",
"textEditor": false
}
],
"thresholds": [
Expand All @@ -252,7 +253,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "all input queues",
"title": "sum of all input & delay queues",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -618,5 +619,5 @@
"timezone": "",
"title": "story-indexer alerts",
"uid": "hN1OxidSk",
"version": 12
"version": 13
}

0 comments on commit 3b10677

Please sign in to comment.