Skip to content

Commit 4e16979

Browse files
committed
Apply generated changes to example dashboards receive-controller
1 parent 23f3429 commit 4e16979

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

examples/dashboards/receive-controller.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
{
4848
"expr": "sum by (namespace, job) (rate(thanos_receive_controller_reconcile_attempts_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
4949
"format": "time_series",
50-
"intervalFactor": 2,
5150
"legendFormat": "rate",
5251
"legendLink": null
5352
}
@@ -122,7 +121,6 @@
122121
{
123122
"expr": "sum by (namespace, job, type) (rate(thanos_receive_controller_reconcile_errors_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
124123
"format": "time_series",
125-
"intervalFactor": 2,
126124
"legendFormat": "{{type}}",
127125
"legendLink": null
128126
}
@@ -209,7 +207,6 @@
209207
{
210208
"expr": "sum by (namespace, job) (rate(thanos_receive_controller_configmap_change_attempts_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
211209
"format": "time_series",
212-
"intervalFactor": 2,
213210
"legendFormat": "rate",
214211
"legendLink": null
215212
}
@@ -284,7 +281,6 @@
284281
{
285282
"expr": "sum by (namespace, job, type) (rate(thanos_receive_controller_configmap_change_errors_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
286283
"format": "time_series",
287-
"intervalFactor": 2,
288284
"legendFormat": "{{type}}",
289285
"legendLink": null
290286
}
@@ -371,7 +367,6 @@
371367
{
372368
"expr": "sum by (namespace, job) (rate(thanos_receive_hashrings_file_changes_total{job=~\"thanos-receive-default.*\"}[$interval]))",
373369
"format": "time_series",
374-
"intervalFactor": 2,
375370
"legendFormat": "all",
376371
"legendLink": null
377372
}
@@ -536,14 +531,12 @@
536531
{
537532
"expr": "avg by (namespace, job, name) (thanos_receive_controller_hashring_nodes{namespace=\"$namespace\", job=\"$job\"})",
538533
"format": "time_series",
539-
"intervalFactor": 2,
540534
"legendFormat": "receive controller {{name}}",
541535
"legendLink": null
542536
},
543537
{
544538
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_nodes{job=~\"thanos-receive-default.*\"})",
545539
"format": "time_series",
546-
"intervalFactor": 2,
547540
"legendFormat": "receive {{name}}",
548541
"legendLink": null
549542
}
@@ -618,14 +611,12 @@
618611
{
619612
"expr": "avg by (namespace, job, name) (thanos_receive_controller_hashring_tenants{namespace=\"$namespace\", job=\"$job\"})",
620613
"format": "time_series",
621-
"intervalFactor": 2,
622614
"legendFormat": "receive controller {{name}}",
623615
"legendLink": null
624616
},
625617
{
626618
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_tenants{job=~\"thanos-receive-default.*\"})",
627619
"format": "time_series",
628-
"intervalFactor": 2,
629620
"legendFormat": "receive {{name}}",
630621
"legendLink": null
631622
}
@@ -716,7 +707,6 @@
716707
"expr": "time() - max by (namespace, job) (thanos_receive_controller_configmap_last_reload_success_timestamp_seconds{namespace=\"$namespace\", job=\"$job\"})",
717708
"format": "time_series",
718709
"instant": true,
719-
"intervalFactor": 2,
720710
"refId": "A"
721711
}
722712
],
@@ -794,7 +784,6 @@
794784
"expr": "time() - max by (namespace, job) (thanos_receive_config_last_reload_success_timestamp_seconds{namespace=\"$namespace\", job=\"$job\"})",
795785
"format": "time_series",
796786
"instant": true,
797-
"intervalFactor": 2,
798787
"refId": "A"
799788
}
800789
],
@@ -857,7 +846,7 @@
857846
"value": "default"
858847
},
859848
"hide": 0,
860-
"label": "Data Source",
849+
"label": "Data source",
861850
"name": "datasource",
862851
"options": [ ],
863852
"query": "prometheus",

0 commit comments

Comments
 (0)