The admin/metrics end point gives the 1, 5 and 15 minute mean rates for the various request handlers (e.g. /query), does that work?
Best, Erick > On Feb 22, 2020, at 2:54 AM, Adonis Ling <adonis0...@gmail.com> wrote: > > Hi team, > > Our team is using Solr as a complementary full text search service for our > NoSQL database and I'm building the monitor system for Solr. > > After I read the related section (Performance Statistics Reference) in > reference guide, I realized the requestTimes metrics are collected since > the Solr core was first created. Is it possible to monitor the requests > (count or latency) of a collection in real time? > > I think it should reset the related metrics periodically. Are there some > configurations to do this? > > -- > Adonis