Skip to content

Commit

Permalink
optimize: update otel-collector-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Sep 30, 2023
1 parent 3401f90 commit 069af9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion easy_note/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ services:
- "8888" # Prometheus metrics exposed by the collector
- "8889:8889" # Prometheus exporter metrics
- "13133:13133" # health_check extension
- "4317:4317" # OTLP gRPC receiver
- "55679" # zpages extension
depends_on:
- jaeger-all-in-one
Expand All @@ -49,6 +48,7 @@ services:
- "14268"
- "14250:14250"
- "6831:6831"
- "4317:4317" # OTLP gRPC receiver

# Victoriametrics
victoriametrics:
Expand Down
6 changes: 3 additions & 3 deletions easy_note/pkg/configs/otel/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ exporters:

logging:

jaeger:
endpoint: jaeger-all-in-one:14250
otlp:
endpoint: jaeger-all-in-one:4317
tls:
insecure: true

Expand All @@ -30,7 +30,7 @@ service:
traces:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging, jaeger ]
exporters: [ logging, otlp ]
metrics:
receivers: [ otlp ]
processors: [ batch ]
Expand Down

0 comments on commit 069af9f

Please sign in to comment.