Skip to content

Commit

Permalink
fixup! fixup! fixup! Increase metrics interval to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Oct 11, 2023
1 parent 4303ee0 commit 4d71ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/agent/application/monitoring/v1_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const (
windowsOS = "windows"

// metricset execution period used for the monitoring metrics inputs
// we set this to 60s to reduce the load/data volume on the monitoring cluster
metricsCollectionInterval = 60 * time.Second
)

Expand Down

0 comments on commit 4d71ff6

Please sign in to comment.