opentelemetry-java
opentelemetry-java copied to clipboard
Add config to enable Default Exponential Histogram for Prometheus Exporter
This PR adds support for config otel.exporter.prometheus.metrics.default.histogram.aggregation
by which we can make BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
as the default histogram aggregation for Prometheus exporter.