diff --git a/demos/weather_forecast/docker-compose.yaml b/demos/weather_forecast/docker-compose.yaml index e787e929..c032b1ed 100644 --- a/demos/weather_forecast/docker-compose.yaml +++ b/demos/weather_forecast/docker-compose.yaml @@ -30,6 +30,14 @@ services: - "4317:4317" - "4318:4318" + trace_streamer: + build: + context: ../shared/trace_streamer + environment: + - OTEL_TRACING_HTTP_ENDPOINT=http://jaeger:4318/v1/traces + volumes: + - ~/archgw_logs:/var/log/ + prometheus: image: prom/prometheus container_name: prometheus @@ -59,11 +67,3 @@ services: - ./grafana/dashboards:/var/lib/grafana/dashboards profiles: - monitoring - - trace_streamer: - build: - context: ../shared/trace_streamer - environment: - - OTEL_TRACING_HTTP_ENDPOINT=http://jaeger:4318/v1/traces - volumes: - - ~/archgw_logs:/var/log/