We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e975c commit 2543be8Copy full SHA for 2543be8
occameracontrol/__main__.py
@@ -25,7 +25,7 @@
25
26
from occameracontrol.agent import Agent
27
from occameracontrol.camera import Camera
28
-from occameracontrol.metrics import start_metrics_exporter, RequestErrorHandler
+from occameracontrol.metrics import RequestErrorHandler
29
30
from occameracontrol.camera_control_server import start_camera_control_server
31
@@ -134,9 +134,6 @@ def main():
134
threads.append(control_thread)
135
control_thread.start()
136
137
- # Start delivering metrics
138
- start_metrics_exporter()
139
-
140
# Start camera control server
141
auth = (config_rt(str, 'basic_auth', 'username'),
142
config_rt(str, 'basic_auth', 'password'))
0 commit comments