MCPcopy
hub / github.com/eolinker/goku_lite / MetricsValuesCount

Struct MetricsValuesCount

module/graphite/count.go:51–54  ·  view source on GitHub ↗

MetricsValuesCount metricsValuesCount

Source from the content-addressed store, hash-verified

49
50//MetricsValuesCount metricsValuesCount
51type MetricsValuesCount struct {
52 values map[string]int64
53 locker sync.Mutex
54}
55
56//NewMetricsValuesCount new metricsValuesCount
57func NewMetricsValuesCount() *MetricsValuesCount {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected