Skip to content

Commit 92a94d6

Browse files
committed
Fix monitoring_tempo bug: local_blocks processor traces_storage
1 parent 7a0afec commit 92a94d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/monitoring/tempo_config.yaml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ metrics_generator:
3232
path: /var/tempo/generator/wal
3333
remote_write:
3434
- url: {{ TF_VAR_PROMETHEUS_CATCHALL_URL }}/api/v1/write
35-
35+
traces_storage: # traces_storage is REQUIRED whenever the local-blocks processor is enabled.
36+
path: /var/tempo/generator/traces # <--- create & persist this directory
3637
storage:
3738
trace:
3839
backend: s3 # backend configuration to use

0 commit comments

Comments
 (0)