Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
import latest tsdbgw dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Apr 17, 2018
1 parent 5cb9fd7 commit d3300c0
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions docker/extra/dashboards/tsdb-gw.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
"panels": [
{
"alerting": {},
"aliasColors": {
"published.metricdata": "#2f575e",
"published.metricpoint": "#7eb26d"
},
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
Expand Down Expand Up @@ -87,7 +84,29 @@
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"seriesOverrides": [
{
"alias": "/metricdata/",
"lines": true,
"points": false,
"color": "#2a4422",
"stack": "A"
},
{
"alias": "/metricpoint/",
"lines": true,
"points": false,
"color": "#3f6833",
"stack": "A"
},
{
"alias": "/metricpoint_no_org/",
"lines": true,
"points": false,
"color": "#7eb26d",
"stack": "A"
}
],
"spaceLength": 10,
"stack": true,
"steppedLine": false,
Expand Down

0 comments on commit d3300c0

Please sign in to comment.