Skip to content

Commit

Permalink
Merge pull request #39 from NicolasBissig/feat/#37_traceql_metrics
Browse files Browse the repository at this point in the history
feat(#38): Configure tempo for TraceQL metrics
  • Loading branch information
zeitlinger authored May 6, 2024
2 parents 770a1ba + 5ece334 commit 4a30581
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 4a30581

Please sign in to comment.