Hi Greg, This sounds overly complex to me. Extending a RHB to aid you in monitoring doesn't feel right. Have you considered using monitoring tools that can provide you with aggregated views and such? Have a look at http://sematext.com/spm , which can do that for you and much more without you having to hack Solr.
Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Mon, Feb 3, 2014 at 3:19 PM, Greg W <[email protected]> wrote: > I've written a custom mbean that aggregates data from all the > RequestHandler mbeans in a jvm to provide aggregate statistics for easier > monitoring and currently I'm ensuring it gets ran by actually extending > RequestHandlerBase and including the class as a request handler in > solrconfig.xml. I don't think this is the ideal way of getting this code to > run but as a quick hack it got the job done. If I wanted to ensure this > class ran / register the mbean at a more appropriate place, earlier on in > solr's initialization, where would that be? > > Thanks, > Greg >
