You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For better performance, specify StartTime and EndTime values that align with the value of the metric's Period and sync up with the beginning and end of an hour. For example, if the Period of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime can get a faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime.
Sometime metricbeat get empty metric result of EC2 instance. There is an issue in
aws.GetStartTimeEndTime
get aws ec2 instance metrics with the python script.
If
end mod period
is between 60s and 120s , there may be empty metric result.beats/x-pack/metricbeat/module/aws/utils.go
Lines 22 to 37 in 62ddcc4
StartTime
andEndTime
align with period.https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html#API_GetMetricData_RequestParameters
The text was updated successfully, but these errors were encountered: