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
Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!
Describe the enhancement:
There are two for loops in Fetch function. If each region has many metrics and period is small(e.g. 1m), events are reported slowly.
Is it possible to use goroutine instead of
for loop
?beats/x-pack/metricbeat/module/aws/cloudwatch/cloudwatch.go
Lines 145 to 153 in d043a69
beats/x-pack/metricbeat/module/aws/cloudwatch/cloudwatch.go
Lines 173 to 179 in d043a69
The text was updated successfully, but these errors were encountered: