Say in my case I have a resource adapter that connects to multiple servers
and for example I wish to record the connection times for each server
individually, I can create a probe and a listener that accept a parameter
defining the server to which the statistic pertains, but then is it possible
to add dynamic attributes or somehow use the server details to display the
average times for each server rather than globally. For example I can goto
http://localhost:4848/monitoring/domain/server/ra/test/ and get the monitored
attributes, is it possible to do
http://localhost:4848/monitoring/domain/server/ra/test/server1 for example?