1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
This commit is contained in:
jmacd 2020-06-10 00:42:57 -07:00
parent 8483cc3d23
commit a877fbbb85

View File

@ -27,9 +27,6 @@ import (
type (
// Aggregation is an interface returned by the Aggregator
// containing an interval of metric data.
//
// Note that the interfaces below do not embed this interface.
// Aggregators are expected to
Aggregation interface {
// Kind returns a short identifying string to identify
// the Aggregator that was used to produce the