docs(typo): output.go (#12873)

This commit is contained in:
Cemre Mengu 2023-03-14 22:47:05 +03:00 committed by GitHub
parent 99f6327ada
commit ba880e7aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}