Skip to content

Commit

Permalink
Add required jaeger env var (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Jul 30, 2024
1 parent 4c1f214 commit 363ad46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ services:
- "${OTEL_COLLECTOR_PORT_GRPC}"
environment:
- METRICS_STORAGE_TYPE=prometheus
- COLLECTOR_OTLP_GRPC_HOST_PORT=${JAEGER_SERVICE_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
logging: *logging

# Grafana
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ services:
- "${OTEL_COLLECTOR_PORT_GRPC}"
environment:
- METRICS_STORAGE_TYPE=prometheus
- COLLECTOR_OTLP_GRPC_HOST_PORT=${JAEGER_SERVICE_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
logging: *logging

# Grafana
Expand Down

0 comments on commit 363ad46

Please sign in to comment.