mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
248413d654
* Adds Exponential Histograms aggregator * Added aggregation to the pipeline. Adjust to new bucket * Add no allocation if cap is available. * Expand tests * Fix lint * Fix 64 bit math on 386 platform. * Fix tests to work in go 1.19. Fix spelling error * fix codespell * Add example * Update sdk/metric/aggregation/aggregation.go Co-authored-by: Robert Pająk <pellared@hotmail.com> * Update sdk/metric/aggregation/aggregation.go * Update sdk/metric/aggregation/aggregation.go * Changelog * Fix move * Address feedback from the PR. * Update expo histo to new aggregator format. * Fix lint * Remove Zero Threshold from config of expo histograms * Remove DefaultExponentialHistogram() * Refactor GetBin, and address PR Feedback * Address PR feedback * Fix comment in wrong location * Fix misapplied PR feedback * Fix codespell --------- Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> |
||
---|---|---|
.. | ||
aggregation | ||
internal | ||
metricdata | ||
benchmark_test.go | ||
cache_test.go | ||
cache.go | ||
config_test.go | ||
config.go | ||
doc.go | ||
env.go | ||
example_test.go | ||
exporter.go | ||
go.mod | ||
go.sum | ||
instrument_test.go | ||
instrument.go | ||
instrumentkind_string.go | ||
manual_reader_test.go | ||
manual_reader.go | ||
meter_test.go | ||
meter.go | ||
periodic_reader_test.go | ||
periodic_reader.go | ||
pipeline_registry_test.go | ||
pipeline_test.go | ||
pipeline.go | ||
provider_test.go | ||
provider.go | ||
reader_test.go | ||
reader.go | ||
version_test.go | ||
version.go | ||
view_test.go | ||
view.go |