This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/internal/outpost/ldap
Alexandre NICOLAIE a2714ab1f1
outposts: make metrics compliant with Prometheus best-practices ()
web/outpost: make metrics compliant with Prometheus best-practices

Today, all NewHistogramVec store values in nanoseconds without changing
the default histogram bucket, which are made for seconds, making them
a bit useless. In addition, some metrics names are not self-explanatoryand
and do not comply with Prometheus best practices.

This commit tries to fix all of this "issues".

NOTE: I kept old metrics in order to avoid breaking changes with
existing dashboards and metrics.

Signed-off-by: Alexandre NICOLAIE <xunleii@users.noreply.github.com>
2023-07-27 18:51:08 +02:00
..
bind outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
constants providers/ldap: rework Schema and DSE () 2023-06-08 15:16:40 +02:00
flags providers/ldap: fix inconsistent saving of user flags on failed cached binds () 2023-06-29 16:57:46 +02:00
group providers/ldap: add StartTLS support () 2023-06-06 21:40:19 +02:00
handler providers/ldap: memory Query () 2021-11-05 10:37:30 +01:00
metrics outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
search outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
server providers/ldap: improve password totp detection () 2023-06-20 12:09:13 +02:00
utils providers/ldap: add StartTLS support () 2023-06-06 21:40:19 +02:00
bind.go outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
entries.go outposts/ldap: add more tests () 2023-07-08 20:51:05 +02:00
entries_test.go outposts/ldap: add more tests () 2023-07-08 20:51:05 +02:00
instance.go providers/ldap: improve password totp detection () 2023-06-20 12:09:13 +02:00
ldap.go providers/ldap: add StartTLS support () 2023-06-06 21:40:19 +02:00
ldap_test.go outposts/ldap: add more tests () 2023-07-08 20:51:05 +02:00
ldap_tls.go internal: ignore insecure TLS certs () 2023-05-05 15:57:52 +03:00
refresh.go providers/ldap: improve password totp detection () 2023-06-20 12:09:13 +02:00
search.go outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
search_route.go outposts/ldap: add more tests () 2023-07-08 20:51:05 +02:00
unbind.go outposts: make metrics compliant with Prometheus best-practices () 2023-07-27 18:51:08 +02:00
utils.go outposts/ldap: use backend group num_pk 2022-03-22 23:54:50 +01:00