zorka
zorka copied to clipboard
Prevent instrumentation - act just like a bridge b/w Zabbix and JMX
Not an issue (I just failed to find place where I can ask about it):
Is there a way (configuration) to prevent any instrumentation of Java classes (byte code changes) and to use Zorka just as a bridge b/w Zabbix server and JMX?
What Zorka configuration options should I use to avoid instrumentation - for example, to avoid changes in JBOSS_MODULES_SYSTEM_PKGS when integrating Zorka into JBoss / WildFly (http://zorka.io/p/docs/install/appsrv/wildfly/)?
Adding spy = no should disable instrumentation but I haven't tested it for a long time :)
Note that lots of built in metrics (ZorkaStats/HTTP, ZorkaStats/SQL etc.) will stop working as they depend on instrumentation.
So does it mean that if I use:
spy = no
then I do not need to modify JBOSS_MODULES_SYSTEM_PKGS?
@jitlogic
Note that lots of built in metrics (ZorkaStats/HTTP, ZorkaStats/SQL etc.) will stop working as they depend on instrumentation.
I understand but I need Zorka to play just as a bridge b/w Zabbix Server and JMX.