discovery attributes

29 views
Skip to first unread message

Иван Полоневич

unread,
Mar 15, 2016, 5:37:24 AM3/15/16
to Zorka Users
Hi to all!

Help pls with a get all available attributes.

I can get available mbeans -k 'zorka.ls["java", "org.apache.camel:*"]'  but can't get attributes examples for  org.apache.camel:context=core.integration.camelContext,type=routes,name="workNotification".


Rafal Lewczuk

unread,
Mar 20, 2016, 12:28:10 PM3/20/16
to Zorka Users
Hi,

When you pass only object name mask, ls[] function will return only object names. In order to obtain attributes you need to add additional argument:

zorka.ls["java", "org.apache.camel:*", "**"]

You can use either * or ** - first one will filter out all attributes whose names contain dots. You can use full attribute names or masks (fragments of names containing * or **). You can also add more ',"*" ' fragments in order to descend deeper into returned objects (if these are of some meaningful type, for example j2ee metrics or zorka stats).

Regards,
rle

José María Palacios Rodríguez

unread,
Apr 6, 2016, 10:46:13 AM4/6/16
to Zorka Users
Hi

Thanks Rafal Lewczuk, but...is not clear to me, that means you'll get all the atributes from org.apache.camel, right??
What if i want to have all the atributes in jboss?? Would it be the same in jboss? ( zorka.ls["jboss", "jboss.as:*", "**"]) ?
Reply all
Reply to author
Forward
0 new messages