Skip to content

Commit

Permalink
feat: remove metrics generator from tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Nov 8, 2023
1 parent 33145e9 commit 32739e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions devops/ansible/roles/tempo/templates/tempo.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ compactor:
compaction:
block_retention: 1h # overall Tempo trace retention. set for demo purposes

metrics_generator:
registry:
external_labels:
source: tempo
cluster: docker-compose
storage:
path: /tmp/tempo/generator/wal
remote_write:
- url: http://prometheus:9090/api/v1/write
send_exemplars: true

storage:
trace:
backend: local # backend configuration to use
Expand Down
11 changes: 0 additions & 11 deletions devops/ansible/templates/tempo/tempo.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ compactor:
compaction:
block_retention: 1h # overall Tempo trace retention. set for demo purposes

metrics_generator:
registry:
external_labels:
source: tempo
cluster: docker-compose
storage:
path: /tmp/tempo/generator/wal
remote_write:
- url: http://prometheus:9090/api/v1/write
send_exemplars: true

storage:
trace:
backend: local # backend configuration to use
Expand Down

0 comments on commit 32739e4

Please sign in to comment.