[ 
https://issues.apache.org/jira/browse/SOLR-14965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244299#comment-17244299
 ] 

ASF subversion and git services commented on SOLR-14965:
--------------------------------------------------------

Commit 19ed90337767412de66ebb1757e63607372ae9b3 in lucene-solr's branch 
refs/heads/master from saatchibhalla
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=19ed903 ]

SOLR-14965: add overseer queue size metrics (#2040)

Adds two metrics to the SolrCloud Overseer: 
solr_metrics_overseer_stateUpdateQueueSize and 
solr_metrics_overseer_collectionWorkQueueSize with corresponding entries in the 
the Prometheus exporter's default/stock configuration.

Co-authored-by: Saatchi Bhalla <s.bha...@salesforce.com>

> Adding metrics to track size of Overseer queues
> -----------------------------------------------
>
>                 Key: SOLR-14965
>                 URL: https://issues.apache.org/jira/browse/SOLR-14965
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling, SolrCloud
>            Reporter: Saatchi Bhalla
>            Priority: Minor
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> The Overseer work queues stored in ZK and abstracted by the Overseer can give 
> us a good indication of the health of the cluster - if messages are taking 
> too long to dequeue or the queue is growing too large, we know that the 
> Overseer is overloaded and we are going to overwhelm the cluster.
>  
> This work will add metrics to track the size of the Overseer queues (number 
> of messages enqueued). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to