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] Update http.status_code dimension type to int #3930

Merged

Conversation

vishweshbankwar
Copy link
Member

@vishweshbankwar vishweshbankwar commented Nov 21, 2022

Towards #3373
Fixes #3777

Changes

As per spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/http-metrics.md#attributes

For significant contributions please make sure you have completed the following items:

  • Appropriate CHANGELOG.md updated for non-trivial changes
  • Design discussion issue #
  • Changes in public API reviewed

@vishweshbankwar vishweshbankwar changed the title []ASP.NET Core] Update statuscode dimension type to int []ASP.NET Core] Update http.status_code dimension type to int Nov 21, 2022
@vishweshbankwar vishweshbankwar marked this pull request as ready for review November 21, 2022 23:57
@vishweshbankwar vishweshbankwar requested a review from a team as a code owner November 21, 2022 23:57
@codecov
Copy link

codecov bot commented Nov 22, 2022

Codecov Report

Merging #3930 (0bec6bf) into main (82d3bac) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3930      +/-   ##
==========================================
- Coverage   87.41%   87.40%   -0.01%     
==========================================
  Files         278      278              
  Lines       10747    10747              
==========================================
- Hits         9394     9393       -1     
- Misses       1353     1354       +1     
Impacted Files Coverage Δ
...AspNetCore/Implementation/HttpInMetricsListener.cs 84.00% <100.00%> (ø)
...ter.ZPages/Implementation/ZPagesActivityTracker.cs 97.14% <0.00%> (-2.86%) ⬇️

Copy link
Member

@CodeBlanch CodeBlanch left a comment

Choose a reason for hiding this comment

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

LGTM

@utpilla utpilla merged commit 943c856 into open-telemetry:main Nov 22, 2022
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.

Reconcile http.status_code type
5 participants