MCPcopy
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.
56type ExemplarAdder interface {
57 AddWithExemplar(value float64, exemplar Labels)
58}
59
60// CounterOpts is an alias for Opts. See there for doc comments.

Callers 3

TestCounterExemplarFunction · 0.65
addWithExemplarFunction · 0.65
whatsUpHandlerFunction · 0.65

Implementers 1

counterprometheus/counter.go

Calls

no outgoing calls

Tested by 1

TestCounterExemplarFunction · 0.52