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

Method ObserveWithExemplar

modules/generator/registry/interface.go:38–38  ·  view source on GitHub ↗

ObserveWithExemplar observes a datapoint with the given values. traceID will be added as exemplar.

(lbls labels.Labels, value float64, traceID string, multiplier float64)

Source from the content-addressed store, hash-verified

36
37 // ObserveWithExemplar observes a datapoint with the given values. traceID will be added as exemplar.
38 ObserveWithExemplar(lbls labels.Labels, value float64, traceID string, multiplier float64)
39}
40
41// Gauge

Implementers 3

testHistogrammodules/generator/registry/test.go
histogrammodules/generator/registry/histogram.g
nativeHistogrammodules/generator/registry/native_hist

Calls

no outgoing calls