Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ecs-fargate.md #2334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _source/logzio_collections/_tracing-sources/ecs-fargate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ order: 1380
---


AWS Fargate is a serverless compute engine for building applications without managing servers. This integration will create a new container that will run your image to send your AWS ECS Fargate logs to Logz.io using AWS OTel Collector. The integration will automatically create the replica.
AWS Fargate is a serverless compute engine for building applications without managing servers. This integration will create a new container that will run your image to send your AWS ECS Fargate traces and metrics to Logz.io using AWS OTel Collector. The integration will automatically create the replica.


Only `awsecscontainermetrics` receiver metrics are collected by default.
Expand Down Expand Up @@ -150,6 +150,7 @@ service:
logs:
level: "debug"
```
To change the configuration, go to the created ssm parameter and edit the yaml content to apply any custom opentelemetry configuration

##### IAM Roles
{:.no_toc}
Expand Down