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

Method Set

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

Source from the content-addressed store, hash-verified

55}
56
57func (g *gauge) Set(lbls labels.Labels, value float64) {
58 g.updateSeries(lbls, value, set, true)
59}
60
61func (g *gauge) Inc(lbls labels.Labels, value float64) {
62 g.updateSeries(lbls, value, add, true)

Callers

nothing calls this directly

Calls 1

updateSeriesMethod · 0.95

Tested by

no test coverage detected