zorka icon indicating copy to clipboard operation
zorka copied to clipboard

Prevent instrumentation - act just like a bridge b/w Zabbix and JMX

Open mabrarov opened this issue 7 years ago • 3 comments

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/)?

mabrarov avatar Mar 23 '18 20:03 mabrarov

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.

jitlogic avatar Oct 20 '18 12:10 jitlogic

So does it mean that if I use:

spy = no

then I do not need to modify JBOSS_MODULES_SYSTEM_PKGS?

mabrarov avatar Oct 20 '18 15:10 mabrarov

@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.

mabrarov avatar Oct 20 '18 15:10 mabrarov