MCPcopy 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_serverFunction · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
zuFunction · 0.80

Calls 1

_RegularPushClass · 0.85

Tested by 2

setUpMethod · 0.64
setUpMethod · 0.64