MCPcopy
hub / github.com/prometheus/prometheus / Labels

Method Labels

model/textparse/interface.go:71–71  ·  view source on GitHub ↗

Labels writes the labels of the current sample into the passed labels. The values of the "le" labels of classic histograms and "quantile" labels of summaries should follow the OpenMetrics formatting rules.

(l *labels.Labels)

Source from the content-addressed store, hash-verified

69 // The values of the "le" labels of classic histograms and "quantile" labels
70 // of summaries should follow the OpenMetrics formatting rules.
71 Labels(l *labels.Labels)
72
73 // Exemplar writes the exemplar of the current sample into the passed
74 // exemplar. It can be called repeatedly to retrieve multiple exemplars

Callers 10

ExemplarMethod · 0.65
LabelsMethod · 0.65
NextMethod · 0.65
testParseFunction · 0.65
LabelsMethod · 0.65
ExemplarMethod · 0.65
benchParseFunction · 0.65
NewForBenchmarkFunction · 0.65
FromStringsForBenchmarkFunction · 0.65
ConvertNHCBToClassicFunction · 0.65

Calls

no outgoing calls

Tested by 4

testParseFunction · 0.52
benchParseFunction · 0.52
NewForBenchmarkFunction · 0.52
FromStringsForBenchmarkFunction · 0.52