Back to bricks list
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

MonitorService

Functions
CLEANUP_OLD_MONITOR_DATA - @classmethod
DEINIT - @classmethod
GET_CURRENT_MONITOR - @classmethod
Return type : CurrentMonitorDTO
GET_FREE_DISK_INFO - @classmethod

Get information about the free disk space.

Return type : MonitorFreeDiskDTO
GET_MONITOR_DATA_GRAPHICS_BETWEEN_DATES - @classmethod
from_date : datetime
to_date : datetime
utc_number : float - 0
seconds_margin : int
Return type : MonitorBetweenDateGraphicsDTO
GET_MONITOR_GRAPHICS_BETWEEN_DATES_STR - @classmethod
from_date_str : str
to_date_str : str
utc_num : float - 0.0
Return type : MonitorBetweenDateGraphicsDTO
GET_PLOTLY_FIGURE_DICT - @classmethod
dataframe : DataFrame
X : str
y : list
y_labs : dict
Return type : dict
INIT - @classmethod
SAVE_CURRENT_MONITOR - @classmethod
Return type : Monitor