Skip to content

Commit

Permalink
prometheus: correct notifier latency metric in grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent f68012d commit cf3573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(clair_notifier_latency_seconds_sum[$rate]))/sum(rate(clair_notifier_latency_seconds_count[$rate]))",
"expr": "sum(rate(clair_notifier_latency_milliseconds_sum[$rate]))/sum(rate(clair_notifier_latency_milliseconds_count[$rate]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "Notifier - Latency",
Expand Down

0 comments on commit cf3573c

Please sign in to comment.