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/proxyv2
Alexandre NICOLAIE a2714ab1f1
outposts: make metrics compliant with Prometheus best-practices (#6398)
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
..
application outposts: make metrics compliant with Prometheus best-practices (#6398) 2023-07-27 18:51:08 +02:00
codecs providers/proxy: fix value is too long with filesystem sessions 2023-02-15 10:50:01 +01:00
constants providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
hs256 outposts/proxyv2 (#1365) 2021-09-08 18:04:56 +00:00
metrics outposts: make metrics compliant with Prometheus best-practices (#6398) 2023-07-27 18:51:08 +02:00
templates web: ensure img tags have alt attributes 2023-01-06 12:44:51 +01:00
handlers.go outposts: make metrics compliant with Prometheus best-practices (#6398) 2023-07-27 18:51:08 +02:00
proxyv2.go internal: ignore insecure TLS certs (#5483) 2023-05-05 15:57:52 +03:00
refresh.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00