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

Class Exemplar

prometheus_client/samples.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46# a Timestamp object, or None.
47# Exemplar can be an Exemplar object, or None.
48class Exemplar(NamedTuple):
49 labels: Dict[str, str]
50 value: float
51 timestamp: Optional[Union[float, Timestamp]] = None
52
53
54# NativeHistogram is experimental and subject to change at any time.

Callers 11

incMethod · 0.85
observeMethod · 0.85
_parse_remaining_textFunction · 0.85
collectMethod · 0.85

Calls

no outgoing calls