Added config flag to skip collection of network protocol metrics (#3880)

This commit is contained in:
Chris Ottinger
2018-03-14 15:08:21 +11:00
committed by Daniel Nelson
parent 8cfd001441
commit f114f6a124
3 changed files with 33 additions and 13 deletions

View File

@@ -14,6 +14,11 @@ This plugin gathers metrics about network interface and protocol usage (Linux on
##
# interfaces = ["eth*", "enp0s[0-1]", "lo"]
##
## On linux systems telegraf also collects protocol stats.
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
##
# ignore_protocol_stats = false
##
```
### Measurements & Fields: