Skip to content

Instantly share code, notes, and snippets.

@afarid
Last active August 15, 2024 10:45
Show Gist options
  • Select an option

  • Save afarid/e0ab69a14ef65e49f4e8bd456f7c2509 to your computer and use it in GitHub Desktop.

Select an option

Save afarid/e0ab69a14ef65e49f4e8bd456f7c2509 to your computer and use it in GitHub Desktop.
collector1
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
exporters:
loadbalancing:
routing_key: "traceID"
protocol:
otlp:
timeout: 1s
tls:
insecure: true
resolver:
k8s:
service: collector2
service:
pipelines:
traces:
receivers:
- otlp
processors: []
exporters:
- loadbalancing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment