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/aggregator
Tyler Yahn dcd0a10493 Rename the sdk/export/metric package name (#432)
Rename the package from "export" to "metric". Note that all the existing
imports of this package use an explicit name of `export` and, therefore,
no import declaration changes are included.

Rename the `MetricKind` to `Kind` to not stutter in the type usage. Note
this does not include a method name change for the `Descriptor` method
`MetricKind`.
2020-01-16 10:05:12 -08:00
..
array Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
counter Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
ddsketch initialize checkpoint when creating ddsketch aggregator to prevent panic when merging into a empty one (#402) (#403) 2019-12-26 08:31:41 -08:00
gauge Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
minmaxsumcount Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
test Rename the sdk/export/metric package name (#432) 2020-01-16 10:05:12 -08:00