docs(readme): Add links to plugins (#15342)

This commit is contained in:
Joshua Powers 2024-05-14 04:32:01 -06:00 committed by GitHub
parent 96d5fb3c23
commit 4d4d7f4c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 39 additions and 9 deletions

View File

@ -20,14 +20,16 @@ metrics, logs, and other arbitrary data.
Users can choose plugins from a wide range of topics, including but not limited Users can choose plugins from a wide range of topics, including but not limited
to: to:
* Devices: OPC UA, Modbus * Devices: [OPC UA][], [Modbus][]
* Logs: File, Tail, Directory Monitor * Logs: [File][], [Tail][], [Directory Monitor][]
* Messaging: AMQP, Kafka, MQTT * Messaging: [AMQP][], [Kafka][], [MQTT][]
* Monitoring: OpenTelemetry, Prometheus * Monitoring: [OpenTelemetry][], [Prometheus][]
* Networking: Cisco TelemetryMDT, gNMI * Networking: [Cisco TelemetryMDT][], [gNMI][]
* System monitoring: CPU, Memory, Disk, Network, SMART, Docker, Nvidia SMI, etc. * System monitoring: [CPU][], [Memory][], [Disk][], [Network][], [SMART][],
* Universal: Exec, HTTP, HTTP Listener, SNMP, SQL [Docker][], [Nvidia SMI][], etc.
* Windows: Event Log, Management Instrumentation, Performance Counters * Universal: [Exec][], [HTTP][], [HTTP Listener][], [SNMP][], [SQL][]
* Windows: [Event Log][], [Management Instrumentation][],
[Performance Counters][]
## 🔨 Installation ## 🔨 Installation
@ -49,7 +51,7 @@ For a basic walkthrough see [quick start](/docs/QUICK_START.md).
## 📖 Documentation ## 📖 Documentation
For a full list of documentation including tutorials, reference and other For a full list of documentation including tutorials, reference and other
material, start with the [Docs directory](/docs/README.md). material, start with the [/docs directory](/docs/README.md).
Additionally, each plugin has its own README that includes details about how to Additionally, each plugin has its own README that includes details about how to
configure, use, and sometimes debug or troubleshoot. Look under the configure, use, and sometimes debug or troubleshoot. Look under the
@ -90,3 +92,31 @@ and feature requests only.
## 📜 License ## 📜 License
[![MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/influxdata/telegraf/blob/master/LICENSE) [![MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/influxdata/telegraf/blob/master/LICENSE)
[OPC UA]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/opcua
[Modbus]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/modbus
[File]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/file
[Tail]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tail
[Directory Monitor]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/directory_monitor
[AMQP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/amqp_consumer
[Kafka]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kafka_consumer
[MQTT]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mqtt_consumer
[OpenTelemetry]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/opentelemetry
[Prometheus]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/prometheus
[Cisco TelemetryMDT]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cisco_telemetry_mdt
[gNMI]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/gnmi
[CPU]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cpu
[Memory]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mem
[Disk]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/disk
[Network]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net
[SMART]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/smartctl
[Docker]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker
[Nvidia SMI]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nvidia_smi
[Exec]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec
[HTTP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http
[HTTP Listener]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http_listener_v2
[SNMP]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/snmp
[SQL]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/sql
[Event Log]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_eventlog
[Management Instrumentation]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_wmi
[Performance Counters]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters