Skip to content

Commit

Permalink
Improve QED dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Lucas authored and iknite committed Feb 19, 2019
1 parent 8fbe0d7 commit d3ce718
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 12,
"id": 3,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -213,7 +213,7 @@
"tableColumn": "Value",
"targets": [
{
"expr": "sum(qed_balloon_add_total) / 3",
"expr": "sum(qed_balloon_add_total) / sum(qed_instances_count)",
"format": "time_series",
"hide": false,
"instant": false,
Expand Down Expand Up @@ -1471,7 +1471,7 @@
"list": []
},
"time": {
"from": "now-5m",
"from": "now-15m",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -1502,5 +1502,5 @@
"timezone": "",
"title": "QED",
"uid": "rjPFfGuik",
"version": 2
"version": 1
}

0 comments on commit d3ce718

Please sign in to comment.