Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ AddWithExemplar
Method
AddWithExemplar
prometheus/counter.go:57–57 ·
view source on GitHub ↗
(value float64, exemplar Labels)
Source
from the content-addressed store, hash-verified
55
// than 128 runes in total.
56
type
ExemplarAdder
interface
{
57
AddWithExemplar(value float64, exemplar Labels)
58
}
59
60
// CounterOpts is an alias for Opts. See there for doc comments.
Callers
3
TestCounterExemplar
Function · 0.65
addWithExemplar
Function · 0.65
whatsUpHandler
Function · 0.65
Implementers
1
counter
prometheus/counter.go
Calls
no outgoing calls
Tested by
1
TestCounterExemplar
Function · 0.52