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.
1 parent 04037f6 commit b3b8f37Copy full SHA for b3b8f37
services/monitoring/tempo_config.yaml.j2
@@ -17,7 +17,13 @@ compactor:
17
compaction:
18
block_retention: 96h # overall Tempo trace retention.
19
20
+# via https://grafana.com/docs/tempo/latest/operations/traceql-metrics/
21
+# and via https://github.com/ITISFoundation/osparc-ops-environments/issues/1086
22
metrics_generator:
23
+ processor:
24
+ local_blocks:
25
+ filter_server_spans: false
26
+ flush_to_storage: true
27
registry:
28
external_labels:
29
source: tempo
@@ -48,4 +54,4 @@ querier:
48
54
overrides:
49
55
defaults:
50
56
51
- processors: ['service-graphs', 'span-metrics']
57
+ processors: ['service-graphs', 'span-metrics', 'local-blocks']
0 commit comments