Updating documentation for Prometheus application metrics in XACML PDP. 25/131525/1
authorisaac <isaac.adorno@att.com>
Mon, 17 Oct 2022 15:54:37 +0000 (10:54 -0500)
committerisaac <isaac.adorno@att.com>
Mon, 17 Oct 2022 15:57:17 +0000 (10:57 -0500)
Issue-ID: POLICY-4199
Signed-off-by: isaac <isaac.adorno@att.com>
Change-Id: I4956eacfe3dfbfb4ac010e48b02c88b98ef1bc1f

docs/development/prometheus-metrics.rst

index 39d0a71..41b497a 100644 (file)
@@ -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.                                                                                                                                                                                      |
 +--------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+