mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-04-21 21:06:01 +02:00
Remove OpenTelemetry tracing infrastructure (#662)
This commit is contained in:
+1
-25
@@ -37,7 +37,7 @@ services:
|
||||
mode: replicated
|
||||
replicas: 4
|
||||
endpoint_mode: dnsrr
|
||||
entrypoint: ["node", "--require", "./opentelemetry.js", "./build/streamer/index.js"]
|
||||
entrypoint: ["node", "./build/streamer/index.js"]
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
@@ -89,30 +89,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
opentelemetry:
|
||||
image: otel/opentelemetry-collector
|
||||
restart: always
|
||||
command: ["--config=/etc/otel-collector-config.yaml"]
|
||||
volumes:
|
||||
- ./opentelemetry-collector.yml:/etc/otel-collector-config.yaml
|
||||
depends_on:
|
||||
- jaeger
|
||||
- prometheus
|
||||
|
||||
jaeger:
|
||||
image: jaegertracing/all-in-one:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:16686:16686
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
- 127.0.0.1:9090:9090
|
||||
|
||||
mongodb-backup:
|
||||
image: tiredofit/db-backup
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user