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
|
||||
description: |
|
||||
This plugin pulls metric statistics from Aliyun CMS.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [cloud]
|
||||
|
||||
- name: Amazon CloudWatch Alarms
|
||||
|
@ -198,7 +198,7 @@ input:
|
|||
id: bigbluebutton
|
||||
description: |
|
||||
The BigBlueButton Input Plugin gathers metrics from a BigBlueButton server.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [external]
|
||||
external: true
|
||||
|
||||
|
@ -392,7 +392,7 @@ input:
|
|||
id: dnsmasq
|
||||
description: |
|
||||
This plugin gathers dnsmasq statistics on the DNS side.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [external]
|
||||
external: true
|
||||
|
||||
|
@ -428,7 +428,7 @@ input:
|
|||
id: ds389
|
||||
description: |
|
||||
This plugin gathers metrics from 389 Directory Servers' cn=Monitor backend.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [external]
|
||||
external: true
|
||||
|
||||
|
@ -749,7 +749,7 @@ input:
|
|||
id: dpdk
|
||||
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.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [networking]
|
||||
|
||||
- name: Intel RDT
|
||||
|
@ -881,7 +881,7 @@ input:
|
|||
id: knx_listener
|
||||
description: |
|
||||
The KNX input plugin that listens for messages on the KNX (Konnex) home-automation bus.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [iot]
|
||||
|
||||
- name: Kubernetes
|
||||
|
@ -919,7 +919,7 @@ input:
|
|||
id: ldap_org
|
||||
description: |
|
||||
This plugin monitors the number of entries inside LDAP trees.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [external]
|
||||
external: true
|
||||
|
||||
|
@ -1297,7 +1297,7 @@ input:
|
|||
id: opentelemetry
|
||||
description: |
|
||||
Receives traces, metrics and logs from OpenTelemetry clients and agents via gRPC.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [logging, messaging]
|
||||
|
||||
- name: OpenWeatherMap
|
||||
|
@ -1889,7 +1889,7 @@ input:
|
|||
id: x509_crl
|
||||
description: |
|
||||
This plugin provides information about X509 CRL (Certificate Revocation Lists) accessible via a file.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [external]
|
||||
external: true
|
||||
|
||||
|
@ -1931,7 +1931,7 @@ output:
|
|||
id: cloudwatch_logs
|
||||
description: |
|
||||
This output plugin sends logs to Amazon CloudWatch.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [amazon, cloud, logging]
|
||||
|
||||
- name: Amazon Kinesis
|
||||
|
@ -2279,7 +2279,7 @@ output:
|
|||
id: sql
|
||||
description: |
|
||||
The SQL output plugin saves Telegraf metric data to an SQL database.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [data stores]
|
||||
|
||||
- name: Sumo Logic
|
||||
|
@ -2319,7 +2319,7 @@ output:
|
|||
id: websocket
|
||||
description: |
|
||||
The Websocket output plugin can write to a WebSocket endpoint.
|
||||
introduced: 1.19
|
||||
introduced: 1.19.0
|
||||
tags: [web, servers]
|
||||
|
||||
- name: XML
|
||||
|
|
Loading…
Reference in New Issue