400 Bad Request when querying from AWS Managed Prometheus

0

I am trying to query for metrics from my AWS Managed prometheus. I am using the query_range API from https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-Prometheus-Compatible-Apis

The call to get the metrics works fine if I use awscurl but if I use either postman (with their in-built AWS Sigv4 auth) or try to use SigV4 auth and query from my java code base, I always get a 400 bad request with no other information about the failure. Is there anything specific I'm supposed to be doing to get this to work ? This is the response I get when querying from Postman:

<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
</body>
</html>

There is no information on why the call is failing.

From postman, apart from AccessKey and SecretKey, the service-name i use is : aps and my region is us-west-2

已提問 2 年前檢視次數 279 次
沒有答案

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

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

回答問題指南