Skip to content

Commit

Permalink
prometheus.server-url
Browse files Browse the repository at this point in the history
prometheus.server-url parameter and environment variable
  • Loading branch information
devrimdemiroz committed Dec 21, 2022
1 parent ebb2ab1 commit ff208c5
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 @@ -575,7 +575,7 @@ services:
jaeger:
image: jaegertracing/all-in-one
container_name: jaeger
command: ["--memory.max-traces", "10000", "--query.base-path", "/jaeger/ui"]
command: ["--prometheus.server-url","http://${PROMETHEUS_ADDR}","--memory.max-traces", "10000", "--query.base-path", "/jaeger/ui"]
deploy:
resources:
limits:
Expand All @@ -586,6 +586,7 @@ services:
- "4317" # OTLP gRPC default port
environment:
- COLLECTOR_OTLP_ENABLED=true
- METRICS_STORAGE_TYPE=prometheus
logging: *logging

# Grafana
Expand Down

0 comments on commit ff208c5

Please sign in to comment.