Skip to content

Commit

Permalink
feat(infra): setup for trace infrastructure - fix pr #34 #37 (#38)
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

* fix: pass env to tempo
  • Loading branch information
k1g99 authored Feb 29, 2024
1 parent 3c4682d commit d92b1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/tempo/tempo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ storage:
bucket: tempo # how to store data in s3
endpoint: minio:9000
access_key: ${MINIO_ROOT_USER}
secret_key: ${MINIO_ROOT_USER}
secret_key: ${MINIO_ROOT_PASSWORD}
insecure: true

overrides:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ services:
profiles: ["trace"]
image: grafana/tempo:latest
container_name: tempo
environment:
- MINIO_ROOT_PASSWORD
- MINIO_ROOT_USER
ports:
- "3200:3200" # tempo
- "4317:4317" # otlp grpc
Expand Down

0 comments on commit d92b1bd

Please sign in to comment.