From 6cec34379cf6f1ca1ff69cd2c8973937d896aa62 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Wed, 26 Oct 2022 16:29:50 +0100 Subject: Remove old implementation of statistics in ACM participants The old implementation of statistics in ACM-participants can be removed due the Prometheus metrics support. Issue-ID: POLICY-4420 Change-Id: I0785b269614aba51f94e71a3fe931541c1918b0c Signed-off-by: FrancescoFioraEst --- .../main/handler/AutomationCompositionElementHandler.java | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'participant/participant-impl/participant-impl-http/src/main') diff --git a/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java b/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java index 89c98400e..6b723750a 100644 --- a/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java +++ b/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java @@ -74,17 +74,6 @@ public class AutomationCompositionElementHandler implements AutomationCompositio @Setter private ParticipantIntermediaryApi intermediaryApi; - /** - * Handle automationCompositionElement statistics. - * - * @param automationCompositionElementId automation composition element id - */ - @Override - public void handleStatistics(UUID automationCompositionElementId) { - // Implementation not needed for http participant - - } - /** * Handle a automation composition element state change. * -- cgit 1.2.3-korg