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

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

Patch which adds a new MetricsHandler

The /admin/metrics API supports the following parameters:
# group=all,jvm,jetty,node,core -- multiple group parameters can be specified 
and it also accepts comma-separated values. (default is 'all')
# type=all,counter,gauge,histogram,meter,timer -- similar to the 'group' 
parameter, both multiple 'type' parameters as well as comma-separated values 
can be specified

> Implement a /admin/metrics API
> ------------------------------
>
>                 Key: SOLR-9812
>                 URL: https://issues.apache.org/jira/browse/SOLR-9812
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: master (7.0), 6.4
>
>         Attachments: SOLR-9812.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> We added a bare bones metrics API in SOLR-9788 but due to limitations with 
> the metrics servlet supplied by the metrics library, it can show statistics 
> from only one metric registry. SOLR-4735 has added a hierarchy of metric 
> registries and the /admin/metrics API should support showing all of them as 
> well as be able to filter metrics from a given registry name.
> In this issue we will implement the improved /admin/metrics API.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to