There was an error while loading. Please reload this page.
1 parent 1418980 commit a55f0e2Copy full SHA for a55f0e2
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