Collecting handler statistics
The Update handler statistics records core-specific direct update handler statistics over time.
-
Edit the
dse.yamlfile.The location of the
dse.yamlfile depends on the type of installation:-
Package installations and Installer-Services installations:
/etc/dse/dse.yaml -
Tarball installations and Installer-No Services installations:
<installation_location>/resources/dse/conf/dse.yaml
-
-
In the
dse.yamlfile, uncomment thesolr_update_handler_metrics_optionsparameter and set the options as required.# Solr UpdateHandler metrics options solr_update_handler_metrics_options: enabled: true ttl_seconds: 604800 refresh_rate_ms: 60000All objects are disabled by default.
Options Options Determines enabled
Whether the object is enabled at start up.
ttl_secondsHow many seconds a record survives before it is expired from the performance object.
refresh_rate_msPeriod (in milliseconds) between sample recordings for periodically updating statistics like the
solr_result_cache_stats.