Skip to content
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

Create a debian/rpm package with a telegraf version that has plugin support #7003

Closed
mildebrandt opened this issue Feb 10, 2020 · 2 comments
Closed
Labels
area/packaging feature request Requests for new plugin and for new features to existing plugins

Comments

@mildebrandt
Copy link

Feature Request

Create an installable package of telegraf that has plugin support. Enabling plugin support is outlined here: #6393

Use case

The plugin support in telegraf lets us include plugins without needing to compile our own version of telegraf. However, since a version of telegraf with plugin support isn't built as part of the official release process, we need to compile our own version of telegraf.

What we'd like to do is, create a docker container with an officially released telegraf build and package our plugins and conf files along side.

@danielnelson danielnelson added area/packaging feature request Requests for new plugin and for new features to existing plugins labels Feb 11, 2020
@mildebrandt
Copy link
Author

I'm beginning to think there's no good way to support this with Go's limitations right now.

golang/go#27751

golang/go#26759

https://www.reddit.com/r/golang/comments/b6h8qq/is_anyone_actually_using_go_plugins/ejkxd2k/

@danielnelson
Copy link
Contributor

Thanks for looking into this, I think for now let's close this issue and we can reevaluate if there are improvements to the plugin package in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packaging feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

2 participants