Re: How to monitor the performance of the SolrCloud cluster in real time

2020-02-24 Thread Adonis Ling
Hi Emir, Thanks for your suggestion! Cloud based monitoring solution doesn't satisfy the security requirements, so we can't use it. Emir Arnautović 于2020年2月24日周一 下午3:48写道: > Hi Adonis, > If you are up to 3rd party, cloud based monitoring solution, you can try > our integration for Solr/SolrCl

Re: How to monitor the performance of the SolrCloud cluster in real time

2020-02-23 Thread Emir Arnautović
Hi Adonis, If you are up to 3rd party, cloud based monitoring solution, you can try our integration for Solr/SolrCloud: https://sematext.com/cloud/ Thanks, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Tra

Re: How to monitor the performance of the SolrCloud cluster in real time

2020-02-23 Thread Adonis Ling
Hi Erick, Thanks for your reply! 1, 5, and 15 minute mean rates work though they are coarse-grained metrics of the number of requests. I'm also interested in the latency, but I worry the percentile latency metrics are not sensitive to the burst requests due to the historical impacts. Erick Eric

Re: How to monitor the performance of the SolrCloud cluster in real time

2020-02-22 Thread Erick Erickson
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 wrote: > > Hi team, > > Our team is using Solr as a complementary full text search service for our > NoSQL

How to monitor the performance of the SolrCloud cluster in real time

2020-02-21 Thread Adonis Ling
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