Hi,
We have a dashboard based on 11 panels querying Cloudwatch Logs.
We have several issues with this dashboard and maybe you could help us with some of them.
- The panels are slow to load (~7s) when the same query in cloudwatch log insights takes around 2 seconds.
- Panels regularly fail loading with an
e.data[Symbol.iterator] is not a function
error because we hit the 10 concurrent request limit as mentioned here: - When inspecting a relative query, we can see the
from
/to
parameters of the query toapi/tsdb/query
updating on the fly during the query execution. Does this mean several requests are being made, and therefore hitting the previously mentioned limit even faster?
Thanks !