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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ