Counter for authentication attempts
Counts the number of authentication attempts for the named application, categorized by status of the response.
| Labels | Value | Purpose | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Number of authentication attempts depending on the status |
|
This metric is set by default in the GAS and can be disabled
through the BDL Prometheus API by setting prometheus.enabled=false in the
fglprofile.
Metric
examples
# HELP fjs_gip_authentication Number of authentication attempts per application
# TYPE fjs_gip_authentication counter
fourjs_gip_authentication_count{application="ConsoleApp",status="invalid_credentials"} 2
fourjs_gip_authentication_count{application="ConsoleApp",status="access_forbidden"} 1
fourjs_gip_authentication_count{application="ConsoleApp",status="ok"} 3
fourjs_gip_authentication_count{application="ConsoleApp",status="denied"} 2
fourjs_gip_authentication_count{application="DeploymentApp",status="ok"} 1