-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language-agnostic Plugins #24
Comments
It could also be nice to be able to specify a different duration between poll for each plugin. |
@atmaniak you can do that already, check out Interval under https://github.com/influxdb/telegraf#plugin-options |
@trehn It certainly could be implemented via an |
Hello @evanphx is it possible to use an unix socket to do communication between differents langages ? I think it is a good way to have an universal plugin to gather metrics ? If you like the idea, i could do a pull request about it. Best regards, |
Sounds like a good idea, marking it as an enhancement request |
see PR #92 |
Does Telegraf plan to allow users to write plugins in any language? Being able to quickly write something in Bash or Python would probably make a lot of ops people happy. Quite often I only need to collect a measurement once an hour or so, so the extra overhead would not be an issue at all.
Maybe this could be implemented as a plugin that just runs a configured list of commands with some configuration in env vars.
The text was updated successfully, but these errors were encountered: