Skip to content

Commit

Permalink
Merge pull request #46 from pragma-org/pi/fix-tempo
Browse files Browse the repository at this point in the history
Fixed Grafana / Tempo communication
  • Loading branch information
KtorZ authored Dec 29, 2024
2 parents ec6a608 + 27a3517 commit bac1da1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions monitoring/grafana-tempo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ services:
- "55679:55679"
- "13133:13133"

prometheus:
image: prom/prometheus:v3.0.1
command:
[ "--web.enable-otlp-receiver"
, "--config.file=/etc/prometheus/prometheus.yml"
]
volumes:
- "./prometheus.yml:/etc/prometheus/prometheus.yml"
ports:
- "9090:9090"

tempo:
image: grafana/tempo:latest
ports:
Expand Down
1 change: 1 addition & 0 deletions monitoring/grafana-tempo/tempo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
stream_over_http_enabled: true
server:
http_listen_port: 3200

Expand Down

0 comments on commit bac1da1

Please sign in to comment.