Loading proto/telemetry_frontend.proto +9 −7 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
proto/telemetry_frontend.proto +9 −7 Original line number Diff line number Diff line Loading @@ -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 { Loading