Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
62
type
ExemplarObserver
interface
{
63
ObserveWithExemplar(value float64, exemplar Labels)
64
}
Callers
9
ObserveDurationWithExemplar
Method · 0.65
TestHistogramConcurrency
Function · 0.65
TestHistogramExemplar
Function · 0.65
TestNativeHistogramConcurrency
Function · 0.65
TestNativeHistogramExemplar
Function · 0.65
observeWithExemplar
Function · 0.65
main
Function · 0.65
main
Function · 0.65
whatsUpHandler
Function · 0.65
Implementers
1
histogram
prometheus/histogram.go
Calls
no outgoing calls
Tested by
4
TestHistogramConcurrency
Function · 0.52
TestHistogramExemplar
Function · 0.52
TestNativeHistogramConcurrency
Function · 0.52
TestNativeHistogramExemplar
Function · 0.52