Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
def
MultiProcessValue(process_identifier=os.getpid):
Callers
2
_child_samples
Method · 0.45
_child_samples
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected