SOLR-9911: Remove http group from example in change log

This commit is contained in:
Shalin Shekhar Mangar 2017-01-06 01:20:14 +05:30
parent 3eab1b4839
commit 2cffa2e3e7
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ New Features
* SOLR-9812: SOLR-9911: Added a new /admin/metrics API to return all metrics collected by Solr via API.
API supports three optional parameters:
* 'group' (all,jvm,jetty,http,node,core),
* 'group' (all,jvm,jetty,node,core),
* 'type' (all,counter,timer,gauge,histogram) both of which are multi-valued
* 'prefix' that filters the returned metrics
Example: http://localhost:8983/solr/admin/metrics?group=jvm,jetty&type=counter