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.
It handles configuration updates, configuration persistence, and Endeca Server queries. The server side code generates results to send back to the client side code.
Server executions include component render, resource, and action requests.
It issues requests to the server code, then renders the results as HTML. The client code also handles any dynamic events within the browser.
By default, only the Endeca Server queries and component server executions are included.
df.performanceLogging=<metrics to include>
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. |
df.performanceLogging=QUERY,PORTLET
df.performanceLogging=QUERY,PORTLET,CLIENTNote that for performance reasons, this configuration is not recommended.
df.performanceLogging=