File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This example demonstrates how to monitor your Amazon Elastic Container Service o
4
4
(Amazon ECS) cluster with the Observability Accelerator's ECS monitoring module
5
5
6
6
The module collects Prometheus metrics from tasks running on ECS and sends it to Prometheus using AWS Distro for OpenTelemetry Collector (ADOT).
7
+
7
8
You can either run the collector as a sidecar or deploy the collector as its own ECS service for entire cluster.
8
9
ECS tasks with Prometheus endpoints are discovered using extension
9
10
[ 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
26
27
27
28
## Setup
28
29
29
- #### 1. Add the ECS Monitoring Module to your exisitng ECS CLuster
30
+ #### 1. Add the ECS Monitoring Module to your exisitng ECS Cluster
30
31
31
32
```
32
33
module "ecs_monitoring" {
You can’t perform that action at this time.
0 commit comments