From fb755d48ae13600bc05f356f06b9a924bce2708d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 2 Dec 2019 12:54:30 -0700 Subject: [PATCH] removed hardcoded redoc-cli version, updated telegraf plugin order --- .circleci/config.yml | 2 +- data/telegraf_plugins.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6b87206f..42f67bd96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: command: ./deploy/ci-install-s3deploy.sh - run: name: Install NPM dependencies - command: sudo npm i -g postcss-cli autoprefixer redoc-cli@0.8.6 + command: sudo npm i -g postcss-cli autoprefixer redoc-cli - run: name: Generate API documentation command: cd api-docs && bash generate-api-docs.sh diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index dc0afe60a..124387510 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -41,6 +41,16 @@ input: introduced: 0.12.1 tags: [linux, macos, windows, cloud] + - name: Amazon ECS + id: ecs + description: | + 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] + - name: Amazon Kinesis Consumer id: kinesis_consumer description: | @@ -371,16 +381,6 @@ input: introduced: 0.10.3 tags: [linux, macos, windows, applications, web] - - name: Amazon ECS - id: ecs - description: | - 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] - - name: Elasticsearch id: elasticsearch description: |