1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/api/core
Joshua MacDonald 9040d824ae
Add array aggregation for raw measure metrics, improve testing (#282)
* Array aggregator part 1

* Improve median testing

* More testing

* More testing

* Update other dist tests

* Add to the benchmark

* Move errors into aggregator package, use from ddsketch; update Max/Min/Quantile to return errors for array/ddsketch/maxsumcount

* Lint

* Test non-absolute ddsketch

* Lint

* Comment

* Add note
2019-11-04 14:24:01 -08:00
..
doc.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
key_test.go Improve Value.Emit() with strconv. (#262) 2019-11-01 12:06:33 -07:00
key.go Add MarshalJSON for core.Value (#281) 2019-11-04 13:46:34 -06:00
number_test.go Remove NewZeroNumber in favor of Number(0) (#255) 2019-10-30 11:22:14 -07:00
number.go Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
numberkind_string.go Metrics SDK work-in-progress (#172) 2019-10-29 13:27:22 -07:00
rawhelpers.go Shrink core.Value (#256) 2019-10-30 15:01:19 -07:00
span_context_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
span_context.go document api/core and api/key packages (#263) 2019-10-31 14:55:51 -07:00
valuetype_string.go Shrink core.Value (#256) 2019-10-30 15:01:19 -07:00