This content has been marked as final.
Show 1 reply
-
1. Re: SwitchYard Message Metrics - How to fetch them from outside?
rcernich Oct 30, 2014 11:58 AM (in response to kunalsuri)Hey Kunal,
The metrics are available through the EAP management interface operation /subystem=switchyard/show-metrics, which takes two optional parameters, type and service-name. type may be one of *, service, reference, or componentService. service-name is the qname for the service (e.g. {namespace:uri}Service). The result is a json-like string containing the metrics.
You can also obtain the metrics from JMX.
Hope that helps,
Rob