Coherence JMX + Wily
All,
I'm attempting to configure Wily Introscope 8 to record Coherence 3.5 JMX metrics. Coherence runs under WebLogic 9.2.
I have it mostly working the way I want, but for each WebLogic instance in Wily, I see metrics for all Coherence nodes. For example, if I have 3 WL instances in a Coherence cluster, in Wily I see the 3 WL instances. If I drill into each one, I can see the Coherence JMX stats, but I see each of the 3 Coherence nodes listed separately. IOW, server A shows JMX stats for itself and servers B and C. Likewise with servers B and C. I would like to only see server A's stats under the server A node in Wily.
My Coherence JMX settings are like this:
<management-config>
<managed-nodes system-property="tangosol.coherence.management">all</managed-nodes>
<allow-remote-management system-property="tangosol.coherence.management.remote">true</allow-remote-management>
</management-config>
Should I change "all" to "local-only?"
I'd try it myself but it's a hassle to go through the operations team to get this changed.
thanks