MCPcopy
hub / github.com/prometheus/client_golang / ObserveWithExemplar

Method ObserveWithExemplar

prometheus/observer.go:63–63  ·  view source on GitHub ↗
(value float64, exemplar Labels)

Source from the content-addressed store, hash-verified

61// invalid or if the provided labels contain more than 128 runes in total.
62type ExemplarObserver interface {
63 ObserveWithExemplar(value float64, exemplar Labels)
64}

Callers 9

TestHistogramConcurrencyFunction · 0.65
TestHistogramExemplarFunction · 0.65
observeWithExemplarFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
whatsUpHandlerFunction · 0.65

Implementers 1

histogramprometheus/histogram.go

Calls

no outgoing calls

Tested by 4

TestHistogramConcurrencyFunction · 0.52
TestHistogramExemplarFunction · 0.52