-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exporter/logging] log min and max for histograms (#5520)
* fix(exporter/logging): log min and max for histograms. * fix(changelog): update changelog. * fix(otlptext): check if sum/min/max are present before adding them to the buffer. * fix(otlptext): make test data include a variation of histogram min/max presence. * fix(otlptext): check if sum exists on exponential histogram before adding it to the buffer. * fix(otlptext): use min=0 for ExponentialHistogram test data as zero_count=1.
- Loading branch information
1 parent
a7792d3
commit e5ac6d2
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters