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
feita há 2 anos1502 visualizações
1 Resposta
1
Resposta aceita

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
respondido há 2 anos
  • FILL(m1,REPEAT) worked for me, thank you!

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas