- 27 Aug, 2024 35 commits
-
-
Waleed Akbar authored
- start_http_server() call is move to main - CollectorRegistory variable is removed
-
Waleed Akbar authored
- src/$IMAGE_NAME/tests/Dockerfile is removed from API. - -f is added in "docker rm -f zookeeper" and "docker rm -f kafka" in Writer file.
-
Waleed Akbar authored
- docker run --name ... cmd missing (backend/frontend) after image name.
-
Waleed Akbar authored
- docker build ... -target builder is removed
-
Waleed Akbar authored
-
Waleed Akbar authored
-
Waleed Akbar authored
- TelemetryBackendService name and port is added in constants - get_kafka_address() call added in TelemetryBackendService - kafk topics test added in telemetrybackend test file - get_kafka_address() call added in TelemetryBackendServiceImpl - kafk topics test added in telemetryfrontend test file - improvements in Telemetry gitlab-ci file + unit_test for telemetry backend and frontend added. + many other small changes
-
Waleed Akbar authored
- Kafka deployment script is added in .gitlab-ci file - call is changed to "get_kafka_address()" in KpiValueWriter.py
-
Waleed Akbar authored
- Improvements in Kafka.variables files. - In KpiValueApiServiceImpl corrected the call from "admin_client()" to "kafka_address()"
-
Waleed Akbar authored
- In Kafka.variables files: get_kafka_address() and get_admin_client() is added. - In KpiValueApiServerImpl Kafka Admin Client call is updated. - Kafka deployment script is added.
-
Waleed Akbar authored
- __main__ is added. - DockerFile added. - .gitlab-ci.yml file added.
-
Waleed Akbar authored
- GenerateRawMetrics() add
-
Waleed Akbar authored
- BackendService is restructured according to the design in report. - ResponseListener is added in Frontend - Improvements in test and messages files
-
Waleed Akbar authored
- Changed the column type of the start and end timestamps to Float. - Added ConvertRowToCollector() in TelemetryModel. - Renamed the class variable from "DBobj" to "tele_db_obj". - Renamed the local variable from "collector_id" to "collector_uuid". - Added PublishStopRequestOnKafka() to publish the stop collector request on Kafka. - Improved the test files.
-
Waleed Akbar authored
- pytest logging is changed to DEBUG. - ManagemetDB test is removed. - Irrelevent imports and methods are removed from the test file. -
-
Waleed Akbar authored
- collector description is removed from TelemetryModel. - "ConvertCollectorToRow" is added in Telemetry Model class. - NameMapping is removed from service client and service. - TelemetryDB object name and import is updated with correct class name. - StartCollector is restructured. - "PublishRequestOnKafka" is restructured.
-
Waleed Akbar authored
- added start_time and end_time in proto.
-
Waleed Akbar authored
-
-
Waleed Akbar authored
- README files of kpi manager/value writer/api are updated to reflect new changes.
-
Waleed Akbar authored
- PROM_URL variable is updated with FQDN of Prometheus.
-
Waleed Akbar authored
- unused imports and functions are removed
-
Waleed Akbar authored
- refine Kpi_DB.py methods. - improve description of messages. - imporve the text description.
-
Waleed Akbar authored
- KFK_NAMESPACE and KFK_PORT
-
Waleed Akbar authored
- Added "GetKpiSampleType" method to extract KpiSampleType based on KpiId. - Added PromtheusConnect method to query Prometheus from prometheus_api_client library. - KpiManagerClient added in DockerFile - prometheus_api_client added in requirement file.
-
Waleed Akbar authored
- KFK_SERVER_PORT and KFK_REDOPLY added into my_deploy.sh file. - refines kafka env variables import
-
Waleed Akbar authored
- KFK_SERVER_ADDRESS_TEMPLATE now defined inside the class KafkaConfig. - variable renamed to "SERVER_ADDRESS" from "server_address"
-
Waleed Akbar authored
- comment is added in Kpi DB file for future reference.
-
Waleed Akbar authored
- get the values of KAFKA_NAMESPACE and KFK_SERVER_PORT to create KAFKA server address.
-
Waleed Akbar authored
- improvements to accuratly read the env variables
-
Waleed Akbar authored
- Kafka env variables are created in my_deply.sh, kafka.sh and all.sh
-
Waleed Akbar authored
- Imports are updated in test_kpi_value_writer.py
-
Waleed Akbar authored
-
Waleed Akbar authored
- updated test file to log DEBUG cmd - change the class name of "TelemetryDBmanager" to "TelemeterDB" - corrected the DB name - move messages.py and test files to correcte location.
-
Waleed Akbar authored
- TelemetryEngine.py is updated. - TelemetryModel.py is refined. - Optimized DB operation were added in TelemetryDB.py
-
Waleed Akbar authored
- Added the Analytics Frontend client and service with no logic implemented yet. - Added enums and ports for the Analytics frontend and backend in the constants. - Added test files and messages. - Added test execution scripts.
-
- 29 Jul, 2024 3 commits
-
-
Ricard Vilalta authored
Resolve "Job Failed #80694" See merge request !256
-
Waleed Akbar authored
- Test was failing due to a "NotFoundException." - Replaced with None and made approriate changes in files (Kpi_DB.py and KpiManagerServiceImpl) to handle the None value.
-
Waleed Akbar authored
- added create_kpi_id_request() in kpi_manger test_mesages.py
-
- 26 Jul, 2024 2 commits
-
-
Lluis Gifre Renom authored
Resolve "Multiple fixes on KPI Management" See merge request !254
-
Lluis Gifre Renom authored
- Activated CI/CD build and unitary test
-