====kill all tracer sessions attached to the rule ==========
String RuleKey = tools.getParamValue("RuleKey");
((PegaAPI)tools).getSystemOperationsProvider().getListenerManagementAPI().terminateTraceForServiceInCluster(RuleKey);
============================================