Fix issue with versions in `data/telegraf_plugins.yml` (#2785)
The introduced version number needs to be a full semantic version number. Co-authored-by: pierwill <pierwill@users.noreply.github.com>pull/2786/head
parent
5289b2a00e
commit
f523242a6d
|
@ -34,7 +34,7 @@ input:
|
||||||
id: aliyuncms
|
id: aliyuncms
|
||||||
description: |
|
description: |
|
||||||
This plugin pulls metric statistics from Aliyun CMS.
|
This plugin pulls metric statistics from Aliyun CMS.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [cloud]
|
tags: [cloud]
|
||||||
|
|
||||||
- name: Amazon CloudWatch Alarms
|
- name: Amazon CloudWatch Alarms
|
||||||
|
@ -198,7 +198,7 @@ input:
|
||||||
id: bigbluebutton
|
id: bigbluebutton
|
||||||
description: |
|
description: |
|
||||||
The BigBlueButton Input Plugin gathers metrics from a BigBlueButton server.
|
The BigBlueButton Input Plugin gathers metrics from a BigBlueButton server.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [external]
|
tags: [external]
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@ input:
|
||||||
id: dnsmasq
|
id: dnsmasq
|
||||||
description: |
|
description: |
|
||||||
This plugin gathers dnsmasq statistics on the DNS side.
|
This plugin gathers dnsmasq statistics on the DNS side.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [external]
|
tags: [external]
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -428,7 +428,7 @@ input:
|
||||||
id: ds389
|
id: ds389
|
||||||
description: |
|
description: |
|
||||||
This plugin gathers metrics from 389 Directory Servers' cn=Monitor backend.
|
This plugin gathers metrics from 389 Directory Servers' cn=Monitor backend.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [external]
|
tags: [external]
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -749,7 +749,7 @@ input:
|
||||||
id: dpdk
|
id: dpdk
|
||||||
description: |
|
description: |
|
||||||
The DPDK plugin collects metrics exposed by applications built with Data Plane Development Kit, an extensive set of open source libraries designed for accelerating packet processing workloads.
|
The DPDK plugin collects metrics exposed by applications built with Data Plane Development Kit, an extensive set of open source libraries designed for accelerating packet processing workloads.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [networking]
|
tags: [networking]
|
||||||
|
|
||||||
- name: Intel RDT
|
- name: Intel RDT
|
||||||
|
@ -881,7 +881,7 @@ input:
|
||||||
id: knx_listener
|
id: knx_listener
|
||||||
description: |
|
description: |
|
||||||
The KNX input plugin that listens for messages on the KNX (Konnex) home-automation bus.
|
The KNX input plugin that listens for messages on the KNX (Konnex) home-automation bus.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [iot]
|
tags: [iot]
|
||||||
|
|
||||||
- name: Kubernetes
|
- name: Kubernetes
|
||||||
|
@ -919,7 +919,7 @@ input:
|
||||||
id: ldap_org
|
id: ldap_org
|
||||||
description: |
|
description: |
|
||||||
This plugin monitors the number of entries inside LDAP trees.
|
This plugin monitors the number of entries inside LDAP trees.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [external]
|
tags: [external]
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -1297,7 +1297,7 @@ input:
|
||||||
id: opentelemetry
|
id: opentelemetry
|
||||||
description: |
|
description: |
|
||||||
Receives traces, metrics and logs from OpenTelemetry clients and agents via gRPC.
|
Receives traces, metrics and logs from OpenTelemetry clients and agents via gRPC.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [logging, messaging]
|
tags: [logging, messaging]
|
||||||
|
|
||||||
- name: OpenWeatherMap
|
- name: OpenWeatherMap
|
||||||
|
@ -1889,7 +1889,7 @@ input:
|
||||||
id: x509_crl
|
id: x509_crl
|
||||||
description: |
|
description: |
|
||||||
This plugin provides information about X509 CRL (Certificate Revocation Lists) accessible via a file.
|
This plugin provides information about X509 CRL (Certificate Revocation Lists) accessible via a file.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [external]
|
tags: [external]
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -1931,7 +1931,7 @@ output:
|
||||||
id: cloudwatch_logs
|
id: cloudwatch_logs
|
||||||
description: |
|
description: |
|
||||||
This output plugin sends logs to Amazon CloudWatch.
|
This output plugin sends logs to Amazon CloudWatch.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [amazon, cloud, logging]
|
tags: [amazon, cloud, logging]
|
||||||
|
|
||||||
- name: Amazon Kinesis
|
- name: Amazon Kinesis
|
||||||
|
@ -2279,7 +2279,7 @@ output:
|
||||||
id: sql
|
id: sql
|
||||||
description: |
|
description: |
|
||||||
The SQL output plugin saves Telegraf metric data to an SQL database.
|
The SQL output plugin saves Telegraf metric data to an SQL database.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [data stores]
|
tags: [data stores]
|
||||||
|
|
||||||
- name: Sumo Logic
|
- name: Sumo Logic
|
||||||
|
@ -2319,7 +2319,7 @@ output:
|
||||||
id: websocket
|
id: websocket
|
||||||
description: |
|
description: |
|
||||||
The Websocket output plugin can write to a WebSocket endpoint.
|
The Websocket output plugin can write to a WebSocket endpoint.
|
||||||
introduced: 1.19
|
introduced: 1.19.0
|
||||||
tags: [web, servers]
|
tags: [web, servers]
|
||||||
|
|
||||||
- name: XML
|
- name: XML
|
||||||
|
|
Loading…
Reference in New Issue