mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Docs: ADd undocumented metrics
This commit is contained in:
@@ -103,6 +103,12 @@ pretix_celery_tasks_queued_count
|
|||||||
pretix_celery_tasks_queued_age_seconds
|
pretix_celery_tasks_queued_age_seconds
|
||||||
The age of the longest-waiting in the worker queue in seconds, labeled with ``queue``.
|
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/
|
.. _metric types: https://prometheus.io/docs/concepts/metric_types/
|
||||||
.. _Prometheus: https://prometheus.io/
|
.. _Prometheus: https://prometheus.io/
|
||||||
.. _cProfile: https://docs.python.org/3/library/profile.html
|
.. _cProfile: https://docs.python.org/3/library/profile.html
|
||||||
|
|||||||
Reference in New Issue
Block a user