-
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
per-plugin and per-output READMEs #177
Comments
@beckettsean bump^ |
I think the README should follow a template as much as possible. A complete template should name the plugin, give version compatibility, describe the measurements, tags, and fields submitted (with units for the fields), and the write frequency. Here's a strawman proposal for that template: For example:
|
I've got my first draft up of a plugin README: https://github.com/influxdb/telegraf/blob/master/plugins/system/CPU_README.md @beckettsean I made a few changes from your template so let me know what you think. I haven't included the InfluxDB versions because that shouldn't matter on a per-plugin basis. I also condensed the "measurements" list into groups, so that all measurements that have the same tags and units can be grouped together and take up less space. This will of course change a bit when we implement #152, as all of these measurements will then become fields on the plugin measurement (some plugins may also have multiple measurements) |
@sparrc that looks great to me! |
We have very good README coverage at this point, so I'm going to close this issue and ask that issues be created for individual plugins. |
We should have a README for each plugin and output, and new ones going forward should have it as well.
Could document each metric the plugin collects, at least in a general sense of the types and units of the measurements being collected
The text was updated successfully, but these errors were encountered: