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
asked 2 years ago771 views
2 Answers
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.

answered 2 years ago
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"
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions