mirror of https://github.com/apache/lucene.git
SOLR-14651: improve metrics history docs
When the MHH is disabled, it is *not* possible to retrieve history.
This commit is contained in:
parent
9877085811
commit
6a330e6304
|
@ -136,9 +136,9 @@ with the existing metrics configuration section in this file. Configuration is s
|
||||||
|
|
||||||
Currently the following configuration options are supported:
|
Currently the following configuration options are supported:
|
||||||
|
|
||||||
`enable`:: boolean, default is `true`. If this is `false` then metrics history is not collected
|
`enable`:: boolean, default is `true`.
|
||||||
but can still be retrieved from existing databases. When this is `true` then metrics are
|
If this is `false` then metrics history is not collected.
|
||||||
periodically collected, aggregated and saved.
|
When this is `true` then metrics are periodically collected, aggregated and saved.
|
||||||
|
|
||||||
`enableReplicas`:: boolean, default is `false`. When this is `true` non-aggregated history will be
|
`enableReplicas`:: boolean, default is `false`. When this is `true` non-aggregated history will be
|
||||||
collected for each replica in each collection. When this is `false` then only aggregated history
|
collected for each replica in each collection. When this is `false` then only aggregated history
|
||||||
|
|
Loading…
Reference in New Issue