From 3b9174a32204ab8a4ee96274892076ef2c21a008 Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Fri, 19 Jun 2015 17:42:29 +0100 Subject: [PATCH] Add supported plugins --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f61ce33c9..9e7358771 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ Telegraf has a few options you can configure under the `agent` section of the co * **interval**: How ofter to gather metrics. Uses a simple number + unit parser, ie "10s" for 10 seconds or "5m" for 5 minutes. * **debug**: Set to true to gather and send metrics to STDOUT as well as InfluxDB. +## Supported Plugins + +Telegraf currently has support for collecting metrics from: + +* Sysmtem (memory, CPU, network, etc.) +* Docker +* MySQL +* PostgreSQL +* Redis + +We'll be adding support for many more over the coming months. Read on if you want to add support for another service or third-party API. + ## Plugin Options There are 3 configuration options that are configurable per plugin: