This commit is contained in:
Adil Hafeez 2024-11-12 11:35:16 -08:00
parent d035b33faf
commit 3b8a19efe9

View file

@ -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/