Comments
This commit is contained in:
parent
8483cc3d23
commit
a877fbbb85
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue