Skip to content

Commit

Permalink
prometheus: fix grafana's updater notes graph
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 d3b1410 commit 4f0f813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
},
"targets": [
{
"expr": "clair_updater_notes_total",
"expr": "sum(clair_updater_notes_total)",
"intervalFactor": 2,
"legendFormat": "",
"metric": "clair_updater_notes_total",
"metric": "",
"refId": "A",
"step": 21
}
Expand Down

0 comments on commit 4f0f813

Please sign in to comment.