-
-
Save pavelbucek/44712cad9afd9e177420c58bae0cb859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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