starting to apply category tags to telegraf plugins
parent
15f903f2f3
commit
3a5b1133af
|
|
@ -5,6 +5,14 @@ filters:
|
|||
- Output
|
||||
- Aggregator
|
||||
- Processor
|
||||
- category: Plugin category
|
||||
values:
|
||||
- System
|
||||
- Application
|
||||
- Network
|
||||
- Messaging
|
||||
- Databases
|
||||
- Containers
|
||||
- category: Operating system
|
||||
values:
|
||||
- Linux
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ input:
|
|||
using the ActiveMQ Console API.
|
||||
link: https://github.com/influxdata/telegraf/blob/release-1.10/plugins/inputs/activemq/README.md
|
||||
introduced: 1.8.0
|
||||
tags: [linux, macos]
|
||||
tags: [linux, macos, windows, messaging]
|
||||
|
||||
- name: Aerospike
|
||||
id: aerospike
|
||||
|
|
@ -21,7 +21,7 @@ input:
|
|||
and statistics for all configured namespaces.
|
||||
link: https://github.com/influxdata/telegraf/blob/release-1.10/plugins/inputs/aerospike/README.md
|
||||
introduced: 0.2.0
|
||||
tags: [linux, macos]
|
||||
tags: [linux, macos, windows, databases]
|
||||
|
||||
- name: Amazon CloudWatch Statistics
|
||||
id: cloudwatch
|
||||
|
|
|
|||
Loading…
Reference in New Issue