Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
    • Waleed Akbar's avatar
      Changes in Telemetry backend and frontend · bba35aa9
      Waleed Akbar authored
      - (Backend) Refore code to improved logging and error handling
      - (Backend) Improved tests
      - (Frontend) Refector code to improve Analyzer handling
      - (Frontend) improve tests and messages format to handle new backend enhancements.
      bba35aa9
  2. Jan 17, 2025
  3. Jan 13, 2025
  4. Jan 06, 2025
    • Waleed Akbar's avatar
      Telemetry backend driver added. · 0a351b59
      Waleed Akbar authored
      - Emulated driver is added.
      - MetricGenerated is added.
      - Emulated driver test is added.
      - backend requirement file is updated.
      - script added to test emulated driver.
      0a351b59
  5. Dec 10, 2024
  6. Nov 04, 2024
  7. Oct 17, 2024
  8. Oct 12, 2024
  9. Oct 11, 2024
  10. Oct 08, 2024
  11. Oct 07, 2024
  12. Sep 26, 2024
  13. Sep 25, 2024
  14. Sep 22, 2024
    • Waleed Akbar's avatar
      Minor Changes in New Monitoring Services to Improve Overall Functionality · c0c517f0
      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.
      c0c517f0
    • Waleed Akbar's avatar
      Changes in New Monitoring: · 6b136318
      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.
      6b136318
  15. Sep 13, 2024
    • Lluis Gifre Renom's avatar
      Pre-merge commit · 05902708
      Lluis Gifre Renom authored
      05902708
    • Waleed Akbar's avatar
      Changes in Analytic, manifest files and deployment script · 2c1fc9c8
      Waleed Akbar authored
      Deployment Script
      - Analytics is added in new montioring component to be deployed with TFS.
      - condition is added in analytics component TFS deployment script.
      - Analytics show logs files are added.
      Manifest
      - modifed KAFKA_ADVERTISED_LISTENERS with internal kafka service address in kafka.yml
      - analyticsservice.yml added.
      Analytics
      - grpc service is added in backend
      - Docker file for backend and frontend is added.
      - main file is updaed
      - small changes in requirements.in files
      Kafka Variables
      - get_kafka_address method logic is updated.
      2c1fc9c8
  16. Sep 09, 2024
  17. Sep 03, 2024
    • Waleed Akbar's avatar
      Analytics Backend Initial Version · 0c5d2856
      Waleed Akbar authored
      - Added CRDB secret.
      - Added test script.
      - Added `main` and `__init__.py` files.
      - Added Backend Service file.
      - Added Spark Streamer file (successfully consuming streams from Kafka Topics).
      - Added Tests folder and files.
      - Added requirements file.
      - Added ANALYTICS Kafka topics in `common.tools.kafka.variables` file.
      0c5d2856
  18. Aug 28, 2024
    • Waleed Akbar's avatar
      Changes in Analytic DB and Frontend · 28bf80d3
      Waleed Akbar authored
      - Created the Analytic Engine, Model, and DB files.
      - Added the DB connection.
      - Added `add_row_to_db` in `StartCollector`.
      - Added `delete_db_row_by_id` in `StopCollector`.
      - Improved message formatting.
      - Added a DB test file.
      28bf80d3
  19. Aug 27, 2024
    • Waleed Akbar's avatar
      Changes in KPI Manager KPI value API and value Writer. · 3de3bf98
      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.
      3de3bf98
    • Waleed Akbar's avatar
      Kafka deployment script in gitlab-ci.file · 466fd377
      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.
      466fd377
    • Waleed Akbar's avatar
      Telemetry frontend test file updated. · 97655a60
      Waleed Akbar authored
      - pytest logging is changed to DEBUG.
      - ManagemetDB test is removed.
      - Irrelevent imports and methods are removed from the test file.
      -
      97655a60
    • Waleed Akbar's avatar
      chanegs to sucessfully executes the DB test. · 35ef2d9d
      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.
      35ef2d9d
    • Waleed Akbar's avatar
      Initial Version of Analytics Component · 485d3178
      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.
      485d3178
  20. Aug 11, 2024
    • Waleed Akbar's avatar
      Changes in KPI Manager KPI value API and value Writer. · 1bb6e1bb
      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.
      1bb6e1bb
  21. Aug 09, 2024
    • Waleed Akbar's avatar
      Kafka deployment script in gitlab-ci.file · f9e63a88
      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.
      f9e63a88
  22. Aug 06, 2024
  23. Aug 05, 2024
  24. Jul 26, 2024
  25. Jul 25, 2024
  26. Jul 24, 2024
Loading