jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
179 stars 110 forks source link

Is this possible to use wildcard search? #22

Closed playerjamesbattleground closed 10 years ago

playerjamesbattleground commented 10 years ago

For example, I am querying activemq and want to have a list of queues back, and in graphite, I want to see them in their respective treeview folders with meaningful hierarchy. is this possible to do with jmxtrans-agent?

Regards

cyrille-leclerc commented 10 years ago

Hi @Kapaski, please find this sample jmxtrans-agent configuration for ActiveMQ with wildcards to lookup queues and topics:

https://github.com/jmxtrans/jmxtrans-agent#sample-activemq-configuration

playerjamesbattleground commented 10 years ago

Thanks @cyrille-leclerc this is exactly what I expected, great work!