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

Method Inc

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

Source from the content-addressed store, hash-verified

59}
60
61func (g *gauge) Inc(lbls labels.Labels, value float64) {
62 g.updateSeries(lbls, value, add, true)
63}
64
65func (g *gauge) SetForTargetInfo(lbls labels.Labels, value float64) {
66 g.updateSeries(lbls, value, set, false)

Callers

nothing calls this directly

Calls 1

updateSeriesMethod · 0.95

Tested by

no test coverage detected