M
Mikhail Dubrovin
Guest
Mikhail Dubrovin Asks: LinkedIn Cruise Control authenticaton in AWS Prometheus
We are going to integrate LinkedIn Cruise-Control(CC) in our Kafka stack. The flow looks: Kafka(AWS MSK brokers) ->(sends metrics) -> AWS Prometheus ->(consume metrics) -> Cruise Control.
But when CC tries to fetch metrics from AWS Prometheus, it fails with an error:
Does anyone configured cruise-control to fetch metrics from AWS Prometheus? How we can specify user's credentials to let CC to authenticate itself?
We are going to integrate LinkedIn Cruise-Control(CC) in our Kafka stack. The flow looks: Kafka(AWS MSK brokers) ->(sends metrics) -> AWS Prometheus ->(consume metrics) -> Cruise Control.
But when CC tries to fetch metrics from AWS Prometheus, it fails with an error:
ERROR Error when attempting to query Prometheus metrics java.io.IOException: Received non-success response code on Prometheus API HTTP call, response code = 403, response body = {"message":"Missing Authentication Token"}
Does anyone configured cruise-control to fetch metrics from AWS Prometheus? How we can specify user's credentials to let CC to authenticate itself?