Metrics are dropped silently when metric buffer is full #5536
Closed
Description
Relevant telegraf.conf:
System info:
[Include Telegraf version, operating system name, and other relevant details]
Steps to reproduce:
- Setup an output that can
Connect()
but notWrite()
, or otherwise arrange for metrics to be dropped. - Set a small metric buffer to reduce wait time.
Expected behavior:
Periodic update, perhaps before writing:
E! [outputs.file] %d metrics have been dropped since last flush
Actual behavior:
No notification unless using the internal
plugin.