Cloudwatch: Round up endTime in GetMetricData to next minute (#89341)

* Add cloudWatchRoundUpEndTime feature toggle
This commit is contained in:
Ida Štambuk
2024-06-27 17:10:28 +02:00
committed by GitHub
parent 0aaf820fd9
commit ba5b33227c
9 changed files with 56 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ const (
FlagCloudWatchCrossAccountQuerying = "cloudWatchCrossAccountQuerying"
FlagCloudWatchBatchQueries = "cloudWatchBatchQueries"
FlagCloudWatchNewLabelParsing = "cloudWatchNewLabelParsing"
FlagCloudWatchRoundUpEndTime = "cloudWatchRoundUpEndTime"
)
func IsEnabled(ctx context.Context, feature string) bool {