Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell authored Nov 5, 2024
1 parent 7382e21 commit 95d7d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sources/collect/ecs-openteletry-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To create an ECS Task Definition for AWS Fargate with an ADOT collector, complet
The AWS Collector comes with two configurations. Select one of them based on your environment:
* Use `--config=/etc/ecs/ecs-default-config.yaml` to consume StatsD metrics, OTLP metrics and traces, and X-Ray SDK traces.
* Use `--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml` to Use StatsD, OTLP, Xray, and Container Resource utilization metrics.
1. Follow the ECS Fargate setup instructions to create a task definition using the template.
1. Follow the ECS Fargate setup instructions to [create a task definition][task] using the template.

## Run {{% param "PRODUCT_NAME" %}} directly in your instance, or as a Kubernetes sidecar

Expand All @@ -91,3 +91,5 @@ After connecting to your instance, follow the {{< param "PRODUCT_NAME" >}} [inst
[steps]: https://medium.com/ci-t/9-steps-to-ssh-into-an-aws-fargate-managed-container-46c1d5f834e2
[install]: https://grafana.com/docs/alloy/latest/set-up/install/linux/
[deploy]: https://grafana.com/docs/alloy/latest/set-up/deploy/
[task]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html

0 comments on commit 95d7d39

Please sign in to comment.