-
Notifications
You must be signed in to change notification settings - Fork 440
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
ETW Log Exporter #1006
ETW Log Exporter #1006
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1006 +/- ##
=======================================
Coverage 95.41% 95.41%
=======================================
Files 161 161
Lines 6833 6833
=======================================
Hits 6519 6519
Misses 314 314 |
Removing WIP, as it is ready for review. |
bool enableActivityTracking; // Emit TraceLogging events for Span/Start and Span/Stop Not used | ||
// for Logs | ||
bool enableRelatedActivityId; // Assign parent `SpanId` to `RelatedActivityId` | ||
bool enableAutoParent; // Start new spans as children of current active span, Not used for Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: keep alignment of comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-format tool format this way to keep under configured line limit :)
opentelemetry-cpp/.clang-format
Line 11 in 2f462a5
ColumnLimit: 100 |
Co-authored-by: Tom Tan <lilotom@gmail.com>
Co-authored-by: Tom Tan <lilotom@gmail.com>
Co-authored-by: Tom Tan <lilotom@gmail.com>
Co-authored-by: Tom Tan <lilotom@gmail.com>
Changes
This PR adds ETW Log exporter using the current preview Logger API.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes