Skip to content

Commit

Permalink
chore: updated tempo config file and rmeove overrides external (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Mar 2, 2024
1 parent 16e5793 commit 82e3577
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deployment/tempo/cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
labels:
app.kubernetes.io/name: tempo
data:
overrides.yaml: |
overrides: {}
tempo.yaml: |
multitenancy_enabled: false
usage_report:
Expand Down Expand Up @@ -67,5 +65,6 @@ data:
frontend_address: 0.0.0.0:9095
query_frontend: {}
overrides:
metrics_generator_processors: [service-graphs, span-metrics]
# per_tenant_override_config: /conf/overrides.yaml
user_configurable_overrides:
api:
check_for_conflicting_runtime_overrides: true

0 comments on commit 82e3577

Please sign in to comment.