Counter for authorization attempts
Counts the number of authorization attempts, categorized by mode and the status of the response.
| Labels | Value | Purpose | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Number of authorization attempts depending on the mode. |
|
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 fourjs_gip_authorization_count Number of requests for authorization
# TYPE fourjs_gip_authorization_count counter
fourjs_gip_authorization_count{mode="complete_authorization",status="ok"} 1
fourjs_gip_authorization_count{mode="start_authorization",status="ok"} 2