Skip to content

Commit b6d044e

Browse files
authored
Fix Issues with the ECS Doc (#264)
1 parent ada16d5 commit b6d044e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ecs/ecs-monitoring-on-ec2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This example demonstrates how to monitor your Amazon Elastic Container Service o
44
(Amazon ECS) cluster with the Observability Accelerator's ECS monitoring module
55

66
The module collects Prometheus metrics from tasks running on ECS and sends it to Prometheus using AWS Distro for OpenTelemetry Collector (ADOT).
7+
78
You can either run the collector as a sidecar or deploy the collector as its own ECS service for entire cluster.
89
ECS tasks with Prometheus endpoints are discovered using extension
910
[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
2627

2728
## Setup
2829

29-
#### 1. Add the ECS Monitoring Module to your exisitng ECS CLuster
30+
#### 1. Add the ECS Monitoring Module to your exisitng ECS Cluster
3031

3132
```
3233
module "ecs_monitoring" {

0 commit comments

Comments
 (0)