mirror of https://github.com/LemmyNet/lemmy.git
Remove jaeger, opentelemetry from docker-compose (#2894)
parent
e363c25521
commit
1b4f995706
|
@ -126,28 +126,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/postgres:/var/lib/postgresql/data:Z
|
- ./volumes/postgres:/var/lib/postgresql/data:Z
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
otel:
|
|
||||||
image: otel/opentelemetry-collector:latest
|
|
||||||
command: --config otel-local-config.yaml
|
|
||||||
networks:
|
|
||||||
- lemmyinternal
|
|
||||||
- lemmyexternalproxy
|
|
||||||
ports:
|
|
||||||
- "4317:4317"
|
|
||||||
volumes:
|
|
||||||
- ./otel.yml:/otel-local-config.yaml:Z
|
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
|
||||||
- jaeger
|
|
||||||
|
|
||||||
jaeger:
|
|
||||||
image: jaegertracing/all-in-one:1
|
|
||||||
networks:
|
|
||||||
- lemmyinternal
|
|
||||||
- lemmyexternalproxy
|
|
||||||
ports:
|
|
||||||
- "14250:14250"
|
|
||||||
# To view traces, visit http://localhost:16686
|
|
||||||
- "16686:16686"
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
receivers:
|
|
||||||
otlp:
|
|
||||||
protocols:
|
|
||||||
grpc:
|
|
||||||
endpoint: 0.0.0.0:4137
|
|
||||||
|
|
||||||
processors:
|
|
||||||
batch:
|
|
||||||
|
|
||||||
exporters:
|
|
||||||
logging:
|
|
||||||
jaeger:
|
|
||||||
endpoint: jaeger:14250
|
|
||||||
tls:
|
|
||||||
insecure: true
|
|
||||||
|
|
||||||
service:
|
|
||||||
pipelines:
|
|
||||||
traces:
|
|
||||||
receivers:
|
|
||||||
- otlp
|
|
||||||
processors:
|
|
||||||
- batch
|
|
||||||
exporters:
|
|
||||||
- logging
|
|
||||||
- jaeger
|
|
Loading…
Reference in New Issue