How to connect data points in CloudWatch dashboard?

0

Hello, I am using a CloudWatch dashboard to display a metric of historical data. We would like the data to appear as a continuous timeline but currently it looks like discrete unconnected data points - is there a way to have our data points here connected like a line chart?

What our dashboard looks like: What our dashboard looks like

What we want our dashboard to look like: What we want our dashboard to look like

AWS
mwiki
asked 2 years ago1475 views
1 Answer
1
Accepted Answer

The metric math FILL might help you here.

If your metric has the ID m1, try FILL(m1,0) or, if you want to use the most recent values, then FILL(m1,REPEAT)

for other options for FILL, and other functions, see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html

AWS
AWS-SA
answered 2 years ago
  • FILL(m1,REPEAT) worked for me, thank you!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions