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
已提问 2 年前786 查看次数
2 回答
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.

已回答 2 年前
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"
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则