Skip to content

Commit 3078248

Browse files
committed
Merge remote-tracking branch 'upstream/main' into add-ha-rabbit
2 parents 69159f2 + 93e701f commit 3078248

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

services/monitoring/tempo_config.yaml.j2

Lines changed: 7 additions & 1 deletion
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
@@ -55,4 +61,4 @@ querier:
5561
overrides:
5662
defaults:
5763
metrics_generator:
58-
processors: ['service-graphs', 'span-metrics', 'local-blocks']
64+
processors: ['service-graphs', 'local-blocks']

0 commit comments

Comments
 (0)