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

[sdk-logs] Add LoggerProviderBuilderSdk to SDK #4447

Merged

Conversation

CodeBlanch
Copy link
Member

Relates to #4433

Changes

  • Adds LoggerProviderBuilderSdk to SDK.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (nullable enabled, static analysis, etc.)

@CodeBlanch CodeBlanch requested a review from a team April 26, 2023 23:06
public readonly string Version;
public readonly object Instance;

internal InstrumentationRegistration(string name, string version, object instance)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR but could we share this struct among the different provider SDKs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally. Or just remove it, I don't think we use this data for anything?

@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #4447 (5c5d377) into main (4ebbccf) will decrease coverage by 0.23%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4447      +/-   ##
==========================================
- Coverage   84.64%   84.41%   -0.23%     
==========================================
  Files         309      310       +1     
  Lines       12248    12281      +33     
==========================================
  Hits        10367    10367              
- Misses       1881     1914      +33     
Impacted Files Coverage Δ
...lder/ProviderBuilderServiceCollectionExtensions.cs 78.57% <0.00%> (-6.05%) ⬇️
...Telemetry/Logs/Builder/LoggerProviderBuilderSdk.cs 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

@CodeBlanch CodeBlanch merged commit 19b666e into open-telemetry:main Apr 26, 2023
@CodeBlanch CodeBlanch deleted the sdk-logs-loggerproviderbuildersdk branch April 26, 2023 23:32
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