MCPcopy Index your code
hub / github.com/prometheus/client_python / _child_samples

Method _child_samples

prometheus_client/metrics.py:278–279  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

276 yield Sample(suffix, dict(series_labels + list(sample_labels.items())), value, timestamp, exemplar, native_histogram_value)
277
278 def _child_samples(self) -> Iterable[Sample]: # pragma: no cover
279 raise NotImplementedError('_child_samples() must be implemented by %r' % self)
280
281 def _metric_init(self): # pragma: no cover
282 """

Callers 1

_samplesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected