From 2c966ef828d7c75fda5455dcb0d8f09721235771 Mon Sep 17 00:00:00 2001 From: vijayansarathy <54895557+vijayansarathy@users.noreply.github.com> Date: Tue, 23 Mar 2021 12:40:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c29fbb8..626e92c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Custom metrics collection using Prometheus on Amazon ECS +## Metrics collection using Prometheus on Amazon ECS This Git repository contains software artifacts to deploy [Prometheus](https://prometheus.io/docs/introduction/overview/#what-is-prometheus) server and [Prometheus Node Exporter](https://prometheus.io/docs/guides/node-exporter) to an Amazon ECS cluster. The Golang code in the repository pertains to that of a side-car container that is deployed alongside the Prometheus server in an ECS task and it enables discovery of scraping targets in an ECS cluster.