chore: Fix prometheus id to be the same as the sp module

This commit is contained in:
Inex Code 2024-07-30 07:07:44 +03:00
parent 5755fbba48
commit bd2fae2e6d

View file

@ -16,7 +16,7 @@ class Prometheus(Service):
@staticmethod @staticmethod
def get_id() -> str: def get_id() -> str:
return "prometheus" return "monitoring"
@staticmethod @staticmethod
def get_display_name() -> str: def get_display_name() -> str: