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

Method Inc

pkg/usagestats/stats.go:356–358  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

354}
355
356func (c *Counter) Inc(i int64) {
357 c.total.Add(i)
358}
359
360func (c *Counter) String() string {
361 b, _ := json.Marshal(c.Value())

Callers 1

TestCounterFunction · 0.95

Implementers 6

countermodules/generator/registry/counter.go
testCountermodules/generator/registry/test.go
testGaugemodules/generator/registry/test.go
gaugemodules/generator/registry/gauge.go
bucketmodules/distributor/usage/tracker.go
Counterpkg/usagestats/stats.go

Calls 1

AddMethod · 0.65

Tested by 1

TestCounterFunction · 0.76