Sven Rebhan

Results 384 comments of Sven Rebhan

Hey @phemmer! I really want to see this tremendous work merged especially as there seems to be huge interest from the community. However, ~2,500 LoC are impossible to review (even...

@phemmer any news here?

@phemmer just let me know if you can split out PRs for me to review... :-)

> @srebhan I think all comments have been either addressed, or have replies. Some of them I disagree with, but you are the project maintainer, so if you still prefer...

@batistado for clarification. Do you want to have this `OnError` callback to live in each plugin or do you want this to be global over all plugins?

@batistado from what I understand, you want to do something like this (pseudocode) ```golang func myErrorHandler(name string, err error) { // Send the received error somewhere ... } ... for...

@batistado one more comment. I think this can be done already. If you use the `tail` plugin to monitor your **Telegraf log file**, you can easily parse errors (or warnings...

@reimda I think the internal plugin is too coarse. From what I understand @batistado wants to know the kind of error (not only the count over all types) to e.g....

Hey @powersj, > 1. Why the extra configuration file? We briefly chatted and you mentioned users not having a config yet. I am not sure I agree. If a user...

@powersj first of all thanks for the helpful discussion! > In the spec, Telegraf configuration files are the center of the design. All specified use cases of the specs work...