The following dashboards are provided for use with data from the Telegraf net input.
The Interface Performance dashboard allows users to investigate network traffic volume, as well as identify issues related to dropped or errored packets.
Template variables are provided to allow easy selection from the network interface to be viewed.
The Interface Metric Explorer dashboard allows users to explore the various metrics which may be collected for a network interface. The dashboard allows for two sets of host, interface and metrics to be selected, which allows for easy data comparisons.
As the network interface metrics are counters, all queries leverage the non_negative_derivative() function and express values as per second.
The following input plugin configuration is required to provide the data for these dashboards.
[[inputs.net]]
# By default, telegraf gathers stats from any up interface (excluding loopback). Setting interfaces will tell it to
# gather these explicit interfaces, regardless of status.
#interfaces = ["eth0"]
# On linux systems telegraf also collects protocol stats. Setting ignore_protocol_stats to true will skip reporting
# of protocol metrics.
#ignore_protocol_stats = false