System management properties

The yfs.properties relevant to the feature are explained in this topic.

Table 1. System properties for integration with a third-party application. You must configure these properties regardless of the third-party application that you use to record statistics.
Property Description
plt.statistics.consumer.classname Provide fully qualified class names of classes that implement the PLTStatisticsConsumer interface. If multiple classes are provided, the class names must be separated by a comma. Instances of these classes are provided with the statistical data generated by the system.

The system continues to publish statistics data to the YFS_STATISTICS_DETAIL table regardless of this setting. This behavior of the system is controlled by the yantra.statistics.collect and yantra.statistics.persist.interval properties.

plt.statistics.collection.interval Property that determines the statistics logging time interval.

These properties are described in greater detail in the yfs.properties.in file available in the <INSTALL_DIR>/properties directory.

To override the default values, prefix these properties with yfs. and add them with appropriate values to the customer_overrides.properties file and restart the application server.