How to send Prometheus data to CloudWatch?

0

I call some program's api and get prometheus formatted data response. Using AWS lambda, I call some program's api and send to cloudwatch. but Converting prometheus data format to cloudwatch data format is so complicated. How can I solve this problem?

feita há 2 anos589 visualizações
2 Respostas
0

Not sure if this is what you are looking for , but you can use Amazon CloudWatch to monitor Prometheus metrics from Amazon Elastic Containers (ECS), Amazon Elastic Kubernetes Service (EKS), AWS Fargate, and Kubernetes clusters, now publicly available.

Some reference - Amazon CloudWatch Prometheus metrics now generally available

profile pictureAWS
ESPECIALISTA
respondido há 2 anos
0

To add further to the answer by "AWS-User_Nitin"

....You can use Amazon CloudWatch to monitor Prometheus metrics from Amazon Elastic Kubernetes Service (EKS) and Kubernetes clusters. You can expose custom metrics on those services, and ingest the Prometheus metrics in CloudWatch. By curating the collection and aggregation of Prometheus metrics, CloudWatch users can monitor, troubleshoot, and alarm on application performance degradation and failures faster while reducing the number of monitoring tools required.

A guide is available [1] on how to setup the integration to monitor workloads which is a practical workshop. Additionally, if you run into any issues with metrics on CloudWatch side, then we have a troubleshooting guide [2] to assist narrowing down the issue with integration.

[1] https://aws.amazon.com/blogs/containers/using-prometheus-metrics-in-amazon-cloudwatch/

[2] https://docs.amazonaws.cn/en_us/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting.html

AWS
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas