1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
Gustavo Silva Paiva 2c460f0d97 Adds Histogram Aggregator (#433)
* histogram aggregator draft

* add tests for buckets

* naming stuffs

* docs

* add tests for buckets

* fix doc

* update year

* adds docs for Histogram

* docs for boundaries.

* addresses review comments
Change to less-than buckets. Add offset checks. Unexport fields that don't need to be exported. Fix tests when running on profile with int64 number kind.

* sort boundaries

* remove testing field

* fixes import order

* remove print 🙈
2020-01-21 09:15:09 -08:00
..
aggregator Adds Histogram Aggregator (#433) 2020-01-21 09:15:09 -08:00
batcher Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
controller/push Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
selector/simple Add Min() interface - rename MaxSumCount to MinMaxSumCount (#352) 2019-11-26 14:07:58 -08:00
alignment_test.go Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
benchmark_test.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
correct_test.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
doc.go Metrics stdout export pipeline (#265) 2019-11-15 13:01:20 -08:00
example_test.go s/options/config/ (#410) 2020-01-03 09:48:45 -08:00
labelencoder.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
list.go Metrics SDK work-in-progress (#172) 2019-10-29 13:27:22 -07:00
monotone_test.go Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
sdk.go Rename the sdk/export/metric package name (#432) 2020-01-16 10:05:12 -08:00
stress_test.go Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00