Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix jaeger env vars in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisve authored and alejandrodnm committed Dec 7, 2022
1 parent 16eee06 commit ed2303c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ services:
image: jaegertracing/jaeger-query:1.37.0
environment:
SPAN_STORAGE_TYPE: grpc-plugin
METRICS_STORAGE_TYPE: prometheus
GRPC_STORAGE_SERVER: promscale:9202
PROMETHEUS_SERVER_URL: "http://promscale:9201"
depends_on:
- promscale
command: [
"--grpc-storage.server=promscale:9202",
]

ports:
- "16686:16686"

Expand Down

0 comments on commit ed2303c

Please sign in to comment.