Commit 93fe4ea7 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

change in Analytics proto file.

- AnalyzerId is added in "Analyzer" message type.
parent 7e8ae67a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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