I have a graph with a plotted line showing the count sum each hour, however this plotted line has some gaps. See this screengrab, near 07/29:
Does anyone know why? If it means zero, then why doesn't the line continue to the X-axis?
I have a graph with a plotted line showing the count sum each hour, however this plotted line has some gaps. See this screengrab, near 07/29:
Does anyone know why? If it means zero, then why doesn't the line continue to the X-axis?
All CloudWatch knows is that it didn't receive any data for that metric during that time period. It doesn't know if it was due to a failure in the data reporting or something else. So it shows that as a gap.
You would have to have something actually sending a value of "0" during reporting periods where there is no activity for that metric, in order fill in the gaps. That's usually more trouble than it's worth.
© 2022 - 2024 — McMap. All rights reserved.