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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南