From a877fbbb85ad1afb6cb228da557f3ea16e132c4f Mon Sep 17 00:00:00 2001 From: jmacd Date: Wed, 10 Jun 2020 00:42:57 -0700 Subject: [PATCH] Comments --- sdk/export/metric/aggregation/aggregation.go | 3 --- 1 file changed, 3 deletions(-) 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