Skip to content

Commit 38d2230

Browse files
committed
Remove span_name as high cardinality label from tempo remote write to Prometheus
1 parent 70695e2 commit 38d2230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/monitoring/tempo_config.yaml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ compactor:
2121
# and via https://github.com/ITISFoundation/osparc-ops-environments/issues/1086
2222
metrics_generator:
2323
processor:
24+
span_metrics:
25+
dimensions:
26+
- service
27+
- span_kind
28+
- status_code
29+
# Intentionally exclude span_name to prevent high cardinality
2430
local_blocks:
2531
filter_server_spans: false
2632
flush_to_storage: true

0 commit comments

Comments
 (0)