1. 10 Aug, 2024 5 commits
    • Waleed Akbar's avatar
      Changes on KPI Value Writer and Telemetry Backend · b907871f
      Waleed Akbar authored
      - Renamed the method to "KafkaKpiConsumer" to avoid conflict with the "KafkaConsumer" import in KpiApiWriter.
      - Removed unnecessary imports in KpiWriterToProm.
      - Added `get_service_port_grpc` call and imports in the Telemetry backend service.
      - Added new libraries to `requirements.in` for Telemetry.
      b907871f
    • Waleed Akbar's avatar
      Changes in Telemetry. · f9c0b68f
      Waleed Akbar authored
      - GenericGrpcService inheritance is added in Telemetry backend class.
      - Database folder were missing in working directory in DockerFile of Telemetry Frontend.
      f9c0b68f
    • Waleed Akbar's avatar
      changes in Metric Writer to Prometheus. · b7f60ece
      Waleed Akbar authored
      - start_http_server() call is move to main
      - CollectorRegistory variable is removed
      b7f60ece
    • Waleed Akbar's avatar
      changes in kpi Value API/writer gitlab-ci files. · 16971543
      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.
      16971543
    • Waleed Akbar's avatar
      telemetry .gitlab.ci file · 3583671a
      Waleed Akbar authored
      - docker run --name ... cmd missing (backend/frontend) after image name.
      3583671a
  2. 09 Aug, 2024 7 commits
  3. 08 Aug, 2024 4 commits
    • Waleed Akbar's avatar
      Changes in Telemetry backend service. · 55dd580c
      Waleed Akbar authored
      - __main__ is added.
      - DockerFile added.
      - .gitlab-ci.yml file added.
      55dd580c
    • Waleed Akbar's avatar
      Telemetry Backend Service · 93985272
      Waleed Akbar authored
      - GenerateRawMetrics() add
      93985272
    • 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
    • Waleed Akbar's avatar
      Telemetry Frontend gRPC NBI Re-structuring · c32d13aa
      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.
      c32d13aa
  4. 06 Aug, 2024 18 commits
  5. 05 Aug, 2024 2 commits
  6. 29 Jul, 2024 3 commits
  7. 26 Jul, 2024 1 commit