Skip to content

Instantly share code, notes, and snippets.

@pavelbucek
Last active September 4, 2023 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavelbucek/44712cad9afd9e177420c58bae0cb859 to your computer and use it in GitHub Desktop.
Save pavelbucek/44712cad9afd9e177420c58bae0cb859 to your computer and use it in GitHub Desktop.
receivers:
otlp:
protocols:
grpc:
exporters:
logging:
loglevel: debug
otlphttp:
auth:
authenticator: oauth2client
metrics_endpoint: [redacted]
processors:
batch:
extensions:
health_check:
oauth2client:
client_id: "[redacted]"
client_secret: "[redacted]"
token_url: "[redacted]"
service:
extensions: [health_check, oauth2client]
pipelines:
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlphttp]
telemetry:
logs:
level: "debug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment