-
Notifications
You must be signed in to change notification settings - Fork 21
distro: Add opt-in logs support #3673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3673 +/- ##
==========================================
- Coverage 79.56% 79.43% -0.13%
==========================================
Files 88 88
Lines 3503 3560 +57
==========================================
+ Hits 2787 2828 +41
- Misses 643 655 +12
- Partials 73 77 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This comment was marked as resolved.
This comment was marked as resolved.
79939c2
to
e24d6b5
Compare
@ysolomchenko, thank you for your first contribution 🏅 |
Few notices for sake of https://docs.splunk.com/observability/en/gdi/get-data-in/application/go/configuration/advanced-go-otel-configuration.html update:
|
Why
Fixes #3514
What
Add opt-in logs support. The user has to set
OTEL_LOGS_EXPORTER
env var tootlp
to enable the OTLP gRPC logs exporter (default isnone
).In a separate PR I will expand
example
with logging support.