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
已提問 2 年前檢視次數 1501 次
1 個回答
1
已接受的答案

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
已回答 2 年前
  • FILL(m1,REPEAT) worked for me, thank you!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南