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

Method SetForTargetInfo

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

Source from the content-addressed store, hash-verified

63}
64
65func (g *gauge) SetForTargetInfo(lbls labels.Labels, value float64) {
66 g.updateSeries(lbls, value, set, false)
67}
68
69func (g *gauge) updateSeries(lbls labels.Labels, value float64, operation string, updateIfAlreadyExist bool) {
70 hash := lbls.Hash()

Callers

nothing calls this directly

Calls 1

updateSeriesMethod · 0.95

Tested by

no test coverage detected