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

[otlp] add optional min/max fields to histograms #5399

Merged
merged 3 commits into from
May 19, 2022

Conversation

codeboten
Copy link
Contributor

Fixes #5380

@codeboten codeboten requested review from a team and bogdandrutu May 19, 2022 19:33
@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #5399 (46d11e3) into main (d11fe93) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #5399      +/-   ##
==========================================
- Coverage   90.97%   90.96%   -0.01%     
==========================================
  Files         190      190              
  Lines       11392    11428      +36     
==========================================
+ Hits        10364    10396      +32     
- Misses        809      812       +3     
- Partials      219      220       +1     
Impacted Files Coverage Δ
pdata/internal/generated_pmetric.go 97.34% <100.00%> (+0.09%) ⬆️
pdata/internal/common.go 94.61% <0.00%> (-0.77%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d11fe93...46d11e3. Read the comment docs.

@bogdandrutu bogdandrutu merged commit c56d20e into open-telemetry:main May 19, 2022
@codeboten codeboten deleted the codeboten/add-min-max branch June 22, 2023 15:29
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.

add support for histogram min/max
3 participants