Should return the version of this plugin in the format: MAJOR.MINOR.MAINT, e.g. 2.0.1. The MAJOR version should match the major version of OpenTSDB the plugin is meant to work with. @return A version string used to log the loaded version
()
| 59 | * @return A version string used to log the loaded version |
| 60 | */ |
| 61 | public abstract String version(); |
| 62 | |
| 63 | /** |
| 64 | * Called by the TSD when a request for statistics collection has come in. The |
no outgoing calls