Class MonitorServiceImpl

    • Field Detail

      • monitorServiceInternal

        protected final MonitorService monitorServiceInternal
    • Method Detail

      • getLogEvents

        public List<Map<String,​Object>> getLogEvents​(String siteId,
                                                           long since)
        Description copied from interface: MonitorService
        Retrieves a list of global events logged since the timestamp indicated by since parameter
        Specified by:
        getLogEvents in interface MonitorService
        since - timestamp. Events before this value will not be included.
        Returns:
        a list of log events