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

Commit 88249aa

Browse files
committed
fix for multi instance
1 parent 6169330 commit 88249aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/extra/dashboards/tsdb-gw.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
"aliasColors": {
140140
"GC cpu fraction - promille": "#e24d42",
141141
"alloc rate": "#629e51",
142-
"tsdb-gw.allocated_in_heap": "#e5ac0e",
143-
"tsdb-gw.obtained_from_sys": "#65c5db"
142+
"allocated_in_heap": "#e5ac0e",
143+
"obtained_from_sys": "#65c5db"
144144
},
145145
"bars": false,
146146
"dashLength": 10,
@@ -186,7 +186,7 @@
186186
{
187187
"refCount": 0,
188188
"refId": "A",
189-
"target": "aliasByNode(tsdb-gw.stats.$env.$host.memory.bytes.*.gauge64, 3, 6)"
189+
"target": "groupByNode(tsdb-gw.stats.$env.$host.memory.bytes.*.gauge64, 6, 'avg')"
190190
},
191191
{
192192
"refCount": 0,
@@ -742,4 +742,4 @@
742742
"title": "Tsdb-gw 0.9",
743743
"uid": "DSd3POZiz",
744744
"version": 2
745-
}
745+
}

0 commit comments

Comments
 (0)