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)
| 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 |
no outgoing calls