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

Method get

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

Source from the content-addressed store, hash-verified

28 self._exemplar = exemplar
29
30 def get(self):
31 with self._lock:
32 return self._value
33
34 def get_exemplar(self):
35 with self._lock:

Callers 15

__init__Method · 0.45
_parse_keyMethod · 0.45
_read_metricsMethod · 0.45
mark_process_deadFunction · 0.45
prometheus_appFunction · 0.45
__resetMethod · 0.45
prometheus_appFunction · 0.45
do_GETMethod · 0.45
updateMethod · 0.45
_dispatchFunction · 0.45
_get_use_createdFunction · 0.45

Calls

no outgoing calls