From 092423c2b31c5847b22f2351b39e7a7b2b621f4b Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 14 Aug 2023 15:22:40 +0100 Subject: [PATCH] Fix Signed-off-by: Michel Hollands --- .../src/dashboards/tempo-operational.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/meta-monitoring/src/dashboards/tempo-operational.json b/charts/meta-monitoring/src/dashboards/tempo-operational.json index bc41c2a..6f7d1bf 100644 --- a/charts/meta-monitoring/src/dashboards/tempo-operational.json +++ b/charts/meta-monitoring/src/dashboards/tempo-operational.json @@ -441,7 +441,7 @@ "pluginVersion": "9.0.0-d373beebpre", "targets": [ { - "expr": "rate(container_cpu_usage_seconds_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"/.*$component.*\", container!=\"POD\"}[$__rate_interval])", + "expr": "rate(container_cpu_usage_seconds_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\".*$component.*\", container!=\"POD\"}[$__rate_interval])", "interval": "", "intervalFactor": 5, "legendFormat": "{{pod}}", @@ -537,7 +537,7 @@ "pluginVersion": "9.0.0-d373beebpre", "targets": [ { - "expr": "container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"/.*$component.*\", container!=\"POD\"}", + "expr": "container_memory_working_set_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\".*$component.*\", container!=\"POD\"}", "interval": "", "legendFormat": "{{pod}}", "refId": "A" @@ -632,14 +632,14 @@ "pluginVersion": "9.0.0-d373beebpre", "targets": [ { - "expr": "rate(container_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"/.*$component.*\"}[$__rate_interval])", + "expr": "rate(container_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\".*$component.*\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "rx-{{pod}}", "refId": "A" }, { - "expr": "rate(container_network_transmit_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"/.*$component.*\"}[$__rate_interval])", + "expr": "rate(container_network_transmit_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\".*$component.*\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "tx-{{pod}}", @@ -735,7 +735,7 @@ "pluginVersion": "9.0.0-d373beebpre", "targets": [ { - "expr": "kubelet_volume_stats_available_bytes{cluster=\"$cluster\", namespace=\"$namespace\", persistentvolumeclaim=~\"/.*$component.*\"}", + "expr": "kubelet_volume_stats_available_bytes{cluster=\"$cluster\", namespace=\"$namespace\", persistentvolumeclaim=~\".*$component.*\"}", "legendFormat": "{{persistentvolumeclaim}}", "refId": "A" } @@ -829,7 +829,7 @@ "pluginVersion": "9.0.0-d373beebpre", "targets": [ { - "expr": "rate(promtail_custom_bad_words_total{cluster=\"$cluster\", exported_namespace=\"$namespace\", app=~\"/.*$component.*\"}[$__rate_interval])", + "expr": "rate(promtail_custom_bad_words_total{cluster=\"$cluster\", exported_namespace=\"$namespace\", app=~\".*$component.*\"}[$__rate_interval])", "interval": "", "legendFormat": "{{exported_pod}}", "refId": "A"