-
Notifications
You must be signed in to change notification settings - Fork 834
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
Enable otlp logs by default #5433
Enable otlp logs by default #5433
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5433 +/- ##
=========================================
Coverage 91.30% 91.31%
- Complexity 4887 4889 +2
=========================================
Files 548 548
Lines 14404 14409 +5
Branches 1353 1354 +1
=========================================
+ Hits 13152 13158 +6
+ Misses 867 866 -1
Partials 385 385
☔ View full report in Codecov by Sentry. |
570413a
to
63dcadc
Compare
This is an interesting one. My guess is, that most people already have existing logging solutions that are already working, that they won't want to have to manually disable OTLP logs on their apps. This will only be a good experience for people who have a collector/backend that has log ingest enabled. We should be ready to revert this, based on user feedback. |
I think this should be enabled by default because:
|
Hi! So from the user experience I think it would be helpful to have the default logs exporter set to "otlp" as it's consistent with the metrics and traces exporters and aligned across the docs. |
Related to #5340.