opentelemetry-collector
opentelemetry-collector copied to clipboard
Add exponential histogram one-liner print
Description
This PR fixes #10463 by adding a one-liner debug printer support for exponential bucket. It also adds unit tests for the printing.
Link to tracking issue
Fixes #10463
Testing
Added test in metrics_test.go.
Passes all tests locally