Skip to content
Snippets Groups Projects
  1. Oct 07, 2024
  2. 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
  3. Sep 20, 2024
    • Waleed Akbar's avatar
      Changes in Telemetry. · 705e74ec
      Waleed Akbar authored
      Frontend:
      - `ResponseListener` will start with service deployment.
      
      Backend:
      - Added `GenerateCollectorTerminationSignal()` to inform the Frontend about the termination of a Collector.
      - Updated `GenerateCollectorResponse()` to stream extracted `KpiValues` on the `topic_value` .
      - Updated test file.
      705e74ec
  4. Sep 03, 2024
    • Waleed Akbar's avatar
      Changes in Telemetry · 067ace16
      Waleed Akbar authored
      - Added Kafka Request Listener to listen for requests from the Analytics Frontend.
      - Updated `SparkStreamer.py` to consume and process streams from VALUE topics, and further filter rows based on KPIs in the `input_kpis` list.
      - Updated the frontend TOPIC from `VALUE` to `ANALYTICS_REQUEST`.
      - Updated messages to keep the KPI UUID consistent with the one generated by the Telemetry Backend service.
      067ace16
  5. Aug 27, 2024
    • Waleed Akbar's avatar
      Minor Changes in Telemetry test file. · 162e29e1
      Waleed Akbar authored
      - src folder refernce is removed from header
      162e29e1
    • Waleed Akbar's avatar
      Changes in Telemetry. · 622fe067
      Waleed Akbar authored
      - tests file name is corrected.
      - Telmetry frontend and backend requriements.in is updated
      622fe067
    • Waleed Akbar's avatar
      Changes to telemetry service · dbb3690f
      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
      dbb3690f
    • Waleed Akbar's avatar
      Telemetry Backend Re-structuring · ce7fbb40
      Waleed Akbar authored
      - BackendService is restructured according to the design in report.
      - ResponseListener is added in Frontend
      - Improvements in test and messages files
      ce7fbb40
  6. Aug 11, 2024
  7. Aug 09, 2024
    • Waleed Akbar's avatar
      Changes to telemetry service · 6ac3c400
      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
      6ac3c400
  8. Aug 08, 2024
    • Waleed Akbar's avatar
      Telemetry Backend Re-structuring · 1d01e32c
      Waleed Akbar authored
      - BackendService is restructured according to the design in report.
      - ResponseListener is added in Frontend
      - Improvements in test and messages files
      1d01e32c
  9. Jul 24, 2024
  10. Jul 09, 2024
  11. Jun 10, 2024
  12. Jun 05, 2024
  13. Jun 03, 2024
  14. May 30, 2024
  15. May 24, 2024
  16. May 10, 2024
  17. May 09, 2024
  18. May 08, 2024
  19. May 07, 2024
Loading