helm(minor): add service monitors

This commit is contained in:
Langhammer, Jens
2019-11-08 12:24:02 +01:00
parent e4fbcd3735
commit 3d73aac3ab
5 changed files with 43 additions and 3 deletions

View File

@ -6,8 +6,8 @@ from django.views.generic import RedirectView
from structlog import get_logger
from passbook.core.views import error
from passbook.root.monitoring import MetricsView
from passbook.lib.utils.reflection import get_apps
from passbook.root.monitoring import MetricsView
LOGGER = get_logger()
admin.autodiscover()