Remove excess <metrics> element in metrics-reporting.adoc file.

This commit is contained in:
Christine Poerschke 2018-11-20 18:50:25 +00:00
parent 05167ed01d
commit ea304a3a32
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ Reporter configurations are specified in `solr.xml` file in `<metrics><reporter>
<int name="port">9999</int> <int name="port">9999</int>
<int name="period">60</int> <int name="period">60</int>
</reporter> </reporter>
<metrics>
<reporter name="log_metrics" group="core" class="org.apache.solr.metrics.reporters.SolrSlf4jReporter"> <reporter name="log_metrics" group="core" class="org.apache.solr.metrics.reporters.SolrSlf4jReporter">
<int name="period">60</int> <int name="period">60</int>
<str name="filter">QUERY./select.requestTimes</str> <str name="filter">QUERY./select.requestTimes</str>