In the Daily Appender Example, Its say one can capture metrics down to the broker. I have it working correctly for sonicmf.notification, but not for a specific broker.
Working:
<category name="sonicmf.notification">
Not Working:
<category name="sonicmf.notification.DomainManager_IM_NA_DB220.MsgBrokerContainer_IM_NA_DB220.MsgBroker">
Example from DailyRolling File Appender.
<!-- NOTE: This will capture all detailed metrics for all containers,
and components within the domain. You can refine this by
domain, container, and component name to the end of the category.
For example:
sonicmf.metric.Domain1.Container1.Broker1
This would capture all metrics from Broker1 running in the
container "Container1" in the domain "Domain1".
-->
<!-- Specify the Appender to use for SonicMF notifications -->
<category name="sonicmf.notification.DomainManager_IM_NA_DB220.MsgBrokerContainer_IM_NA_DB220.MsgBroker">
<priority value="TRACE"/>
<appender-ref ref="NotificationsFile"/>
</category>
Any help would be great,
Thanks
Matthew