-
Notifications
You must be signed in to change notification settings - Fork 712
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
Update website plugins documentation #2008
Update website plugins documentation #2008
Conversation
@alepuccetti I don't seem to be able to access your branch. Can you add me to your repo and I will edit these for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will need to see the whole file in context, as it's hard to edit just the snippets without the rest of the paragraphs.
|
||
There are currently two different examples: | ||
You can find all the official plugins at [Weaveworks Plugins](https://github.com/weaveworks-plugins). | ||
|
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@abuehrle I pushed the same branch on my personal repo and sent you an invite to collaborate on that. This should be enough to allow you to make changes, I will push your changes here later. Sorry for the inconvenient, but I cannot change the permission on the Kinvolk repo. |
The plugins now are hosted in a new organization [Weaveworks Plugins] (https://github.com/weaveworks-plugins). This patch updates the list of the available plugins and their links to the new repositories.
This patch updates the plugins description on registration and reporting.
This patch adds the documentation on the node naming conventions and rules.
This path adds a guide with code examples based on the Scope IOWait plugin on how to develop a plugin for scope.
e53782d
to
d26a320
Compare
LGTM |
This patch applies the same changes from the review of weaveworks#2008
I have republished the docs: https://www.weave.works/documentation/scope-latest-plugins/ |
This patch applies the same changes from the review of #2008
This PR adds information about plugins useful to developers who want create their own plugins, explaining the basic structure of a plugin, report and control interfaces.
Also, it adds a section about the currently implemented plugins with brief descriptions and links to the Weaveworks Plugins organization and the plugins repositories.
/cc @abuehrle can you give me some feedbacks on this first iteration about plugins documentation? I will add more information in later PRs.
/cc @2opremio