Skip to content

Commit

Permalink
feat(infra): setup for trace infrastructure - fix pr#34 (#37)
Browse files Browse the repository at this point in the history
* feat: add tempo

* chore: disable tempo multi tenant

* chore: unuse grafana agent

* chore: add reverse proxy for tempo

* chore: open receiver protocol http

* chore: fix command lines for tempo
  • Loading branch information
k1g99 authored Feb 26, 2024
1 parent d779898 commit 3c4682d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ services:
volumes:
- $PWD/config/tempo/tempo.yml:/etc/tempo.yml
command:
- "-config.file=/etc/tempo.yml -config.expand-env=true"
- "-config.file=/etc/tempo.yml"
- "-config.expand-env=true"
depends_on:
- minio

Expand Down

0 comments on commit 3c4682d

Please sign in to comment.