Add "InfluxDB v2" to input list.

Added in v1 and v2 docs for https://github.com/influxdata/docs.influxdata.com/issues/2285.
pull/351/head
Steve Bang 2019-07-23 14:07:22 -07:00 committed by GitHub
parent 543ea3c8b7
commit fd5efa53b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 12 deletions

View File

@ -561,18 +561,6 @@ input:
introduced: 1.8.0
tags: [linux, macos, windows, networking, servers, systems]
- name: InfluxDB v1.x
id: influxdb
description: |
The InfluxDB v1.x input plugin gathers metrics from the exposed InfluxDB v1.x `/debug/vars` endpoint.
Using Telegraf to extract these metrics to create a "monitor of monitors" is a
best practice and allows you to reduce the overhead associated with capturing
and storing these metrics locally within the `_internal` database for production deployments.
[Read more about this approach here](https://www.influxdata.com/blog/influxdb-debugvars-endpoint/).
link: https://github.com/influxdata/telegraf/blob/release-1.11/plugins/inputs/influxdb/README.md
introduced: 0.2.5
tags: [linux, macos, windows, data-stores]
- name: InfluxDB Listener
id: influxdb_listener
description: |
@ -596,6 +584,35 @@ input:
introduced: 1.9.0
tags: [linux, macos, windows, data-stores]
- name: InfluxDB v1.x
id: influxdb
description: |
The InfluxDB v1.x input plugin gathers metrics from the exposed InfluxDB v1.x `/debug/vars` endpoint.
Using Telegraf to extract these metrics to create a "monitor of monitors" is a
best practice and allows you to reduce the overhead associated with capturing
and storing these metrics locally within the `_internal` database for production deployments.
[Read more about this approach here](https://www.influxdata.com/blog/influxdb-debugvars-endpoint/).
link: https://github.com/influxdata/telegraf/blob/release-1.11/plugins/inputs/influxdb/README.md
introduced: 0.2.5
tags: [linux, macos, windows, data-stores]
- name: InfluxDB v2
id: influxdb
description: |
InfluxDB 2.x exposes its metrics using the Prometheus Exposition Format — there is no InfluxDB v2 input
plugin.
To collect data on an InfluxDB 2.x instance running on localhost, the configuration for the
Prometheus input plugin would be:
```
[[inputs.prometheus]]
## An array of urls to scrape metrics from.
urls = ["http://localhost:9999/metrics"]
```
introduced: 1.8.0
tags: [linux, macos, windows, data-stores]
- name: Interrupts
id: interrupts
description: |