Skip to content

Instantly share code, notes, and snippets.

@jpkrohling
Last active January 12, 2024 14:52
Show Gist options
  • Save jpkrohling/254a308b558beaf0dec0ea8ca9b46ff1 to your computer and use it in GitHub Desktop.
Save jpkrohling/254a308b558beaf0dec0ea8ca9b46ff1 to your computer and use it in GitHub Desktop.
Simple OTLP to OTLP
receivers:
otlp:
protocols:
http:
grpc:
exporters:
otlp:
endpoint: otlp.example.com:4317
service:
pipelines:
traces:
receivers: [otlp]
exporters: [otlp]
metrics:
receivers: [otlp]
exporters: [otlp]
logs:
receivers: [otlp]
exporters: [otlp]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment