Commit a2398152 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

updated FrontendTelemetery.proto file.

- added start_time and end_time in proto.
parent fb30ffd2
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ message Collector {
  kpi_manager.KpiId  kpi_id       = 2; // The KPI Id to be associated to the collected samples
  float              duration_s   = 3; // Terminate data collection after duration[seconds]; duration==0 means indefinitely
  float              interval_s   = 4; // Interval between collected samples
  context.Timestamp  start_time   = 5; // Timestamp when Collector start execution
  context.Timestamp  end_time     = 6; // Timestamp when Collector stop execution
}

message CollectorFilter {