1 Reply Latest reply on Dec 20, 2013 6:04 AM by rhusar

    Adding custom LoadMetric

    batoznik

      Hello,

      I've question about adding custom metric to mod_cluster. I've extended org.jboss.modcluster.load.metric.impl.AbstractLoadMetric and set custom-load-metric to my class path in standalone-ha.xml. Currently my LoadMetric is in jar deployed on JBoss but due to separate class loaders, it's not visible for mod_cluster module. Where should I put my class to make it visible for mod_cluster ?

      Thanks!