Hi, does anyone know how the get the sucessfull lo...
# talk-kratos
f
Hi, does anyone know how the get the sucessfull logins on Kratos ? Is the
/metrics
endpoint can provide this information ?
l
I haven't seen any dedicated metrics for that but I think you can use the
http_requests_total
metric from
/admin/metrics/prometheus
.
Copy code
http_requests_total{app="kratos",buildTime="",code="200",endpoint="/self-service/login",hash="",method="post",version=""} 1
f
Thank you, I will look into that