From 1cdc98293877a7fdd1669415263095369226ea65 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach <48534558+yotamloe@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:53:32 +0300 Subject: [PATCH] Update ecs-fargate.md --- _source/logzio_collections/_tracing-sources/ecs-fargate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_source/logzio_collections/_tracing-sources/ecs-fargate.md b/_source/logzio_collections/_tracing-sources/ecs-fargate.md index e81028433..39d2da932 100644 --- a/_source/logzio_collections/_tracing-sources/ecs-fargate.md +++ b/_source/logzio_collections/_tracing-sources/ecs-fargate.md @@ -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. @@ -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}