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!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ