Skip to content

Commit

Permalink
Fix opentelemetry traces examples (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmeet Kandhari <[email protected]>
  • Loading branch information
ashmeet-kandhari authored Aug 7, 2024
1 parent 27a2880 commit a91bf49
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions opentelemetry/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318

processors:
batch:
Expand All @@ -21,18 +23,18 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: detailed

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]
metrics:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]

extensions: [memory_ballast, zpages, health_check]

0 comments on commit a91bf49

Please sign in to comment.