mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
move
This commit is contained in:
parent
d035b33faf
commit
3b8a19efe9
1 changed files with 8 additions and 8 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue