- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Oct 01, 2024
-
-
Lluis Gifre Renom authored
-
- Sep 26, 2024
-
-
Waleed Akbar authored
-
- Sep 25, 2024
-
-
Waleed Akbar authored
- Analytics backend Request listener will terminated incase topic doesn't exists. - The GetAlrams() in KpiValueApi is updated to process the new resposne from daskstreamer.
-
- Sep 22, 2024
-
-
Waleed Akbar authored
- Updated `GetKpiAlarms()` to return the calculated KPI value along with the threshold.
-
Waleed Akbar authored
- Added new tests in the `scripts` folder. - Improved messages and test files across all services. Telemetry and Analytics Backend: - Added a `try` statement to handle Kafka message decoding errors. Telemetry Frontend and KPI Value API: - Downgraded `apscheduler` from `3.10.4` to `3.10.1` in the requirements file. Kafka: - Added a method to retrieve `KAFKA_SERVER_ADDRESS` from environment variables. Telemetry Backend: - Added a condition to allow the collector backend to run indefinitely. - Changed the extracted `KpiValue` timestamp format to `"%Y-%m-%dT%H:%M:%SZ"` to meet Apache Spark requirements. - Removed some unused packages from the `requirements.in` file. Deployment Script: - Added `"telemetry"` and `"analytics"` component names to the `TFS_COMPONENTS` variable in the `my_deploy.sh` file.
-
Waleed Akbar authored
- Added scripts to test and display logs. - Added `->` in the `docker run --name kafka` line in the `.gitlab.cl` file for `kpi_value_api`, `kpi_value_writer`, and `telemetry`. - Removed Java from the `analytics` requirements file.
-
- Sep 20, 2024
-
-
Waleed Akbar authored
- Changed `StartAnalyzer` return type to `AnalyzerId`. - Added `APScheduler` to requirements. - Updated `AnalyticsBackend` Dockerfile to set `JAVA_HOME`. - Added `Alarms` topic in the Kafka class.
-
Waleed Akbar authored
- "FAIL" is changed to "FALL" in Spark streamer. - start() was missing in RequestListener call. - updated test file in KpiValueAPI
-
Waleed Akbar authored
- Added the `GetKpiAlarms` method and `KpiAlarm` message in the proto file. - Updated the client to handle the `GetKpiAlarms` method call. - Implemented the `GetKpiAlarms` method (ResponseListener). - Updated `ConvertValueToKpiValueType` to properly convert the value to the gRPC `KpiValueType` message. - Updated test and messages files.
-
- Aug 27, 2024
-
-
Waleed Akbar authored
- updated cmd in test file of KPI manager - move kafka producer object to __init__ function. - write JSON object to Kafka - Read JSON object from Kafka - Slight to manage the affect of JSON object. - Static methods are 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
- 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
- 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
- refine Kpi_DB.py methods. - improve description of messages. - imporve the text description.
-
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_ADDRESS_TEMPLATE now defined inside the class KafkaConfig. - variable renamed to "SERVER_ADDRESS" from "server_address"
-
- Aug 11, 2024
-
-
Waleed Akbar authored
- updated cmd in test file of KPI manager - move kafka producer object to __init__ function. - write JSON object to Kafka - Read JSON object from Kafka - Slight to manage the affect of JSON object. - Static methods are removed.
-
- Aug 10, 2024
-
-
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.
-
- Aug 09, 2024
-
-
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.
-
- Aug 06, 2024
-
-
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
- refine Kpi_DB.py methods. - improve description of messages. - imporve the text description.
-
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_ADDRESS_TEMPLATE now defined inside the class KafkaConfig. - variable renamed to "SERVER_ADDRESS" from "server_address"
-
- Aug 02, 2024
-
-
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
- refine Kpi_DB.py methods. - improve description of messages. - imporve the text description.
-
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.
-
- Jul 31, 2024
-
-
Waleed Akbar authored
- KFK_SERVER_ADDRESS_TEMPLATE now defined inside the class KafkaConfig. - variable renamed to "SERVER_ADDRESS" from "server_address"
-
- Jul 26, 2024
-
-
Lluis Gifre Renom authored
- Activated CI/CD build and unitary test
-
Waleed Akbar authored
- fixes deployment of KPI Writer and API
-
- Jul 25, 2024
-
-
Lluis Gifre Renom authored
-
Waleed Akbar authored
-
Waleed Akbar authored
-
- Jul 24, 2024
-
-
Waleed Akbar authored
-