[ https://issues.apache.org/jira/browse/SOLR-13979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078488#comment-17078488 ]
David Smiley commented on SOLR-13979: ------------------------------------- bq. These metrics are added to all handlers that inherit from RequestHandlerBase. This may be probably a bit too many Yes its too many; distrib is implemented by SearchHandler. I feel defaulting to to track distrib metrics on the vast majority of request handlers that are not SearchHandlers pollutes Solr metrics with junk. > 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 > Components: metrics > Reporter: Shalin Shekhar Mangar > Assignee: Andrzej Bialecki > Priority: Major > Fix For: 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