Skip to content

Commit

Permalink
Updated api grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrist committed Mar 24, 2017
1 parent d3476ae commit 01f8dd9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions profile/templates/monitoring/grafana/dashboard/api.json
Expand Up @@ -146,7 +146,7 @@
"refId": "A"
},
{
"target": "haproxy.*.$api.connection_errors",
"target": "derivative(haproxy.*.$api.connection_errors)",
"refId": "B"
},
{
Expand Down Expand Up @@ -239,11 +239,11 @@
"id": 3,
"targets": [
{
"target": "haproxy.*.$api.bytes_in",
"target": "derivative(haproxy.*.$api.bytes_in)",
"refId": "A"
},
{
"target": "haproxy.*.$api.bytes_out",
"target": "derivative(haproxy.*.$api.bytes_out)",
"refId": "B"
}
],
Expand Down Expand Up @@ -293,7 +293,8 @@
"total": false,
"avg": true,
"rightSide": true,
"alignAsTable": true
"alignAsTable": true,
"sideWidth": 250
},
"nullPointMode": "connected",
"steppedLine": true,
Expand All @@ -313,7 +314,7 @@
}
],
"time": {
"from": "now-12h",
"from": "now-6h",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -361,7 +362,7 @@
"annotations": {
"list": []
},
"refresh": false,
"refresh": "30s",
"schemaVersion": 12,
"version": 5,
"links": [],
Expand Down

0 comments on commit 01f8dd9

Please sign in to comment.