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

[ASP.NET Core] Remove OTEL_SEMCONV_STABILITY_OPT_IN #5066

Conversation

vishweshbankwar
Copy link
Member

Fixes #
Design discussion issue #

Changes

Please provide a brief description of the changes here.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #5066 (b799d63) into main (a55341a) will decrease coverage by 0.32%.
The diff coverage is 96.29%.

❗ Current head b799d63 differs from pull request most recent head 765cf8e. Consider uploading reports for the commit 765cf8e to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5066      +/-   ##
==========================================
- Coverage   83.44%   83.13%   -0.32%     
==========================================
  Files         295      294       -1     
  Lines       12397    12321      -76     
==========================================
- Hits        10345    10243     -102     
- Misses       2052     2078      +26     
Flag Coverage Δ
unittests 83.13% <96.29%> (-0.32%) ⬇️

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

Files Coverage Δ
...ry.Instrumentation.AspNetCore/AspNetCoreMetrics.cs 100.00% <100.00%> (ø)
...tation.AspNetCore/Implementation/HttpInListener.cs 74.69% <100.00%> (-16.89%) ⬇️
...ation.AspNetCore/MeterProviderBuilderExtensions.cs 100.00% <100.00%> (ø)
...AspNetCore/Implementation/HttpInMetricsListener.cs 88.57% <75.00%> (-0.66%) ⬇️

... and 3 files with indirect coverage changes

@vishweshbankwar vishweshbankwar marked this pull request as ready for review November 21, 2023 17:06
@vishweshbankwar vishweshbankwar requested a review from a team as a code owner November 21, 2023 17:09
@@ -39,114 +39,106 @@ public IncomingRequestsCollectionsIsAccordingToTheSpecTests(WebApplicationFactor
}

[Theory]
[InlineData("/api/values", null, "user-agent", 503, "503")]
[InlineData("/api/values", "?query=1", null, 503, null)]
[InlineData("/api/values", null, "user-agent", 200, null)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why update the test cases? Do you simply want to add test cases for 200?

Copy link
Member Author

Choose a reason for hiding this comment

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

I did not update it in this PR. It was already there, it showing up due to file rename

Copy link
Member Author

Choose a reason for hiding this comment

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

@utpilla utpilla merged commit 0c4f065 into open-telemetry:main Nov 21, 2023
78 checks passed
@TimothyMothra
Copy link
Contributor

nit: I found a comment that's still referencing the older spec. Can this be updated to reference the stable 1.23.0?

// see the spec https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/http/http-spans.md

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.

None yet

3 participants