END completes data collection for the initialized chart. Should be called after all SET operations are complete.
()
| 108 | // END completes data collection for the initialized chart. |
| 109 | // Should be called after all SET operations are complete. |
| 110 | func (a *API) END() { |
| 111 | _, _ = a.Write(end) |
| 112 | } |
| 113 | |
| 114 | // DISABLE disables this plugin. |
| 115 | // This will prevent Netdata from restarting the plugin. |