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

Method Inc

modules/generator/registry/interface.go:49–49  ·  view source on GitHub ↗
(lbls labels.Labels, value float64)

Source from the content-addressed store, hash-verified

47 // Set sets the Gauge to an arbitrary value.
48 Set(lbls labels.Labels, value float64)
49 Inc(lbls labels.Labels, value float64)
50 SetForTargetInfo(lbls labels.Labels, value float64)
51}
52

Callers 15

retainTenantMethod · 0.65
compactOneTenantMethod · 0.65
markCompactedFunction · 0.65
RunJobsMethod · 0.65
DoMethod · 0.65
pollUnknownMethod · 0.65
FlushMethod · 0.65

Implementers 2

testGaugemodules/generator/registry/test.go
gaugemodules/generator/registry/gauge.go

Calls

no outgoing calls