Skip to content

Commit

Permalink
Update ecs-demo.md (aws-observability#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
anasofia99 committed Aug 2, 2021
1 parent 4ac4d56 commit 08e8da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/ecs-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Replace the <PATH_TO_CloudFormation_TEMPLATE> with the path where your template
* Cluster_Name - ECS Cluster name setup in Prerequisite step
* AWS_Region - Region the data will be sent
* command - Assign value to the command variable to select the config file path; The AWS collector comes with two configs baked in for ECS customers:
* To consume application metrics, traces (using OTPL and Xray) and container resource utilization metrics (using awsecscontainermetrics receiver): `--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml`
* To consume OTPL metrics/traces and X-Ray SDK traces (custom application metrics/traces): `--config=/etc/ecs/ecs-default-config.yaml`
* To consume application metrics, traces (using OTLP and Xray) and container resource utilization metrics (using awsecscontainermetrics receiver): `--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml`
* To consume OTLP metrics/traces and X-Ray SDK traces (custom application metrics/traces): `--config=/etc/ecs/ecs-default-config.yaml`
```
ClusterName=<Cluster_Name>
Region=<AWS_Region>
Expand Down

0 comments on commit 08e8da6

Please sign in to comment.