Amazon Managed Service for Prometheus

0

I deployed Amazon Managed Service for Prometheus and I'm trying to get metrics for ECS and EB. But I can't understand if need to setup a Prometheus server to send the metrics to and have the data source set to remote write to AMP? Or do I need to install and setup node exporter?

Can you someone please explain the difference between the Amazon Managed Service for Prometheus vs Prometheus server?

2 Answers
0

https://aws.amazon.com/blogs/opensource/metrics-collection-from-amazon-ecs-using-amazon-managed-service-for-prometheus/

Taken from above

The Prometheus Server gets installed in the ECS cluster as a collector (agent) that forward metrics to AMP. Prometheus supports dynamic discovery of Kubernetes resources so you need to deploy Prometheus server on an Amazon ECS cluster, dynamically discover the set of services to collect metrics from, and send the metrics to AMP for subsequent query and visualization as well as long-term storage. This solution will also enable Amazon ECS customers to leverage libraries and servers that help in exporting existing metrics from third-party systems as Prometheus metrics.

profile pictureAWS
Roly
answered a year ago
0

How do I get the metrics for AWS Elastic Beanstalk? The beanstalk application is using docker containers.

Sam
answered a year 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