skydive
skydive copied to clipboard
Doc for plugins
In the changelog for the last version it is said that support for plugins has been added.
Looking through the code/commits looks like there is a new config parameter for the agent:
pluginsDir := config.GetString("plugin.plugins_dir").
Also use to be a example code for a probe but it moved to this, unmerged, PR
Will be great to have some docs of how to use this.
Wow, I completely missed this PR. I just merged it.
Yes, we should definitely add documentation for this
I don't know if the plugin architecture using Go/plugin is a good idea. Looks like there are problems if the build is not done with exactly the same files.
https://github.com/skydive-project/skydive-plugins/pull/2