From 3654b0002710fd1684d1013fafb99a9c0e036bfb Mon Sep 17 00:00:00 2001 From: Elamaran Shanmugam Date: Tue, 13 Feb 2024 10:01:29 -0500 Subject: [PATCH] Fix Issues with the ECS Doc --- docs/ecs/ecs-monitoring-on-ec2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ecs/ecs-monitoring-on-ec2.md b/docs/ecs/ecs-monitoring-on-ec2.md index 11e50a85..7a65f467 100644 --- a/docs/ecs/ecs-monitoring-on-ec2.md +++ b/docs/ecs/ecs-monitoring-on-ec2.md @@ -4,6 +4,7 @@ This example demonstrates how to monitor your Amazon Elastic Container Service o (Amazon ECS) cluster with the Observability Accelerator's ECS monitoring module The module collects Prometheus metrics from tasks running on ECS and sends it to Prometheus using AWS Distro for OpenTelemetry Collector (ADOT). + You can either run the collector as a sidecar or deploy the collector as its own ECS service for entire cluster. ECS tasks with Prometheus endpoints are discovered using extension [ecsobserver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/observer/ecsobserver/README.md). @@ -26,7 +27,7 @@ Make sure to update your exisitng Application Task Definitions based on the work ## Setup -#### 1. Add the ECS Monitoring Module to your exisitng ECS CLuster +#### 1. Add the ECS Monitoring Module to your exisitng ECS Cluster ``` module "ecs_monitoring" {