Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add advance conf for otel-collector #212

Merged
merged 13 commits into from
Aug 4, 2022
Prev Previous commit
Next Next commit
apply reviewer's suggestion
  • Loading branch information
Frapschen committed Aug 1, 2022
commit b31861bd1ae66426c4fda112819ee371d9b6ab22
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ services:
jaeger:
image: jaegertracing/all-in-one
container_name: jaeger
volumes:
- ./src/jaeger/jaeger-ui.json:/etc/jaeger/jaeger-ui.json
command: --query.ui-config /etc/jaeger/jaeger-ui.json
ports:
- "5775:5775"
- "5778:5778"
Expand All @@ -20,8 +17,6 @@ services:
- "14269:14269"
environment:
- COLLECTOR_ZIPKIN_HOST_PORT
- METRICS_STORAGE_TYPE=prometheus
- PROMETHEUS_SERVER_URL=http://prometheus:9090

# Collector
otelcol:
Expand Down
8 changes: 0 additions & 8 deletions src/jaeger/jaeger-ui.json

This file was deleted.