fangli / fluent-plugin-influxdb

A buffered output plugin for fluentd and InfluxDB
MIT License
111 stars 65 forks source link

Add a Meaningful Warning Message for Debugging #83

Closed TerryYeo closed 6 years ago

TerryYeo commented 6 years ago

It is important to get a log message rather than just skip the metrics directly, so that the user could debug based on this error message. For example, this InfluxDB plugin will not send the metrics to InfluxDB if one of the tag in the metrics is 'nil' and this plugin will not give any warning or error message to inform user.

repeatedly commented 6 years ago

Sorry for the late. LGTM. Thanks!