Skip to content
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

Merged
merged 11 commits into from
Oct 6, 2021
Merged

ETW Log Exporter #1006

merged 11 commits into from
Oct 6, 2021

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Sep 30, 2021

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
  • Unit tests have been added
  • Changes in public API reviewed

@lalitb lalitb requested a review from a team September 30, 2021 07:18
@codecov
Copy link

codecov bot commented Sep 30, 2021

Codecov Report

Merging #1006 (96daa8b) into main (2f462a5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1006   +/-   ##
=======================================
  Coverage   95.41%   95.41%           
=======================================
  Files         161      161           
  Lines        6833     6833           
=======================================
  Hits         6519     6519           
  Misses        314      314           

@lalitb lalitb changed the title [WIP] ETW Log Exporter ETW Log Exporter Sep 30, 2021
@lalitb
Copy link
Member Author

lalitb commented Sep 30, 2021

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
Copy link
Contributor

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?

Copy link
Member Author

@lalitb lalitb Oct 6, 2021

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 :)

ColumnLimit: 100

@ThomsonTan ThomsonTan merged commit aa63e61 into open-telemetry:main Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants