1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/sdk/export/metric
ET 04297f4d04
Enable exporting Histogram aggregation to OTLP metric (#1209)
* Add Count() to Histogram interface

* Fix copy/pasted comment for Count() interface

* Implement Histogram conversion to OTLP protobuf

* Add CHANGELOG message

* Filled in PR # for Changelog

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-09-28 17:58:15 -07:00
..
aggregation Enable exporting Histogram aggregation to OTLP metric (#1209) 2020-09-28 17:58:15 -07:00
metrictest Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
exportkind_string.go Support cumulative, delta, and pass-through exporters (#840) 2020-06-22 22:59:51 -07:00
exportkind_test.go Build on newly released version of go, go 1.15 (#1064) 2020-08-16 20:04:53 -07:00
metric_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
metric.go Ensure exported interfaces have named method parameters (#1172) 2020-09-16 09:09:45 -07:00