MCPcopy Index your code
hub / github.com/netdata/netdata / END

Method END

src/go/pkg/netdataapi/api.go:110–112  ·  view source on GitHub ↗

END completes data collection for the initialized chart. Should be called after all SET operations are complete.

()

Source from the content-addressed store, hash-verified

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

Callers 3

emitUpdatePhaseFunction · 0.80
updateChartMethod · 0.80
TestENDFunction · 0.80

Calls 1

WriteMethod · 0.65

Tested by 1

TestENDFunction · 0.64