There was an error while loading. Please reload this page.
1 parent 1418980 commit d62b56bCopy full SHA for d62b56b
1 file changed
internal/app/cloudwatch/rds.go
@@ -283,7 +283,7 @@ func (c *RdsFetcher) GetRDSInstanceMetrics(dbIdentifiers []string) (CloudWatchMe
283
metrics := make(map[string]*RdsMetrics)
284
285
cloudWatchQueries := generateCloudWatchQueriesForInstances(dbIdentifiers)
286
- startTime := aws.Time(time.Now().Add(-3 * time.Minute)) // Start time - 1 hour ago
+ startTime := aws.Time(time.Now().Add(-5 * time.Minute)) // Start time - 5 minutes ago
287
endTime := aws.Time(time.Now()) // End time - now
288
chunkSize := MaxQueriesPerCloudwatchRequest
289
0 commit comments