diff --git a/sdk/export/metric/aggregation/aggregation.go b/sdk/export/metric/aggregation/aggregation.go index e87d1cca2..fe97f61e0 100644 --- a/sdk/export/metric/aggregation/aggregation.go +++ b/sdk/export/metric/aggregation/aggregation.go @@ -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