diff --git a/charts/tempo-mixin/Chart.yaml b/charts/tempo-mixin/Chart.yaml index 52f61a8b..521a6993 100644 --- a/charts/tempo-mixin/Chart.yaml +++ b/charts/tempo-mixin/Chart.yaml @@ -27,8 +27,8 @@ keywords: - tempo - monitoring-mixin - portefaix -version: 1.5.0 -appVersion: 2.3.0 +version: 1.6.0 +appVersion: 2.3.1 maintainers: - name: nlamirault @@ -54,4 +54,4 @@ annotations: - kind: fixed description: YAML indentation when additionalLabels are defined - kind: changed - description: tempo-mixin v2.3.0 + description: tempo-mixin v2.3.1 diff --git a/charts/tempo-mixin/dashboards/tempo-reads.json b/charts/tempo-mixin/dashboards/tempo-reads.json index 2b35b760..ced95178 100644 --- a/charts/tempo-mixin/dashboards/tempo-reads.json +++ b/charts/tempo-mixin/dashboards/tempo-reads.json @@ -71,7 +71,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=~\"api_.*\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -264,7 +263,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/query-frontend\", route=~\"api_.*\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -457,7 +455,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/querier\", route=~\"querier_api_.*\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -650,7 +647,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_querier_external_endpoint_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/querier\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -843,7 +839,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/ingester\", route=~\"/tempopb.Querier/.*\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1036,7 +1031,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_memcache_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/querier\",method=~\"Memcache.Get|Memcache.GetMulti\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1229,7 +1223,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempodb_backend_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/querier\",operation=\"GET\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1387,7 +1380,7 @@ "value": "default" }, "hide": 0, - "label": "Data Source", + "label": "Data source", "name": "datasource", "options": [ ], "query": "prometheus", diff --git a/charts/tempo-mixin/dashboards/tempo-resources.json b/charts/tempo-mixin/dashboards/tempo-resources.json index 4dd07139..ac0677cd 100644 --- a/charts/tempo-mixin/dashboards/tempo-resources.json +++ b/charts/tempo-mixin/dashboards/tempo-resources.json @@ -72,7 +72,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -80,7 +79,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -88,7 +86,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -175,7 +172,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -183,7 +179,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -191,7 +186,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -267,7 +261,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -366,7 +359,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -374,7 +366,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -382,7 +373,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -469,7 +459,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -477,7 +466,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -485,7 +473,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -561,7 +548,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/distributor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -660,7 +646,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -668,7 +653,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -676,7 +660,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -763,7 +746,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -771,7 +753,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -779,7 +760,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -855,7 +835,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/ingester\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -954,7 +933,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -962,7 +940,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -970,7 +947,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1057,7 +1033,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1065,7 +1040,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1073,7 +1047,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1149,7 +1122,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/metrics-generator\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -1248,7 +1220,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1256,7 +1227,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1264,7 +1234,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1351,7 +1320,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1359,7 +1327,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1367,7 +1334,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1443,7 +1409,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/query-frontend\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -1542,7 +1507,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1550,7 +1514,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1558,7 +1521,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1645,7 +1607,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1653,7 +1614,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1661,7 +1621,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1737,7 +1696,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/querier\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -1836,7 +1794,6 @@ "expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1844,7 +1801,6 @@ "expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1852,7 +1808,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\", resource=\"cpu\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -1939,7 +1894,6 @@ "expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{pod}}", "legendLink": null }, @@ -1947,7 +1901,6 @@ "expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -1955,7 +1908,6 @@ "expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\", resource=\"memory\"} > 0)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "request", "legendLink": null } @@ -2031,7 +1983,6 @@ "expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{instance}}", "legendLink": null } @@ -2094,7 +2045,7 @@ "value": "default" }, "hide": 0, - "label": "Data Source", + "label": "Data source", "name": "datasource", "options": [ ], "query": "prometheus", diff --git a/charts/tempo-mixin/dashboards/tempo-rollout-progress.json b/charts/tempo-mixin/dashboards/tempo-rollout-progress.json index 61b2f605..643a934f 100644 --- a/charts/tempo-mixin/dashboards/tempo-rollout-progress.json +++ b/charts/tempo-mixin/dashboards/tempo-rollout-progress.json @@ -1254,7 +1254,6 @@ "expr": "1 - (\n avg_over_time(histogram_quantile(0.99, sum by (le) (tempo_request_duration_seconds_bucket{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=~\"opentelemetry_proto_collector_trace_v1_traceservice_export\"} offset 24h))[1h:])\n /\n avg_over_time(histogram_quantile(0.99, sum by (le) (tempo_request_duration_seconds_bucket{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=~\"opentelemetry_proto_collector_trace_v1_traceservice_export\"}))[1h:])\n)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "writes", "legendLink": null }, @@ -1262,7 +1261,6 @@ "expr": "1 - (\n avg_over_time(histogram_quantile(0.99, sum by (le) (tempo_request_duration_seconds_bucket{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=~\"tempo_api_.*\"} offset 24h))[1h:])\n /\n avg_over_time(histogram_quantile(0.99, sum by (le) (tempo_request_duration_seconds_bucket{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=~\"tempo_api_.*\"}))[1h:])\n)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "reads", "legendLink": null } @@ -1319,7 +1317,7 @@ "value": "default" }, "hide": 0, - "label": "Data Source", + "label": "Data source", "name": "datasource", "options": [ ], "query": "prometheus", diff --git a/charts/tempo-mixin/dashboards/tempo-tenants.json b/charts/tempo-mixin/dashboards/tempo-tenants.json index 92ef2700..c3ec5f23 100644 --- a/charts/tempo-mixin/dashboards/tempo-tenants.json +++ b/charts/tempo-mixin/dashboards/tempo-tenants.json @@ -80,7 +80,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"})\n) by (limit_name)\n", "format": "table", "instant": true, - "intervalFactor": 2, "legendFormat": "", "refId": "A" } @@ -180,7 +179,6 @@ "expr": "sum(rate(tempo_distributor_bytes_received_total{cluster=~\"$cluster\", job=~\"($namespace)/distributor\",tenant=\"$tenant\"}[$__rate_interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "received", "legendLink": null }, @@ -188,7 +186,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\",limit_name=\"ingestion_rate_limit_bytes\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",limit_name=\"ingestion_rate_limit_bytes\"})\n) by (ingestion_rate_limit_bytes)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null }, @@ -196,7 +193,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\",limit_name=\"ingestion_burst_size_bytes\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",limit_name=\"ingestion_burst_size_bytes\"})\n) by (ingestion_burst_size_bytes)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "burst limit", "legendLink": null } @@ -272,7 +268,6 @@ "expr": "sum(rate(tempo_distributor_spans_received_total{cluster=~\"$cluster\", job=~\"($namespace)/distributor\",tenant=\"$tenant\"}[$__rate_interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "accepted", "legendLink": null }, @@ -280,7 +275,6 @@ "expr": "sum(rate(tempo_discarded_spans_total{cluster=~\"$cluster\", job=~\"($namespace)/distributor\",tenant=\"$tenant\"}[$__rate_interval])) by (reason)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "refused {{ reason }}", "legendLink": null } @@ -367,7 +361,6 @@ "expr": "max(tempo_ingester_live_traces{cluster=~\"$cluster\", job=~\"($namespace)/ingester\",tenant=\"$tenant\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "live traces", "legendLink": null }, @@ -375,7 +368,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\",limit_name=\"max_global_traces_per_user\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",limit_name=\"max_global_traces_per_user\"})\n) by (max_global_traces_per_user)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "global limit", "legendLink": null }, @@ -383,7 +375,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\",limit_name=\"max_local_traces_per_user\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",limit_name=\"max_local_traces_per_user\"})\n) by (max_local_traces_per_user)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "local limit", "legendLink": null } @@ -471,7 +462,6 @@ "expr": "sum(rate(tempo_query_frontend_queries_total{cluster=~\"$cluster\", job=~\"($namespace)/query-frontend\",tenant=\"$tenant\",op=\"traces\"}[$__rate_interval])) by (status)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{ status }}", "legendLink": null } @@ -547,7 +537,6 @@ "expr": "sum(rate(tempo_query_frontend_queries_total{cluster=~\"$cluster\", job=~\"($namespace)/query-frontend\",tenant=\"$tenant\",op=\"search\"}[$__rate_interval])) by (status)", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{ status }}", "legendLink": null } @@ -629,7 +618,6 @@ "expr": "avg(tempodb_blocklist_length{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",tenant=\"$tenant\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "length", "legendLink": null } @@ -699,7 +687,6 @@ "expr": "sum(tempodb_compaction_outstanding_blocks{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",tenant=\"$tenant\"})\n/\ncount(tempo_build_info{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"})\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "blocks", "legendLink": null } @@ -781,7 +768,6 @@ "expr": "sum(rate(tempo_metrics_generator_bytes_received_total{cluster=~\"$cluster\", job=~\"($namespace)/metrics-generator\",tenant=\"$tenant\"}[$__rate_interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "rate", "legendLink": null } @@ -863,7 +849,6 @@ "expr": "sum(tempo_metrics_generator_registry_active_series{cluster=~\"$cluster\", job=~\"($namespace)/metrics-generator\",tenant=\"$tenant\"})", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{ tenant }}", "legendLink": null }, @@ -871,7 +856,6 @@ "expr": "max(\n max by (cluster, namespace, limit_name) (tempo_limits_overrides{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",user=\"$tenant\",limit_name=\"metrics_generator_max_active_series\"})\n or max by (cluster, namespace, limit_name) (tempo_limits_defaults{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",limit_name=\"metrics_generator_max_active_series\"})\n) by (metrics_generator_max_active_series)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "limit", "legendLink": null } @@ -934,7 +918,7 @@ "value": "default" }, "hide": 0, - "label": "Data Source", + "label": "Data source", "name": "datasource", "options": [ ], "query": "prometheus", diff --git a/charts/tempo-mixin/dashboards/tempo-writes.json b/charts/tempo-mixin/dashboards/tempo-writes.json index dd0d0272..94d468b5 100644 --- a/charts/tempo-mixin/dashboards/tempo-writes.json +++ b/charts/tempo-mixin/dashboards/tempo-writes.json @@ -71,7 +71,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", route=\"opentelemetry_proto_collector_trace_v1_traceservice_export\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -254,7 +253,6 @@ "expr": "sum by (grpc_status) (\n rate(\n label_replace(\n {cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\", __name__=~\"envoy_cluster_grpc_proto_collector_trace_v1_TraceService_[0-9]+\"},\n \"grpc_status\", \"$1\", \"__name__\", \"envoy_cluster_grpc_proto_collector_trace_v1_TraceService_(.+)\"\n )\n [$__interval:$__interval]\n )\n)\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{grpc_status}}", "legendLink": null } @@ -362,7 +360,6 @@ "expr": "sum(rate(tempo_receiver_accepted_spans{cluster=~\"$cluster\", job=~\"($namespace)/distributor\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "accepted", "legendLink": null }, @@ -370,7 +367,6 @@ "expr": "sum(rate(tempo_receiver_refused_spans{cluster=~\"$cluster\", job=~\"($namespace)/distributor\"}[$__interval]))", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "refused", "legendLink": null } @@ -563,7 +559,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/ingester\", route=~\"/tempopb.Pusher/Push.*\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -756,7 +751,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_memcache_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/ingester\",method=\"Memcache.Put\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -949,7 +943,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempodb_backend_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/ingester\",operation=~\"(PUT|POST)\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1142,7 +1135,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempo_memcache_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",method=\"Memcache.Put\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1335,7 +1327,6 @@ "expr": "sum by (status) (\n label_replace(label_replace(rate(tempodb_backend_request_duration_seconds_count{cluster=~\"$cluster\", job=~\"($namespace)/compactor\",operation=~\"(PUT|POST)\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n", "format": "time_series", "interval": "1m", - "intervalFactor": 2, "legendFormat": "{{status}}", "refId": "A" } @@ -1493,7 +1484,7 @@ "value": "default" }, "hide": 0, - "label": "Data Source", + "label": "Data source", "name": "datasource", "options": [ ], "query": "prometheus",