domino_admin_toolkit.checks.test_node_time_drift module
- pydantic model domino_admin_toolkit.checks.test_node_time_drift.NodeTimeDriftAnalyzer
Bases:
AnalyzerBase
- Fields:
- analyze(data)
Analyzes the provided data and returns a list of CheckResult instances.
- Return type:
- Args:
data (Dict[str, Any]): The data to be analyzed. The structure depends on the analyzer’s implementation.
- Returns:
List[CheckResult]: A list containing the results of the analysis.
- Raises:
NotImplementedError: If this method is not implemented by subclasses.
- name: ClassVar[str] = 'NodeTimeDriftAnalyzer'
- domino_admin_toolkit.checks.test_node_time_drift.format_time_columns(df)
- domino_admin_toolkit.checks.test_node_time_drift.node_time_df(prometheus_client_v2)
- Return type:
- domino_admin_toolkit.checks.test_node_time_drift.test_node_time_drift(node_time_df)