Monitoring Amazon Managed Prometheus (AMP)

2

Hello, We would like to see metrics like prometheus_tsdb_head_series or similar that show how many samples we have in AMP.

Also, we want to see a count of queries as AWS will begin billing for queries in June.

Is there any way to monitor AMP usage? Preferably with metrics available via AMP, but we'd be happy to have access to that information in any form.

Thank you!

Luke
feita há 2 anos784 visualizações
2 Respostas
0

Hello, I am looking for the same thing. For now the only useful piece of information I could find is from the Cost Explorer.

respondido há 2 anos
0

We would like to see metrics like prometheus_tsdb_head_series or similar that show how many samples we have in AMP.

This is already possible:

awscurl --service="aps" \
  --region="us-east-1" \
  "https://aps-workspaces.us-east-1.amazonaws.com/workspaces/${WORSKPACE_ID}/api/v1/query?query=prometheus_tsdb_head_series"
respondido há 2 anos

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