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

Add Float64CounterObserver and Float64UpDownCounterObserver Tests #2487

Merged
merged 5 commits into from
Jan 10, 2022

Conversation

erichsueh3
Copy link
Contributor

@erichsueh3 erichsueh3 commented Dec 28, 2021

This PR fixes #2466 and adds tests for the Float64CounterObserver and Float64UpDownCounterObserver instruments, meaning all six instrument kinds will be tested.

@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #2487 (2039c6b) into main (1e4a609) will decrease coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2487     +/-   ##
=======================================
- Coverage   76.3%   76.3%   -0.1%     
=======================================
  Files        174     174             
  Lines      12027   12027             
=======================================
- Hits        9184    9182      -2     
- Misses      2598    2600      +2     
  Partials     245     245             
Impacted Files Coverage Δ
sdk/trace/batch_span_processor.go 84.4% <0.0%> (-1.1%) ⬇️

@Aneurysm9 Aneurysm9 added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Dec 28, 2021
@MrAlias
Copy link
Contributor

MrAlias commented Jan 4, 2022

Please rebase so this can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prometheus Exporter Tests Should Cover CounterObserver and UpDownCounterObserver Metrics
6 participants