SAML Service Provider metrics
Metrics supported in the SAML Service Provider
Counter for delegation requests
| Labels | Value | Purpose | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Number of delegation request attempts |
|
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_saml_request_count Number of requests processed by the SAML service provider
# TYPE fourjs_saml_request_count counter
fourjs_saml_request_count{request="process_callback",operation="login",url="/ua/r/admin/ConsoleApp",status="denied"} 1
fourjs_saml_request_count{request="process_callback",operation="login",url="/ua/r/CalculatorClient",status="ok"} 4
fourjs_saml_request_count{request="delegate",operation="logout",status="ok"} 1
fourjs_saml_request_count{request="delegate",operation="login",status="ok"} 6
fourjs_saml_request_count{request="auto_logout",operation="prompt",status="ok"} 2