Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/prometheus/client_python
/ start
Method
start
prometheus_client/bridge/graphite.py:91–94 ·
view source on GitHub ↗
(self, interval: float = 60.0, prefix: str = '')
Source
from the content-addressed store, hash-verified
89
conn.close()
90
91
def
start(self, interval: float = 60.0, prefix: str =
''
) -> None:
92
t = _RegularPush(self, interval, prefix)
93
t.daemon = True
94
t.start()
Callers
4
start_wsgi_server
Function · 0.80
setUp
Method · 0.80
setUp
Method · 0.80
zu
Function · 0.80
Calls
1
_RegularPush
Class · 0.85
Tested by
2
setUp
Method · 0.64
setUp
Method · 0.64