Skip to content

Commit

Permalink
update docs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Sep 30, 2023
1 parent 2452191 commit f643ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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
14 changes: 6 additions & 8 deletions opentelemetry/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ receivers:
otlp:
protocols:
grpc:

exporters:
otlp:
endpoint: jaeger-all-in-one:4317
tls:
insecure: true
prometheusremotewrite:
endpoint: "http://victoriametrics:8428/api/v1/write"

logging:

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

Expand All @@ -36,4 +34,4 @@ service:
metrics:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging, prometheusremotewrite ]
exporters: [ logging, otlp ]

0 comments on commit f643ae9

Please sign in to comment.