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

Method get_exemplar

prometheus_client/values.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 return self._value
33
34 def get_exemplar(self):
35 with self._lock:
36 return self._exemplar
37
38
39def MultiProcessValue(process_identifier=os.getpid):

Callers 2

_child_samplesMethod · 0.45
_child_samplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected