Skip to content

Commit 2543be8

Browse files
committed
removed start of additional metric exporter in main
1 parent b2e975c commit 2543be8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

occameracontrol/__main__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from occameracontrol.agent import Agent
2727
from occameracontrol.camera import Camera
28-
from occameracontrol.metrics import start_metrics_exporter, RequestErrorHandler
28+
from occameracontrol.metrics import RequestErrorHandler
2929

3030
from occameracontrol.camera_control_server import start_camera_control_server
3131

@@ -134,9 +134,6 @@ def main():
134134
threads.append(control_thread)
135135
control_thread.start()
136136

137-
# Start delivering metrics
138-
start_metrics_exporter()
139-
140137
# Start camera control server
141138
auth = (config_rt(str, 'basic_auth', 'username'),
142139
config_rt(str, 'basic_auth', 'password'))

0 commit comments

Comments
 (0)