Configuring the amount of metrics data to record

To configure the metrics you want to include, you use a setting in portal-ext.properties. This setting applies to both the eid-studio-metrics.log file and the Performance Metrics page.

The metrics logging can include:

By default, only the Endeca Server queries and component server executions are included.

You use the df.performanceLogging setting in portal-ext.properties to configure the metrics to include. The setting is:
df.performanceLogging=<metrics to include>
Where <metrics to include> is a comma-separated list of the metrics to include. The available values to include in the list are:
Value Description
QUERY If this value is included, then the page includes information for Endeca Server queries.
PORTLET If this value is included, then the page includes information on component server executions.
CLIENT If this value is included, then the page includes information on component client executions.
In the default configuration, where only the Endeca Server queries and component server executions are included, the value is:
df.performanceLogging=QUERY,PORTLET
To include all of the available metrics, you would add the CLIENT option:
df.performanceLogging=QUERY,PORTLET,CLIENT
Note that for performance reasons, this configuration is not recommended.
If you make the value empty, then the log file and Performance Metrics page also are empty.
df.performanceLogging=