Skip to content

Commit b3b8f37

Browse files
Configure Grafana Tempo to use local blocks processor (ITISFoundation#1099)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Arch Linux Certificates Customization * Fix pgsql exporter failure * [Kubernetes] Introduce on-prem persistent Storage (Longhorn) 🎉 (ITISFoundation#979) * Introduce longhorn chart * Further longhorn configuration * Longhorn: further settings configuration * Fix longhorn configuration bugs Extra: introduce longhorn pv vales for portainer * Add comment for deletion longhorn * Further longhorn configuration * Add README.md for Longhorn wit FAQ * Update Longhorn readme * Update readme * Futher LH configuration * Update LH's Readme * Update Longhorn Readme * Improve LH's Readme * LH: Reduce reserved default disk space to 5% Since we use a dedicated disk for LH, we can go ahead with 5% * Use values to set Longhorn storage class * Update LH's Readme * LH Readme: add requirements reference * PR Review: bring back portainer s3 pv * LH: decrease portinaer volume size * Experimental: Try to add tracing to simcore-traefik on master * Fixes ITISFoundation/osparc-simcore#7363 * Add local-block metrics-generator processor to tempo * Fix accidental commit --------- Co-authored-by: Dustin Kaiser <[email protected]> Co-authored-by: YH <[email protected]>
1 parent 04037f6 commit b3b8f37

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
@@ -17,7 +17,13 @@ compactor:
1717
compaction:
1818
block_retention: 96h # overall Tempo trace retention.
1919

20+
# via https://grafana.com/docs/tempo/latest/operations/traceql-metrics/
21+
# and via https://github.com/ITISFoundation/osparc-ops-environments/issues/1086
2022
metrics_generator:
23+
processor:
24+
local_blocks:
25+
filter_server_spans: false
26+
flush_to_storage: true
2127
registry:
2228
external_labels:
2329
source: tempo
@@ -48,4 +54,4 @@ querier:
4854
overrides:
4955
defaults:
5056
metrics_generator:
51-
processors: ['service-graphs', 'span-metrics']
57+
processors: ['service-graphs', 'span-metrics', 'local-blocks']

0 commit comments

Comments
 (0)