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

Commit 99fa6f7

Browse files
committed
update for new fakemetrics stats
1 parent e9a2957 commit 99fa6f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docker/extra/dashboards/fake-metrics.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"targets": [
6767
{
6868
"refId": "A",
69-
"target": "aliasByNode(stats.$environment.timers.fake_metrics.*.metricpublisher.out.*.flush_duration.{mean,upper}, 7, 9)",
69+
"target": "aliasByNode(stats.$environment.timers.fakemetrics.*.*.metricpublisher.out.*.flush_duration.{mean,upper}, 7, 9)",
7070
"textEditor": false
7171
},
7272
{
7373
"refId": "B",
74-
"target": "aliasByNode(stats.$environment.timers.fake_metrics.*.metricpublisher.global.flush_duration.upper, 6, 8)",
74+
"target": "aliasByNode(stats.$environment.timers.fakemetrics.*.*.metricpublisher.global.flush_duration.upper, 6, 8)",
7575
"textEditor": false
7676
}
7777
],
@@ -115,11 +115,11 @@
115115
"targets": [
116116
{
117117
"refId": "A",
118-
"target": "aliasByNode(stats.$environment.gauges.fake_metrics.*.metricpublisher.out.*.publish_queued, 7,8)"
118+
"target": "aliasByNode(stats.$environment.gauges.fakemetrics.*.*.metricpublisher.out.*.publish_queued, 7,8)"
119119
},
120120
{
121121
"refId": "B",
122-
"target": "aliasByNode(stats.$environment.fake_metrics.*.metricpublisher.out.*.publish_errors, 6,7)"
122+
"target": "aliasByNode(stats.$environment.fakemetrics.*.*.metricpublisher.out.*.publish_errors, 6,7)"
123123
}
124124
],
125125
"datasource": "graphite",
@@ -204,7 +204,7 @@
204204
"targets": [
205205
{
206206
"refId": "A",
207-
"target": "aliasByNode(stats.$environment.timers.fake_metrics.*.metricpublisher.out.*.publish_duration.{mean,upper*}, 7, 9)"
207+
"target": "aliasByNode(stats.$environment.timers.fakemetrics.*.*.metricpublisher.out.*.publish_duration.{mean,upper*}, 7, 9)"
208208
}
209209
],
210210
"datasource": "graphite",
@@ -281,7 +281,7 @@
281281
"targets": [
282282
{
283283
"refId": "A",
284-
"target": "aliasByNode(stats.$environment.fake_metrics.*.metricpublisher.out.*.published_*, 6, 7)"
284+
"target": "aliasByNode(stats.$environment.fakemetrics.*.*.metricpublisher.out.*.published_*, 6, 7)"
285285
}
286286
],
287287
"datasource": "graphite",
@@ -369,7 +369,7 @@
369369
"targets": [
370370
{
371371
"refId": "A",
372-
"target": "aliasByNode(stats.$environment.timers.fake_metrics.*.metricpublisher.out.*.message_*.{mean,upper}, 7, 8, 9)"
372+
"target": "aliasByNode(stats.$environment.timers.fakemetrics.*.*.metricpublisher.out.*.message_*.{mean,upper}, 7, 8, 9)"
373373
}
374374
],
375375
"datasource": "graphite",
@@ -487,7 +487,7 @@
487487
"targets": [
488488
{
489489
"refId": "A",
490-
"target": "aliasByNode(stats.$environment.fake_metrics.*.metricpublisher.out.*.metrics-published, 6, 7)",
490+
"target": "aliasByNode(stats.$environment.fakemetrics.*.*.metricpublisher.out.*.metrics-published, 6, 7)",
491491
"textEditor": false
492492
},
493493
{

0 commit comments

Comments
 (0)