mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
8ef02a61aa
This PR adds histogram support to the prometheus exporter. - Adds a new aggregator selector that returns a histogram for `MeasureKind`. The selector can be constructed using `simple.NewWithHistogramMeasure` - Adds support for histogram aggregators in prometheus collect method. With this PR, the default selector is changed to use histograms. In order to support the prometheus histogram, the `aggregator.Histogram` interface is extended with the `Sum` method. fixes #487 Co-authored-by: Rahul Patel <rahulpa@google.com> |
||
---|---|---|
.. | ||
aggregator | ||
batcher | ||
controller/push | ||
selector/simple | ||
alignment_test.go | ||
atomicfields.go | ||
benchmark_test.go | ||
config_test.go | ||
config.go | ||
correct_test.go | ||
doc.go | ||
example_test.go | ||
histogram_stress_test.go | ||
list.go | ||
minmaxsumcount_stress_test.go | ||
refcount_mapped.go | ||
sdk.go | ||
stress_test.go |