ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

[Metrics] Do not connect the points if there is the missing data in between #32

Closed ks888 closed 7 years ago

ks888 commented 7 years ago

From the antonivs's comment on reddit.

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.

ks888 commented 7 years ago

The issue is fixed since v0.3.1. Here is the screenshot of the demo:

screen shot 2017-05-27 at 12 57 34