One other issue that I haven't investigated yet is that the site I'm testing with
happened to be down for a number hours on Friday, but for some reason I
don't see any gap on the LambStatus metrics chart, although there's a clear
gap in the charts on CloudWatch. If I find out more, I'll let you know the details.
The metrics chart of LambStatus connects the points by the straight line, and it doesn't check whether there is the missing data. It seems CloudWatch Metrics connects the points only when there is no missing data in between. So maybe that's why the appearance of the charts are different. This issue fixes this.
From the antonivs's comment on reddit.
The metrics chart of LambStatus connects the points by the straight line, and it doesn't check whether there is the missing data. It seems CloudWatch Metrics connects the points only when there is no missing data in between. So maybe that's why the appearance of the charts are different. This issue fixes this.