1. 13 Sep, 2024 6 commits
  2. 09 Sep, 2024 5 commits
  3. 26 Aug, 2024 2 commits
    • Waleed Akbar's avatar
      Minor chanages in Telemetry. · 739f52a1
      Waleed Akbar authored
      - Unnecessary echo statements are removed from .gitlab-ci.yml file.
      - "-e ALLOW_ANONYMOUS_LOGIN=yes" flag is added to allow unauthorized connection with the zookeeper.
      739f52a1
    • Waleed Akbar's avatar
      Changes in Telemetry · 71a27ab7
      Waleed Akbar authored
      - Created the CRDB secret (`crdb-telemetry`).
      - Updated the IF conditions in the `$COMPONENT` deployment loop within the `tfs.sh` file according to telemetry service requirements.
      - Added the `Telemetryservice.yaml` file to the manifest folder.
      - Updated the CRDB URL in `TelemetryEngine.py`.
      - Made a minor formatting change in `TelemetryModel.py`.
      71a27ab7
  4. 22 Aug, 2024 2 commits
  5. 11 Aug, 2024 3 commits
  6. 10 Aug, 2024 6 commits
  7. 09 Aug, 2024 7 commits
  8. 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
  9. 06 Aug, 2024 5 commits