Skip to content

[]ASP.NET Core] Update http.status_code dimension type to int#3930

Merged
utpilla merged 5 commits intoopen-telemetry:mainfrom
vishweshbankwar:vibankwa/update-statuscode-to-int
Nov 22, 2022
Merged

[]ASP.NET Core] Update http.status_code dimension type to int#3930
utpilla merged 5 commits intoopen-telemetry:mainfrom
vishweshbankwar:vibankwa/update-statuscode-to-int

Conversation

@vishweshbankwar
Copy link
Copy Markdown
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 November 21, 2022 23:57
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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