How do I select all Queues / Channels / Listeners, etc?
JJinMaine opened this issue · 1 comments
I'm trying to figure out how to use a wildcard in the config to select all queues, listeners and channels. I don't want to have to hardcode hundreds or thousands of objects in the config. I have:
sendPCFCommands: true
and
usePCFWildcards: true
but I'm not sure what wildcard to put under
queues:
listeners:
channels:
to pick up everything. Is that an option?
Thanks!
Unfortunately, this feature has not yet been published. We planned to roll it out early next week (wildcards support in object names).
"sendPCFCommands" and "usePCFWildcards" flags from the above configuration concern individual commands that exporter sends to collect additional metrics (for example, channel/listener statuses) that are not published by the queue manager itself.