dev@glassfish.java.net

monitoring - stats providers (registration?) issue

From: Pavel Bucek <Pavel.Bucek_at_Sun.COM>
Date: Thu, 12 Aug 2010 13:38:18 +0200

Hello,

I have some probes and stats provider module which registers listener to
these probes, creates and registers custom stats providers.

When I add some debugging output, I can see that statistics are counted
as expected (so monitoring is enabled, probes are being emitted and
caught by listeners).. but when I invoke

./bin/asadmin get -m "*"

I get only blank line. Is there some clever way how can I debug
registering stats provider classes? There is no exception or warning in
glassfish server log during application run. get -m "*" command
invocation or objects registration (StatsProviderManager.register(...)).

I can create reproducible testcase if it helps..

Thanks,
Pavel