File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,25 @@ services:
39
39
- ES_SERVER_URLS=http://elasticsearch:9200
40
40
- LOG_LEVEL=debug
41
41
ports :
42
- - " 16686:16686"
42
+ - " 16686:16686" # to access the Jaeger UI
43
43
- " 4317:4317"
44
44
- " 4318:4318"
45
45
- " 5778:5778"
46
46
- " 9411:9411"
47
47
depends_on :
48
48
- elasticsearch
49
49
restart : unless-stopped
50
- otel-collector :
51
- image : otel/opentelemetry-collector-contrib:latest
52
- container_name : otel-collector
53
- # volumes:
54
- # - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
55
- ports :
56
- - 1888:1888 # pprof extension
57
- - 8888:8888 # Prometheus metrics exposed by the Collector
58
- - 8889:8889 # Prometheus exporter metrics
59
- - 13133:13133 # health_check extension
60
- - 4317:4317 # OTLP gRPC receiver
61
- - 4318:4318 # OTLP http receiver
62
- - 55679:55679 # zpages extension
50
+ # FIXME: disable for now since its port conflicts with jaeger
51
+ # otel-collector:
52
+ # image: otel/opentelemetry-collector-contrib:latest
53
+ # container_name: otel-collector
54
+ # volumes:
55
+ # - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
56
+ # ports:
57
+ # - 1888:1888 # pprof extension
58
+ # - 8888:8888 # Prometheus metrics exposed by the Collector
59
+ # - 8889:8889 # Prometheus exporter metrics
60
+ # - 13133:13133 # health_check extension
61
+ # - 4317:4317 # OTLP gRPC receiver
62
+ # - 4318:4318 # OTLP http receiver
63
+ # - 55679:55679 # zpages extension
Original file line number Diff line number Diff line change 49
49
- [ OpenTelemetry Collector] ( https://opentelemetry.io//docs/collector/ )
50
50
- [ Jaeger] ( https://www.jaegertracing.io/ )
51
51
- [ Jaeger / Minimal deployment example (Elasticsearch backend)] ( https://www.jaegertracing.io/docs/1.72/deployment/#minimal-deployment-example-elasticsearch-backend )
52
+ - [ OpenTelemetry Collector / Quick Start] ( https://opentelemetry.io/docs/collector/quick-start/ )
You can’t perform that action at this time.
0 commit comments