Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
func
(b *bucket) Inc(bytes uint64, unix int64) {
58
b.bytes += bytes
59
b.lastUpdated = unix
60
}
61
62
type
Scope int8
63
Callers
1
Observe
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected