Package lumis.portal.monitor

Defines classes and interfaces for monitoring data.

The data collected is of an event. Events have fields and field groups. To declare events, fields and field groups, a file named monitor-definition.xml may be added in some module to be deployed.

The monitoring data is saved in the default big data repository. The data is saved in the form of a Document per collected event. Each field of the event will be one or more fields in the generated and saved document, depending on what is it's data type.

The entry point for the monitoring framework API is the IMonitorManager. It may be obtained by calling ManagerFactory.getMonitorManager(). To collect data, obtain an IMonitor and use its available operations.

Since:
9.0.0
Version:
$Revision: 21005 $ $Date: 2018-03-06 18:13:47 -0300 (Tue, 06 Mar 2018) $