Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivcodes committed Jan 20, 2025
1 parent bf34bda commit c3fc7ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/observe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ services:
restart: unless-stopped
volumes:
- ./tempo/tempo-config.yml:/etc/tempo/config.yml
- ./tempo/overrides.yml:/etc/tempo/overrides.yml
- tempo-data:/var/tempo
command: "-config.file=/etc/tempo/config.yml"
networks:
Expand Down
5 changes: 0 additions & 5 deletions apps/observe/tempo/overrides.yml

This file was deleted.

3 changes: 2 additions & 1 deletion apps/observe/tempo/tempo-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
overrides:
per_tenant_override_config: /etc/tempo/overrides.yml
max_global_traces_per_user: 10000000
max_traces_per_user: 10000000

server:
http_listen_port: 3200
Expand Down

0 comments on commit c3fc7ee

Please sign in to comment.