Commit 1d523e08 authored by Nicolas Steinmetz's avatar Nicolas Steinmetz Committed by David McKay

add net input plugin

parent c2aad9ed
apiVersion: v1
name: telegraf-ds
version: 1.0.7
version: 1.0.8
appVersion: 1.14
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -75,6 +75,7 @@ This chart deploys the following by default:
* [`kernel`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kernel)
* [`kubernetes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kubernetes)
* [`mem`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mem)
* [`net`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net)
* [`processes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/processes)
* [`swap`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/swap)
* [`system`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system)
......@@ -18,6 +18,7 @@ data:
[[inputs.diskio]]
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.net]]
[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment