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:
|
||||
|
||||
`enable`:: boolean, default is `true`. If this is `false` then metrics history is not collected
|
||||
but can still be retrieved from existing databases. When this is `true` then metrics are
|
||||
periodically collected, aggregated and saved.
|
||||
`enable`:: boolean, default is `true`.
|
||||
If this is `false` then metrics history is not collected.
|
||||
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
|
||||
collected for each replica in each collection. When this is `false` then only aggregated history
|
||||
|
|
Loading…
Reference in New Issue