Skip to content

Commit 7f74898

Browse files
committed
fix software cluster latency display
1 parent c174cbe commit 7f74898

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

newrelic_v2/dashboards/newrelic-software-cluster.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nrqlQueries": [
4343
{
4444
"accountIds": [
45-
3321735
45+
6704154
4646
],
4747
"query": "SELECT latest(db_config) as Status FROM Metric FACET cluster as Cluster, db_name as Database"
4848
}
@@ -82,7 +82,7 @@
8282
"nrqlQueries": [
8383
{
8484
"accountIds": [
85-
3321735
85+
6704154
8686
],
8787
"query": "SELECT average(endpoint_read_requests_latency_histogram_sum)/average(endpoint_read_requests_latency_histogram_count) + average(endpoint_write_requests_latency_histogram_sum)/average(endpoint_write_requests_latency_histogram_count) AS 'Total Latecny' FROM Metric TIMESERIES 1 hour"
8888
}
@@ -120,7 +120,7 @@
120120
"nrqlQueries": [
121121
{
122122
"accountIds": [
123-
3321735
123+
6704154
124124
],
125125
"query": "SELECT average(redis_server_db0_keys) AS 'keys' FROM Metric "
126126
}
@@ -149,7 +149,7 @@
149149
"nrqlQueries": [
150150
{
151151
"accountIds": [
152-
3321735
152+
6704154
153153
],
154154
"query": "SELECT latest(node_metrics_up) as 'running nodes' FROM Metric "
155155
}
@@ -188,7 +188,7 @@
188188
"nrqlQueries": [
189189
{
190190
"accountIds": [
191-
3321735
191+
6704154
192192
],
193193
"query": "SELECT rate(latest(endpoint_read_requests), 1 minute) + rate(latest(endpoint_write_requests), 1 minute) + rate(latest(endpoint_other_requests), 1 minute) as 'requests/second' FROM Metric "
194194
}
@@ -228,7 +228,7 @@
228228
"nrqlQueries": [
229229
{
230230
"accountIds": [
231-
3321735
231+
6704154
232232
],
233233
"query": "SELECT latest(redis_server_used_memory)/1048576 AS 'megabytes' FROM Metric "
234234
}
@@ -263,7 +263,7 @@
263263
"nrqlQueries": [
264264
{
265265
"accountIds": [
266-
3321735
266+
6704154
267267
],
268268
"query": "SELECT latest(endpoint_client_connections) as 'connections' FROM Metric "
269269
}
@@ -303,7 +303,7 @@
303303
"nrqlQueries": [
304304
{
305305
"accountIds": [
306-
3321735
306+
6704154
307307
],
308308
"query": "SELECT latest(redis_server_used_memory)/latest(redis_server_maxmemory) FROM Metric FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
309309
}
@@ -355,9 +355,9 @@
355355
"nrqlQueries": [
356356
{
357357
"accountIds": [
358-
3321735
358+
6704154
359359
],
360-
"query": "SELECT latest(redis_server_used_memory)/latest(redis_server_maxmemory) FROM Metric FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
360+
"query": "SELECT percentile(endpoint_read_requests_latency_histogram_bucket, 95), percentile(endpoint_write_requests_latency_histogram_bucket, 95) FROM Metric FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
361361
}
362362
],
363363
"platformOptions": {
@@ -367,7 +367,7 @@
367367
"isLabelVisible": true
368368
},
369369
"units": {
370-
"unit": "PERCENTAGE"
370+
"unit": "MS"
371371
},
372372
"yAxisLeft": {
373373
"zero": true
@@ -407,7 +407,7 @@
407407
"nrqlQueries": [
408408
{
409409
"accountIds": [
410-
3321735
410+
6704154
411411
],
412412
"query": "SELECT latest(redis_server_db0_keys) FROM Metric FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
413413
}
@@ -456,7 +456,7 @@
456456
"nrqlQueries": [
457457
{
458458
"accountIds": [
459-
3321735
459+
6704154
460460
],
461461
"query": "SELECT latest(endpoint_client_connections) FROM Metric FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
462462
}
@@ -505,7 +505,7 @@
505505
"nrqlQueries": [
506506
{
507507
"accountIds": [
508-
3321735
508+
6704154
509509
],
510510
"query": "SELECT rate(latest(endpoint_read_requests), 1 minute) + rate(latest(endpoint_write_requests), 1 minute) + rate(latest(endpoint_other_requests), 1 minute) FROM Metric FACET cluster SINCE 10 MINUTES AGO TIMESERIES 1 MINUTE"
511511
}
@@ -554,7 +554,7 @@
554554
"nrqlQueries": [
555555
{
556556
"accountIds": [
557-
3321735
557+
6704154
558558
],
559559
"query": "SELECT latest(redis_server_expired_keys) FROM Metric WHERE role = 'master' FACET cluster SINCE 60 MINUTES AGO TIMESERIES 5 MINUTES"
560560
}
@@ -577,4 +577,4 @@
577577
}
578578
],
579579
"variables": []
580-
}
580+
}

0 commit comments

Comments
 (0)