We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
span_name
1 parent 0e7db40 commit 8d52011Copy full SHA for 8d52011
services/monitoring/tempo_config.yaml.j2
@@ -21,6 +21,12 @@ compactor:
21
# and via https://github.com/ITISFoundation/osparc-ops-environments/issues/1086
22
metrics_generator:
23
processor:
24
+ span_metrics:
25
+ dimensions:
26
+ - service
27
+ - span_kind
28
+ - status_code
29
+ # Intentionally exclude span_name to prevent high cardinality
30
local_blocks:
31
filter_server_spans: false
32
flush_to_storage: true
0 commit comments