Skip to content

Commit

Permalink
feat(#38): Configure tempo for TraceQL metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBissig committed May 4, 2024
1 parent 770a1ba commit 5ece334
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/tempo-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ storage:
path: /tmp/tempo/blocks

metrics_generator:
processor:
local_blocks:
filter_server_spans: false
traces_storage:
path: /tmp/tempo/generator/traces
storage:
path: /tmp/tempo/generator/wal
remote_write:
- url: http://localhost:9090/api/v1/write
send_exemplars: true

overrides:
metrics_generator_processors: [service-graphs]
metrics_generator_processors: [service-graphs, local-blocks]

0 comments on commit 5ece334

Please sign in to comment.