X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdevelopment%2Fprometheus-metrics.rst;h=41b497a7a41c3270f00a441ef172d0c69ca05c9b;hb=adae6f1f22527ee431536fe49c47a2c866f2a6a5;hp=39d0a71ce0d49a4f045a3218741c4fe4ede69de3;hpb=43603a5ad697f9ee111ca69dabec7082d961c812;p=policy%2Fparent.git diff --git a/docs/development/prometheus-metrics.rst b/docs/development/prometheus-metrics.rst index 39d0a71c..41b497a7 100644 --- a/docs/development/prometheus-metrics.rst +++ b/docs/development/prometheus-metrics.rst @@ -139,9 +139,10 @@ Key metrics for XACML PDP +================================+===================================================+==============================================================================================================================================================================================================================+ | process_start_time_seconds | Uptime of policy-pap application in seconds. | | +--------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| pdpx_policy_deployments_total | Counts the total number of deployment operations | "deploy": Counts the number of successful or failed deploys; "undeploy": Counts the number of successful or failed undeploys | +| pdpx_policy_deployments_total | Counts the total number of deployment operations | "operation": Possible values are deploy, undeploy | +--------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| pdpx_policy_decisions_total | Counts the total number of decisions | permit: Counts the number of permit decisions; "deny": Counts the number of deny decisions; "indeterminant": Counts the number of indeterminant decisions; "not_applicable": Counts the number of not applicable decisions. | +| pdpx_policy_decisions_total | Counts the total number of decisions | "application": Possible values are Monitoring, Guard, Optimization, Naming, Native, Match; | +| | | "status": Possible values are permit, deny, indeterminant, not_applicable | +--------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | logback_appender_total | Counts the log entries | level: Counts on a per log level basis. | +--------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+