awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

Fix line graphs in metrics dashboards #478

Closed PoeppingT closed 1 year ago

PoeppingT commented 1 year ago

The period data returned by our metrics service includes Z as a timezone, which indicates UTC. Adding the extra UTC made the data unparseable, leading to NaN:NaN being represented as our periods.

Before fix. Note NaN-NaN NaN:NaN as the time period on the left.

Before fix

After fix. Note we actually have data.

After fix


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license