Netflix/servo

JmxMetricPoller should log a warning when mbean query doesn't match any mbeans

sslavic opened this issue · 0 comments

Currently, when JmxMetricPoller is polling it just ignores when mbean query ends up not matching any mbeans (see https://github.com/Netflix/servo/blob/master/servo-core/src/main/java/com/netflix/servo/publish/JmxMetricPoller.java#L224 )
Please have it log a warning in this case, and in log message include query that didn't match any mbeans.