MCPcopy
hub / github.com/grafana/tempo / Inc

Method Inc

modules/distributor/usage/tracker.go:57–60  ·  view source on GitHub ↗
(bytes uint64, unix int64)

Source from the content-addressed store, hash-verified

55}
56
57func (b *bucket) Inc(bytes uint64, unix int64) {
58 b.bytes += bytes
59 b.lastUpdated = unix
60}
61
62type Scope int8
63

Callers 1

ObserveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected