From b163109c5622dfb73cf2d7446fb012fcef3ab80c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 26 Apr 2024 12:28:38 +0200 Subject: [PATCH] Docs: ADd undocumented metrics --- doc/admin/maintainance.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/admin/maintainance.rst b/doc/admin/maintainance.rst index 30b230e8c5..0b782cf3e0 100644 --- a/doc/admin/maintainance.rst +++ b/doc/admin/maintainance.rst @@ -103,6 +103,12 @@ pretix_celery_tasks_queued_count pretix_celery_tasks_queued_age_seconds The age of the longest-waiting in the worker queue in seconds, labeled with ``queue``. +pretix_successful_logins + Counter. The number of successful backend logins. + +pretix_failed_logins + Counter. The number of failed backend logins, labeled with ``reason``. + .. _metric types: https://prometheus.io/docs/concepts/metric_types/ .. _Prometheus: https://prometheus.io/ .. _cProfile: https://docs.python.org/3/library/profile.html