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 7a0afec commit 92a94d6Copy full SHA for 92a94d6
services/monitoring/tempo_config.yaml.j2
@@ -32,7 +32,8 @@ metrics_generator:
32
path: /var/tempo/generator/wal
33
remote_write:
34
- url: {{ TF_VAR_PROMETHEUS_CATCHALL_URL }}/api/v1/write
35
-
+ traces_storage: # traces_storage is REQUIRED whenever the local-blocks processor is enabled.
36
+ path: /var/tempo/generator/traces # <--- create & persist this directory
37
storage:
38
trace:
39
backend: s3 # backend configuration to use
0 commit comments