On Fri, Mar 1, 2013 at 1:56 AM, Ian Boston <[email protected]> wrote: > On 1 March 2013 20:17, Carsten Ziegeler <[email protected]> wrote: >> ....As outlined in the post that >> started this thread, using JMX from an implementation pov is pretty >> simple. > > To be honest extending StandardMBean is not the issue. Doing it in a > way thats safe and low impact is, as you pointed out when talking > about earlier attempts to generate stats. If each bundle has its own > implementation we will re-invent the wheel...
So maybe what's needed is a base/utility class that can be used in a very simple way to create MBeans that manage counters? Would this + a simple HTTP interface to read the counters cover your use cases? -Bertrand
