Skip to content
Snippets Groups Projects
Commit acf03e12 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

Improvements in file formatting

parent 843c37fb
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!207Resolve "(CTTC) Separation of Monitoring"
...@@ -16,10 +16,10 @@ message CollectorId { ...@@ -16,10 +16,10 @@ message CollectorId {
} }
message Collector { message Collector {
CollectorId collector_id = 1; // The Collector ID CollectorId collector_id = 1; // The Collector ID
kpi_manager.KpiId kpi_id = 2; // The KPI Id to be associated to the collected samples 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 duration_s = 3; // Terminate data collection after duration[seconds]; duration==0 means indefinitely
float interval_s = 4; // Interval between collected samples float interval_s = 4; // Interval between collected samples
} }
message CollectorFilter { message CollectorFilter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment