Collecting request handler metrics
Steps to enable the solr_request_handler_metrics_options parameter in dse.yaml
and set the other options as required.
The solr_request_handler_metrics_options
object records core-specific direct and request update handler statistics over time.
The following diagnostic tables collect handler metrics:
+ Record core-specific direct update handler statistics over time.
+ Record core-specific direct update handler statistics over time.
All objects are disabled by default.
Procedure
-
Edit the
dse.yaml
file. -
In the
dse.yaml
file, under thesolr_request_handler_metrics_options
parameter, change enabled to true and set the other options as required.# Solr request handler metrics options solr_request_handler_metrics_options: enabled: true ttl_seconds: 604800 refresh_rate_ms: 60000
All objects are disabled by default.
Options Options Determines enabled
Whether the object is enabled at start up.
ttl_seconds
How many seconds a record survives before it is expired from the performance object.
refresh_rate_ms
Period (in milliseconds) between sample recordings for periodically updating statistics like the solr_result_cache_stats.