From 90225cd3f0d75d72a2395d87f06fc63ee3b64c50 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 26 Nov 2019 12:28:32 -0800 Subject: [PATCH] update Amazon ECS plugin --- data/telegraf_plugins.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 43b2c1630..dc0afe60a 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -371,10 +371,12 @@ input: introduced: 0.10.3 tags: [linux, macos, windows, applications, web] - - name: ECS + - name: Amazon ECS id: ecs description: | - ECS, Fargate compatible, input plugin which uses the ECS v2 metadata and stats API endpoints to gather stats on running containers in a Task. + Amazon ECS input plugin (AWS Fargate compatible) uses the Amazon ECS v2 metadata and stats API endpoints to gather stats on running containers in a task. + The Telegraf container and the workload that Telegraf is inspecting must be run in the same task. This is similar to (and reuses pieces of) the + Docker input plugin, with some ECS-specific modifications for AWS metadata and stats formats. link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ecs/README.md introduced: 1.11.0 tags: [linux, macos, windows, cloud, containers]