Skip to content

Commit

Permalink
remove otel in favor of jaeger all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjostro committed Mar 1, 2024
1 parent ad0d792 commit 936b90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
10 changes: 4 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ services:
- serve
- /dex.yaml

otel:
image: docker.io/otel/opentelemetry-collector-contrib
volumes:
- ./run/config/otel.yaml:/etc/otel/config.yaml
jaeger:
image: docker.io/jaegertracing/all-in-one:1.54
ports:
- "${PORT_OTEL:-4317}:4317"
network_mode: host
- "4317:4317"
- "8200:16686"

redis-master:
image: redis
Expand Down
19 changes: 0 additions & 19 deletions run/config/otel.yaml

This file was deleted.

0 comments on commit 936b90e

Please sign in to comment.