mirror of https://github.com/apache/lucene.git
Remove excess <metrics> element in metrics-reporting.adoc file.
This commit is contained in:
parent
05167ed01d
commit
ea304a3a32
|
@ -161,7 +161,6 @@ Reporter configurations are specified in `solr.xml` file in `<metrics><reporter>
|
|||
<int name="port">9999</int>
|
||||
<int name="period">60</int>
|
||||
</reporter>
|
||||
<metrics>
|
||||
<reporter name="log_metrics" group="core" class="org.apache.solr.metrics.reporters.SolrSlf4jReporter">
|
||||
<int name="period">60</int>
|
||||
<str name="filter">QUERY./select.requestTimes</str>
|
||||
|
|
Loading…
Reference in New Issue