skydive icon indicating copy to clipboard operation
skydive copied to clipboard

Doc for plugins

Open adrianlzt opened this issue 5 years ago • 2 comments

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.

adrianlzt avatar May 06 '20 16:05 adrianlzt

Wow, I completely missed this PR. I just merged it.

Yes, we should definitely add documentation for this

lebauce avatar May 14 '20 16:05 lebauce

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

adrianlzt avatar May 19 '20 10:05 adrianlzt