Skip to content

Commit

Permalink
Update collectors/monitoring_collector.go
Browse files Browse the repository at this point in the history
Co-authored-by: kgeckhart <[email protected]>
Signed-off-by: Pablo Balbi <[email protected]>
  • Loading branch information
thepalbi and kgeckhart committed May 19, 2022
1 parent be06b9e commit 13d7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectors/monitoring_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d7ec5

Please sign in to comment.