Skip to content

Commit

Permalink
Feat: New metric in grafana dashboard - snapshot stored
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Lucas committed Apr 1, 2019
1 parent cbe4d45 commit 06a1490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aws/provision/files/grafana/dashboards/QED.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 2,
"iteration": 1554125247186,
"iteration": 1554125967496,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1522,7 +1522,7 @@
"tableColumn": "Value",
"targets": [
{
"expr": "sum(qed_store_snapshots_stored_total)",
"expr": "sum(qed_store_events_stored_total)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down Expand Up @@ -1624,7 +1624,7 @@
"valueName": "delta"
}
],
"refresh": "10s",
"refresh": false,
"schemaVersion": 18,
"style": "dark",
"tags": [],
Expand Down

0 comments on commit 06a1490

Please sign in to comment.