docs(typo): output.go (#12873)
This commit is contained in:
parent
99f6327ada
commit
ba880e7aee
|
|
@ -24,6 +24,6 @@ type AggregatingOutput interface {
|
|||
Add(in Metric)
|
||||
// Push returns the aggregated metrics and is called every flush interval.
|
||||
Push() []Metric
|
||||
// Reset signals the the aggregator period is completed.
|
||||
// Reset signals that the aggregator period is completed.
|
||||
Reset()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue