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

Commit

Permalink
fix for multi instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Apr 16, 2018
1 parent 6169330 commit 88249aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/extra/dashboards/tsdb-gw.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"aliasColors": {
"GC cpu fraction - promille": "#e24d42",
"alloc rate": "#629e51",
"tsdb-gw.allocated_in_heap": "#e5ac0e",
"tsdb-gw.obtained_from_sys": "#65c5db"
"allocated_in_heap": "#e5ac0e",
"obtained_from_sys": "#65c5db"
},
"bars": false,
"dashLength": 10,
Expand Down Expand Up @@ -186,7 +186,7 @@
{
"refCount": 0,
"refId": "A",
"target": "aliasByNode(tsdb-gw.stats.$env.$host.memory.bytes.*.gauge64, 3, 6)"
"target": "groupByNode(tsdb-gw.stats.$env.$host.memory.bytes.*.gauge64, 6, 'avg')"
},
{
"refCount": 0,
Expand Down Expand Up @@ -742,4 +742,4 @@
"title": "Tsdb-gw 0.9",
"uid": "DSd3POZiz",
"version": 2
}
}

0 comments on commit 88249aa

Please sign in to comment.