diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-04-25 12:43:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-25 12:43:23 +0000 |
commit | 0230c5cb45485c5c2123ec32e65f7472dd80fdda (patch) | |
tree | 9a393a1e21cdf59b258f20f3255f054d55a44a2b /docs | |
parent | ff8bf24ffc2766644986990c35c5f769e232388a (diff) | |
parent | 497107302c4295e30cdea18ec70bc90b606844ee (diff) |
Merge "Add document for distribution metrics"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/prometheus-metrics.rst | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/docs/development/prometheus-metrics.rst b/docs/development/prometheus-metrics.rst index 341d6d5a..84699853 100644 --- a/docs/development/prometheus-metrics.rst +++ b/docs/development/prometheus-metrics.rst @@ -118,9 +118,9 @@ Key metrics for APEX-PDP +=============================================+=====================================================================================+======================================================================================================================+ | process_start_time_seconds | Uptime of apex-pdp application in seconds | | +---------------------------------------------+-------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ -| pdpa_policy_deployments_total | Number of TOSCA policy deploy/undeploy operations | "operation": Possibles values are deploy, undeploy; "status": Deploy/Undeploy status values - SUCCESS, FAILURE, TOTAL | +| pdpa_policy_deployments_total | Number of TOSCA policy deploy/undeploy operations | "operation": Possibles values are deploy, undeploy; "status": Deploy/Undeploy status values - SUCCESS, FAILURE, TOTAL| +---------------------------------------------+-------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ -| pdpa_policy_executions_total | Number of TOSCA policy executions | "status": Execution status values - SUCCESS, FAILURE, TOTAL" | +| pdpa_policy_executions_total | Number of TOSCA policy executions | "status": Execution status values - SUCCESS, FAILURE, TOTAL" | +---------------------------------------------+-------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | pdpa_engine_state | State of APEX engine | "engine_instance_id": ID of the engine thread | +---------------------------------------------+-------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ @@ -151,6 +151,23 @@ Key metrics for XACML PDP Key metrics for Policy Distribution ----------------------------------- ++------------------------------------+-------------------------------------------------------+ +| Metric name | Metric description | ++====================================+=======================================================+ +| total_distribution_received_count | Total number of distribution received | ++------------------------------------+-------------------------------------------------------+ +| distribution_success_count | Total number of distribution successfully processed | ++------------------------------------+-------------------------------------------------------+ +| distribution_failure_count | Total number of distribution failures | ++------------------------------------+-------------------------------------------------------+ +| total_download_received_count | Total number of download received | ++------------------------------------+-------------------------------------------------------+ +| download_success_count | Total number of download successfully processed | ++------------------------------------+-------------------------------------------------------+ +| download_failure_count | Total number of download failures | ++------------------------------------+-------------------------------------------------------+ + + 3. OOM changes to enable prometheus monitoring for Policy Framework =================================================================== |