Skip to content

Commit

Permalink
Update receive-controller.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherzli committed Jan 24, 2024
1 parent 44a6a09 commit a7dcfa9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/dashboards/receive-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
{
"expr": "sum by (namespace, job) (rate(thanos_receive_controller_reconcile_attempts_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "rate",
"legendLink": null
}
Expand Down Expand Up @@ -122,7 +121,6 @@
{
"expr": "sum by (namespace, job, type) (rate(thanos_receive_controller_reconcile_errors_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"legendLink": null
}
Expand Down Expand Up @@ -209,7 +207,6 @@
{
"expr": "sum by (namespace, job) (rate(thanos_receive_controller_configmap_change_attempts_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "rate",
"legendLink": null
}
Expand Down Expand Up @@ -284,7 +281,6 @@
{
"expr": "sum by (namespace, job, type) (rate(thanos_receive_controller_configmap_change_errors_total{namespace=\"$namespace\", job=\"$job\"}[$interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"legendLink": null
}
Expand Down Expand Up @@ -371,7 +367,6 @@
{
"expr": "sum by (namespace, job) (rate(thanos_receive_hashrings_file_changes_total{job=~\"thanos-receive-default.*\"}[$interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "all",
"legendLink": null
}
Expand Down Expand Up @@ -536,14 +531,12 @@
{
"expr": "avg by (namespace, job, name) (thanos_receive_controller_hashring_nodes{namespace=\"$namespace\", job=\"$job\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive controller {{name}}",
"legendLink": null
},
{
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_nodes{job=~\"thanos-receive-default.*\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive {{name}}",
"legendLink": null
}
Expand Down Expand Up @@ -618,14 +611,12 @@
{
"expr": "avg by (namespace, job, name) (thanos_receive_controller_hashring_tenants{namespace=\"$namespace\", job=\"$job\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive controller {{name}}",
"legendLink": null
},
{
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_tenants{job=~\"thanos-receive-default.*\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive {{name}}",
"legendLink": null
}
Expand Down Expand Up @@ -716,7 +707,6 @@
"expr": "time() - max by (namespace, job) (thanos_receive_controller_configmap_last_reload_success_timestamp_seconds{namespace=\"$namespace\", job=\"$job\"})",
"format": "time_series",
"instant": true,
"intervalFactor": 2,
"refId": "A"
}
],
Expand Down Expand Up @@ -794,7 +784,6 @@
"expr": "time() - max by (namespace, job) (thanos_receive_config_last_reload_success_timestamp_seconds{namespace=\"$namespace\", job=\"$job\"})",
"format": "time_series",
"instant": true,
"intervalFactor": 2,
"refId": "A"
}
],
Expand Down Expand Up @@ -857,7 +846,7 @@
"value": "default"
},
"hide": 0,
"label": "Data Source",
"label": "Data source",
"name": "datasource",
"options": [ ],
"query": "prometheus",
Expand Down

0 comments on commit a7dcfa9

Please sign in to comment.