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

Struct UpdateChartAction

src/go/plugin/framework/chartengine/actions.go:59–62  ·  view source on GitHub ↗

UpdateChartAction updates one chart instance values in deterministic order.

Source from the content-addressed store, hash-verified

57
58// UpdateChartAction updates one chart instance values in deterministic order.
59type UpdateChartAction struct {
60 ChartID string
61 Values []UpdateDimensionValue
62}
63
64func (a UpdateChartAction) Kind() ActionKind { return ActionUpdateChart }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected