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!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인