opentelemetry-java-examples
opentelemetry-java-examples copied to clipboard
Need example of how to build a histogram with exponential bucket boundaries
This came up in slack. There are currently no examples here of how to create a histogram with exponential bucket boundaries. A user reading the example for Histogram today might believe that it's simply missing from the implementation.
As a result, I think it probably makes sense to add an example for exponential buckets to the existing example. That way, it's pretty easily findable (just like the custom bucket example is findable).