You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2017/01/11 14:32:58 UTC

[jira] [Updated] (SOLR-9948) Add a way to configure granularity of metrics for http connections

     [ https://issues.apache.org/jira/browse/SOLR-9948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-9948:
----------------------------------------
    Attachment: SOLR-9948.patch

Here's a patch for master. It allows one to configure "metricNameStrategy" in both http shard handler and update shard handler sections of solr.xml with three allowed values ("queryLessURLAndMethod", "hostAndMethod", "methodOnly"). The default is still queryLessURLAndMethod.

> Add a way to configure granularity of metrics for http connections
> ------------------------------------------------------------------
>
>                 Key: SOLR-9948
>                 URL: https://issues.apache.org/jira/browse/SOLR-9948
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: metrics
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: master (7.0), 6.4
>
>         Attachments: SOLR-9948.patch
>
>
> Currently, the http connections made via HttpShardHandler and UpdateShardHandler collect metrics per query-less url and method. This is very flexible but it can also create a lot of metrics on large clusters. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org