From ba880e7aeea8e4b0ceb12b7b3fa0dc64849d66f2 Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Tue, 14 Mar 2023 22:47:05 +0300 Subject: [PATCH] docs(typo): output.go (#12873) --- output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.go b/output.go index 52755b5da..21768da8f 100644 --- a/output.go +++ b/output.go @@ -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() }