telegraf/plugins/outputs/discard
Joshua Powers 0d8d118319
chore: clean up all markdown lint errors in output plugins (#10159)
2021-11-24 11:47:33 -07:00
..
README.md chore: clean up all markdown lint errors in output plugins (#10159) 2021-11-24 11:47:33 -07:00
discard.go Linter fixes - revive:unused-parameter, unparam, varcheck and unused (#8984) 2021-03-22 12:21:36 -05:00

README.md

discard Output Plugin

This output plugin simply drops all metrics that are sent to it. It is only meant to be used for testing purposes.

Configuration

# Send metrics to nowhere at all
[[outputs.discard]]
  # no configuration