Skip to content
Snippets Groups Projects
Commit 7a505ea2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent dfcab5c2
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!276Resolve "(CTTC) New Monitoring Module Testing and Debugging"
......@@ -19,8 +19,8 @@ import "context.proto";
import "kpi_manager.proto";
service KpiValueAPIService {
rpc StoreKpiValues (KpiValueList) returns (context.Empty) {}
rpc SelectKpiValues (KpiValueFilter) returns (KpiValueList) {}
rpc StoreKpiValues (KpiValueList ) returns (context.Empty ) {}
rpc SelectKpiValues (KpiValueFilter ) returns (KpiValueList ) {}
rpc GetKpiAlarms (kpi_manager.KpiId) returns (stream KpiAlarms) {}
}
......
......@@ -17,4 +17,4 @@ psycopg2-binary==2.9.3
python-dateutil==2.8.2
python-json-logger==2.0.2
pytz==2024.1
requests==2.27.1
\ No newline at end of file
requests==2.27.1
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