Remove old implementation of statistics in ACM-runtime 74/131874/2
authorFrancescoFioraEst <francesco.fiora@est.tech>
Wed, 26 Oct 2022 13:34:46 +0000 (14:34 +0100)
committerFrancescoFioraEst <francesco.fiora@est.tech>
Thu, 27 Oct 2022 11:53:12 +0000 (12:53 +0100)
commit9082093f00a3f21b2f824251c5ce60b775ad312c
tree3c7321f71bc742982a5011012d140c4beebde1db
parent75a69e67d03a55d3961d0f6a9f7925868dd39aa6
Remove old implementation of statistics in ACM-runtime

The old implementation of statistics in ACM-runtime
can be removed due the Prometheus metrics support.

Issue-ID: POLICY-4419
Change-Id: Idecad04b4a5dd32ce2ebc1149eb99e4fdc6f0db1
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/config/SpringFoxConfig.java
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/main/rest/MonitoringQueryController.java [deleted file]
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/monitoring/MonitoringProvider.java [deleted file]
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/supervision/SupervisionHandler.java
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/monitoring/TestMonitoringProvider.java [deleted file]
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/monitoring/rest/MonitoringQueryControllerTest.java [deleted file]
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/supervision/SupervisionHandlerTest.java
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/supervision/comm/SupervisionMessagesTest.java