removed hardcoded redoc-cli version, updated telegraf plugin order

pull/649/head
Scott Anderson 2019-12-02 12:54:30 -07:00
parent 63e73ee159
commit fb755d48ae
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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: |