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

test(sdk-metrics-base): test metric instrument interfaces #2743

Merged
merged 7 commits into from
Feb 10, 2022

Conversation

legendecas
Copy link
Member

Which problem is this PR solving?

Test coverage on metric instrument interfaces.

Please delete options that are not relevant.

  • test coverage

How Has This Been Tested?

  • Counter
  • UpDownCounter
  • Histogram
  • ObservableCounter
  • ObservableUpDownCounter
  • ObservableGauge

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #2743 (72d45c5) into main (4fa3270) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2743      +/-   ##
==========================================
+ Coverage   93.28%   93.42%   +0.14%     
==========================================
  Files         159      159              
  Lines        5448     5448              
  Branches     1144     1144              
==========================================
+ Hits         5082     5090       +8     
+ Misses        366      358       -8     
Impacted Files Coverage Δ
.../opentelemetry-sdk-metrics-base/src/Instruments.ts 100.00% <0.00%> (+42.10%) ⬆️

@legendecas legendecas marked this pull request as ready for review January 27, 2022 09:57
@legendecas legendecas requested a review from a team as a code owner January 27, 2022 09:57
Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Looks good! :)

@legendecas
Copy link
Member Author

@dyladan friendly ping :)

@legendecas legendecas merged commit ba177fa into open-telemetry:main Feb 10, 2022
@legendecas legendecas deleted the metrics-ff/instrument branch February 10, 2022 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants