Skip to content

Instantly share code, notes, and snippets.

@fmassot
Created February 19, 2024 22:21
Show Gist options
  • Save fmassot/4a919494324e836c7363113b1ed4952e to your computer and use it in GitHub Desktop.
Save fmassot/4a919494324e836c7363113b1ed4952e to your computer and use it in GitHub Desktop.
OTEL collector on GKE
ode: daemonset
presets:
logsCollection:
enabled: true
kubernetesAttributes:
enabled: true
config:
exporters:
otlp:
endpoint: quickwit-indexer.qw.svc.cluster.local:7281
tls:
insecure: true
service:
pipelines:
logs:
exporters:
- otlp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment