mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
chore: Fix prometheus id to be the same as the sp module
This commit is contained in:
parent
5755fbba48
commit
bd2fae2e6d
|
@ -16,7 +16,7 @@ class Prometheus(Service):
|
|||
|
||||
@staticmethod
|
||||
def get_id() -> str:
|
||||
return "prometheus"
|
||||
return "monitoring"
|
||||
|
||||
@staticmethod
|
||||
def get_display_name() -> str:
|
||||
|
|
Loading…
Reference in a new issue