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

Method CLABELCOMMIT

src/go/pkg/netdataapi/api.go:73–75  ·  view source on GitHub ↗

CLABELCOMMIT adds labels to the chart. Should be called after one or more CLABEL.

()

Source from the content-addressed store, hash-verified

71
72// CLABELCOMMIT adds labels to the chart. Should be called after one or more CLABEL.
73func (a *API) CLABELCOMMIT() {
74 _, _ = a.Write(clabelCommit)
75}
76
77// BEGIN initializes data collection for a chart.
78func (a *API) BEGIN(typeID string, id string, msSince int) {

Callers 3

emitCreatePhaseFunction · 0.80
createChartMethod · 0.80
TestCLABELCOMMITFunction · 0.80

Calls 1

WriteMethod · 0.65

Tested by 1

TestCLABELCOMMITFunction · 0.64