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

Commit

Permalink
handle better many instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Nov 28, 2019
1 parent 1a47a47 commit 68e426d
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions dashboards/main/metrictank.json
Original file line number Diff line number Diff line change
Expand Up @@ -3129,20 +3129,20 @@
"targets": [
{
"refId": "A",
"target": "aliasByNode(metrictank.stats.$environment.$instance.idx.*.*.latency.mean.gauge32, 5, 6, 8)"
"target": "groupByNodes(metrictank.stats.$environment.$instance.idx.*.*.latency.mean.gauge32, 'avg',5, 6, 8)"
},
{
"refId": "B",
"target": "aliasByNode(consolidateBy(metrictank.stats.$environment.$instance.idx.*.*.latency.{p90,max}.gauge32, 'max'), 5, 6, 8)"
"target": "groupByNodes(consolidateBy(metrictank.stats.$environment.$instance.idx.*.*.latency.{p90,max}.gauge32, 'max'), 'max', 5, 6, 8)"
},
{
"refId": "C",
"target": "aliasByNode(metrictank.stats.$environment.$instance.idx.*.*.*.latency.mean.gauge32, 5, 6, 7, 9)",
"target": "groupByNodes(metrictank.stats.$environment.$instance.idx.*.*.*.latency.mean.gauge32, 'avg', 5, 6, 7, 9)",
"textEditor": false
},
{
"refId": "D",
"target": "aliasByNode(consolidateBy(metrictank.stats.$environment.$instance.idx.*.*.*.latency.{p90,max}.gauge32, 'max'), 5, 6, 7, 9)",
"target": "groupByNodes(consolidateBy(metrictank.stats.$environment.$instance.idx.*.*.*.latency.{p90,max}.gauge32, 'max'), 'max', 5, 6, 7, 9)",
"textEditor": false
}
],
Expand Down Expand Up @@ -3247,11 +3247,6 @@
"lines": true,
"linewidth": 0,
"points": false
},
{
"alias": "es-retrybuf-items",
"lines": true,
"points": false
}
],
"spaceLength": 10,
Expand All @@ -3260,17 +3255,12 @@
"targets": [
{
"refId": "A",
"target": "aliasByNode(perSecond(metrictank.stats.$environment.$instance.idx.*.ops.*.counter32), 5, 7)",
"target": "groupByNodes(perSecond(metrictank.stats.$environment.$instance.idx.*.ops.*.counter32), 'sum', 5, 7)",
"textEditor": false
},
{
"refId": "B",
"target": "aliasByNode(sumSeriesWithWildcards(metrictank.stats.$environment.$instance.idx.*.add.values.rate32, 2, 3), 3, 4)",
"textEditor": false
},
{
"refId": "C",
"target": "aliasByNode(sumSeriesWithWildcards(metrictank.stats.$environment.$instance.idx.*.query-insert.exec.values.rate32, 2, 3), 3, 4)",
"target": "aliasByNode(sumSeriesWithWildcards(metrictank.stats.$environment.$instance.idx.*.query-insert.exec.values.rate32, 2, 3), 3, 4)",
"textEditor": false
}
],
Expand Down

0 comments on commit 68e426d

Please sign in to comment.