Skip to content

Commit

Permalink
fix(opentelemetry): fix opentelemetry docker-compose config (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderPoet authored Oct 31, 2023
1 parent 1060822 commit 65c0e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "8888" # Prometheus metrics exposed by the collector
- "8889:8889" # Prometheus exporter metrics
- "13133:13133" # health_check extension
# - "4317:4317" # OTLP gRPC receiver
- "4317:4317" # OTLP gRPC receiver
- "55679" # zpages extension
depends_on:
- jaeger-all-in-one
Expand All @@ -27,7 +27,7 @@ services:
- "14268"
- "14250:14250"
- "6831:6831"
- "4317:4317" # OTLP gRPC receiver
# - "4317:4317" # OTLP gRPC receiver

# Victoriametrics
victoriametrics:
Expand Down

0 comments on commit 65c0e8e

Please sign in to comment.