diff --git a/tangostationcontrol/tangostationcontrol/rpc/server.py b/tangostationcontrol/tangostationcontrol/rpc/server.py
index 14eb6f91793e74b80899b1c39c50d3edfc6030ba..370c66e0557bcae3214e23e4ec4aa2a83a0e1f21 100644
--- a/tangostationcontrol/tangostationcontrol/rpc/server.py
+++ b/tangostationcontrol/tangostationcontrol/rpc/server.py
@@ -8,7 +8,7 @@ from prometheus_client import Counter, Metric
 from ._proto import observation_pb2
 from ._proto import observation_pb2_grpc
 from tangostationcontrol.common.lofar_logging import configure_logger, exception_to_str
-from tangostationcontrol.common.metrics import start_metrics_server
+from tangostationcontrol.metrics import start_metrics_server
 from tangostationcontrol.common.proxy import create_device_proxy
 
 logger = logging.getLogger()