Skip to content

Instantly share code, notes, and snippets.

@braydonk
Last active February 5, 2026 23:58
Show Gist options
  • Select an option

  • Save braydonk/fdab97351da89780f01b672c5248ef86 to your computer and use it in GitHub Desktop.

Select an option

Save braydonk/fdab97351da89780f01b672c5248ef86 to your computer and use it in GitHub Desktop.
otelcol experiment config
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
exporters:
debug:
verbosity: detailed
extensions:
pprof:
endpoint: 0.0.0.0:1778
service:
extensions: [pprof]
pipelines:
traces:
receivers: [otlp]
exporters: [debug]
metrics:
receivers: [otlp]
exporters: [debug]
logs:
receivers: [otlp]
exporters: [debug]
telemetry:
metrics:
readers:
- periodic:
exporter:
otlp:
protocol: http/protobuf
endpoint: https://backend:4318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment