MCPcopy
hub / github.com/kubernetes/node-problem-detector / Record

Method Record

pkg/util/metrics/fakes.go:27–27  ·  view source on GitHub ↗

Record records a measurement for the metric, with provided tags as metric labels.

(tags map[string]string, measurement int64)

Source from the content-addressed store, hash-verified

25type Int64MetricInterface interface {
26 // Record records a measurement for the metric, with provided tags as metric labels.
27 Record(tags map[string]string, measurement int64) error
28}
29
30// FakeInt64Metric implements Int64MetricInterface.

Callers 13

SetProblemGaugeMethod · 0.65
collectMethod · 0.65
recordLoadMethod · 0.65
recordSystemStatsMethod · 0.65
recordIOCountersMethod · 0.65
collectMethod · 0.65
RecordWithSameTagsMethod · 0.65
recordUsageMethod · 0.65
collectMethod · 0.65

Implementers 3

Int64Metricpkg/util/metrics/metric_int64.go
Float64Metricpkg/util/metrics/metric_float64.go
FakeInt64Metricpkg/util/metrics/fakes.go

Calls

no outgoing calls

Tested by

no test coverage detected