You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Jira ticket reference : POLICY-4109 - Getting issue details... STATUS  

Problem: Policy Framework includes database-managed statistics, which are currently not being utilized as we have chosen to prioritize the use of Prometheus that offers seamless integration with Grafana for data visualization and analysis.
Deciding to remove the unused code will streamline our codebase and improve maintainability. Even unused code can sometimes have dependencies or unintended consequences that may affect other parts of the system, therefore a careful review and testing are needed.

Affected DB tables:

Affected Components: Models, Api, Pap, Apex PDP
Api org.onap.policy.api.main.rest.provider.statistics 
Distribution org.onap.policy.distribution.main.rest
Models org.onap.policy.models.pdp.concepts , org.onap.policy.models.pdp.persistence.concepts JPAPDPStatistic
Pap org.onap.policy.pap.main.service, rest
Xacml org.onap.policy.pdpx.main.rest.provider

  • No labels