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] Generate a consistent instanceId for the lifetime of a process #4988

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

CodeBlanch
Copy link
Member

@CodeBlanch CodeBlanch commented Oct 25, 2023

Fixes #4871

Changes

  • Use a static Guid for service resource instance id so it is consistent across all signals when using the auto-generated path.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes

@CodeBlanch CodeBlanch added the pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package label Oct 25, 2023
@CodeBlanch CodeBlanch requested a review from a team as a code owner October 25, 2023 19:29
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #4988 (cf4e6a0) into main (c0a5577) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4988      +/-   ##
==========================================
- Coverage   83.39%   83.35%   -0.05%     
==========================================
  Files         295      295              
  Lines       12336    12337       +1     
==========================================
- Hits        10288    10283       -5     
- Misses       2048     2054       +6     
Flag Coverage Δ
unittests 83.35% <100.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...enTelemetry/Resources/ResourceBuilderExtensions.cs 100.00% <100.00%> (ø)

... and 6 files with indirect coverage changes

@CodeBlanch CodeBlanch merged commit cd8de07 into open-telemetry:main Oct 25, 2023
68 checks passed
@CodeBlanch CodeBlanch deleted the resource-instance-id branch October 25, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autogenerated resource service.instance.id is different between telemetry types
3 participants