- Apr 25, 2023
-
-
Lluis Gifre Renom authored
- extend load generator with service constraints (availability, capacity and latency)
-
- Apr 21, 2023
-
-
Lluis Gifre Renom authored
- Updated deploy specs for testing purposes
-
Lluis Gifre Renom authored
- Added metrics port to manifest - Added service monitor manifest - Added metrics server - Extended RequestGenerator to retrieve request_type - Extended RequestScheduler to monitor setup and teardown requests and type of requests
-
Lluis Gifre Renom authored
- Improved label specification while getting meters
-
Lluis Gifre Renom authored
Context & Device Performance Enhancements See merge request !87
-
Lluis Gifre Renom authored
- Minor cosmetic changes
-
Lluis Gifre Renom authored
- Recovered deploy specs
-
Lluis Gifre Renom authored
- Updated default histogram set of buckets
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/context-performance-scalability
-
Lluis Gifre Renom authored
- Recovered deploy specs
-
Lluis Gifre Renom authored
- Updated default histogram set of buckets
-
Lluis Gifre Renom authored
- Updated Cockroach manifests to download latest revisions and bug fixes for CockroachDB
-
Lluis Gifre Renom authored
- Cosmetic changes
-
Lluis Gifre Renom authored
- Implemented method UnsetService()
-
Lluis Gifre Renom authored
- Added SQL code file with possible performance details to be investigated and exploited
-
- Apr 20, 2023
-
-
Lluis Gifre Renom authored
- Added deploy specs for testing
-
Lluis Gifre Renom authored
- Instrumented ConfigureDevice method
-
Lluis Gifre Renom authored
- Added new grafana dashboard for extracting performance details on ConfigureDevice method.
-
Lluis Gifre Renom authored
- Updated default histogram set of buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets - Removed unneeded delete rules - Corrected order of delete rules
-
Lluis Gifre Renom authored
- Corrected metrics labels
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Removed hardcoded histogram buckets
-
Lluis Gifre Renom authored
- Expanded default histogram set of buckets
-
Lluis Gifre Renom authored
- Updated Device requested and limit resources
-
Lluis Gifre Renom authored
- Updated ConfigRuleModel and separated it into DeviceConfigRuleModel, ServiceConfigRuleModel, SliceConfigRuleModel - Updated ConstraintModel and separated it into ServiceConstraintModel, SliceConstraintModel - Updated related indexes - Activated placeholder for device components - Updated compose_config_rules_data and upsert_config_rules methods - Updated compose_constraints_data and upsert_constraints - Correction of method name SelectDevices to SelectDevice in gRPC servicer
-
Lluis Gifre Renom authored
- Added helper sql file with command for tests
-
Lluis Gifre Renom authored
- Updated get_device calls according to new Common.Tools.ContextQueries methods
-
Lluis Gifre Renom authored
- Replaced old local ContextGetters by new Common.Tools.ContextQueries
-
Lluis Gifre Renom authored
- Updated old get_slice calls to new get_slice_by_uuid/_by_id
-
Lluis Gifre Renom authored
- Updated old get_service calls to new get_service_by_uuid - Updated old get_slice calls to new get_slice_by_uuid
-
Lluis Gifre Renom authored
- Updated old get_slice calls to new get_slice_by_uuid
-
Lluis Gifre Renom authored
- Added get_connection_by_id and get_connection_by_uuid methods - Updated old get_service method to get_service_by_id and get_service_by_uuid - Updated get_service method to use new SelectService context method and filter options - Updated old get_slice method to get_slice_by_id and get_slice_by_uuid - Updated get_slice method to use new SelectSlice context method and filter options - Updated get_device method to use new SelectDevice context method and filter options
-
Lluis Gifre Renom authored
- Updated Service and Slice requested and limit resources
-
- Apr 19, 2023
-
-
Carlos Natalino Da Silva authored
Fix issue of `load-generator` when device names include the "-EMU" suffix See merge request !88
-
Carlos Natalino Da Silva authored
-