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

Andrzej Bialecki commented on SOLR-13979:
-----------------------------------------

This patch adds a set of separate "requestTimes" and "totalTime" metrics for 
distributed and local requests, based on the value of {{distrib}} parameter 
(defaults to true when in ZK mode).
These metrics are added to all handlers that inherit from 
{{RequestHandlerBase}}. This may be probably a bit too many, we could've added 
it to {{SearchHandler}} only, but on the other hand there are other handlers 
where this info comes useful, it also ensures that these metrics are also 
available in other custom handlers that inherit from this class.

> Expose separate metrics for distributed and non-distributed requests
> --------------------------------------------------------------------
>
>                 Key: SOLR-13979
>                 URL: https://issues.apache.org/jira/browse/SOLR-13979
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: metrics
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Andrzej Bialecki
>            Priority: Major
>             Fix For: master (9.0), 8.4
>
>         Attachments: SOLR-13979.patch
>
>
> Currently we expose metrics such as count, rate and latency on a per handler 
> level however for search requests there is no distinction made for distrib vs 
> non-distrib requests. This means that there is no way to find the count, rate 
> or latency of only user-sent queries.
> I propose that we expose distrib vs non-distrib metrics separately.



--
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