Hi All,
Can someone help me to find out the way to enable the Hystrix monitoring using AppD.
I only found one below link:
https://community.appdynamics.com/t5/AppDynamics-Discussions/Hystrix-support/td-p/21068
Many Thnaks,
Vikas Kumar
Hi Vikas,
As noted in the link you cited, Hystrix monitoring is supported out of the box.
In the event that you are missing a downstream call that's launched from a Hystrix thread, you should be able to expose that thread's activity by modifying:
$AGENT_HOME/<version>/conf/app-agent-config.xml under section <fork-config>:
<include filter-type="STARTSWITH" filter-value="com.netflix.hystrix/"/>
<exclude filter-type="STARTSWITH" filter-value="com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty"/>
<exclude filter-type="STARTSWITH" filter-value="com.netflix.hystrix.HystrixCommandProperties"/>
Regards,
Brian Wheeldon