From 13d7ec5d2348150bacbfd69c91ea9b33b71d22b8 Mon Sep 17 00:00:00 2001 From: Pablo <2617411+thepalbi@users.noreply.github.com> Date: Wed, 18 May 2022 18:30:46 -0300 Subject: [PATCH] Update collectors/monitoring_collector.go Co-authored-by: kgeckhart Signed-off-by: Pablo Balbi --- collectors/monitoring_collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectors/monitoring_collector.go b/collectors/monitoring_collector.go index 8012ef9c..96c04b57 100644 --- a/collectors/monitoring_collector.go +++ b/collectors/monitoring_collector.go @@ -62,7 +62,7 @@ type MonitoringCollectorOptions struct { // applicable to a given metric type prefix, they will be 'AND' concatenated. ExtraFilters []MetricFilter // RequestInterval is the time interval used in each request to get metrics. If there are many data points returned - // in during this interval, only the latest will be reported. + // during this interval, only the latest will be reported. RequestInterval time.Duration // RequestOffset is used to offset the requested interval into the past. RequestOffset time.Duration