Loading proto/analytics_frontend.proto +5 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,11 @@ enum AnalyzerOperationMode { } message Analyzer { string algorithm_name = 1; // The algorithm to be executed repeated kpi_manager.KpiId input_kpi_ids = 2; // The KPI Ids to be processed by the analyzer repeated kpi_manager.KpiId output_kpi_ids = 3; // The KPI Ids produced by the analyzer AnalyzerOperationMode operation_mode = 4; // Operation mode of the analyzer AnalyzerId analyzer_id = 1; string algorithm_name = 2; // The algorithm to be executed repeated kpi_manager.KpiId input_kpi_ids = 3; // The KPI Ids to be processed by the analyzer repeated kpi_manager.KpiId output_kpi_ids = 4; // The KPI Ids produced by the analyzer AnalyzerOperationMode operation_mode = 5; // Operation mode of the analyzer // In batch mode... float batch_min_duration_s = 5; // ..., min duration to collect before executing batch Loading Loading
proto/analytics_frontend.proto +5 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,11 @@ enum AnalyzerOperationMode { } message Analyzer { string algorithm_name = 1; // The algorithm to be executed repeated kpi_manager.KpiId input_kpi_ids = 2; // The KPI Ids to be processed by the analyzer repeated kpi_manager.KpiId output_kpi_ids = 3; // The KPI Ids produced by the analyzer AnalyzerOperationMode operation_mode = 4; // Operation mode of the analyzer AnalyzerId analyzer_id = 1; string algorithm_name = 2; // The algorithm to be executed repeated kpi_manager.KpiId input_kpi_ids = 3; // The KPI Ids to be processed by the analyzer repeated kpi_manager.KpiId output_kpi_ids = 4; // The KPI Ids produced by the analyzer AnalyzerOperationMode operation_mode = 5; // Operation mode of the analyzer // In batch mode... float batch_min_duration_s = 5; // ..., min duration to collect before executing batch Loading