Removed jaeger container from docker compose (#20994)

no issue

- OpenTelemetry has been problematic in a number of ways (boot time,
breaking the frontend). May revisit it at some point in the future, but
for now it is only exporting metrics via prometheus and not traces, so
there's currently nothing sending data to this jaeger container
- Cleaning it up for now as it's just sitting there idly consuming
resources
This commit is contained in:
Chris Raible 2024-09-12 10:37:54 -07:00 committed by GitHub
parent 2a0d49c539
commit b90aca2816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,15 +28,5 @@ services:
ports:
- "6379:6379"
restart: always
jaeger:
image: jaegertracing/all-in-one:1.58
container_name: ghost-jaeger
ports:
- "4318:4318"
- "16686:16686"
- "9411:9411"
restart: always
environment:
COLLECTOR_ZIPKIN_HOST_PORT: :9411
volumes:
mysql-data: