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?

질문됨 2년 전587회 조회
2개 답변
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
전문가
답변함 2년 전
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠