MCPcopy
hub / github.com/google/cadvisor / AddSample

Method AddSample

lib/manager/plugins.go:48–48  ·  view source on GitHub ↗
(stat info.ContainerStats)

Source from the content-addressed store, hash-verified

46// produced (GetDerivedStats reports "not enabled").
47type SummaryReader interface {
48 AddSample(stat info.ContainerStats) error
49 DerivedStats() (info.DerivedStats, error)
50}
51

Callers 1

updateStatsMethod · 0.65

Implementers 1

StatsSummarysummary/summary.go

Calls

no outgoing calls

Tested by

no test coverage detected