Skip to content
Snippets Groups Projects
  1. Sep 25, 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 Analytics and KpiValueAPI: · 1e232b2a
      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.
      1e232b2a
  4. Sep 13, 2024
    • 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
  5. 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
  6. Aug 27, 2024
  7. 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
  8. Aug 09, 2024
  9. Aug 06, 2024
  10. Aug 02, 2024
  11. Aug 01, 2024
  12. Jul 31, 2024
  13. Jul 30, 2024
  14. Jul 25, 2024
  15. Jul 24, 2024
  16. Jul 15, 2024
  17. Jul 12, 2024
  18. Apr 18, 2024
  19. Dec 15, 2023
    • Lluis Gifre Renom's avatar
      NBI Component - IETF Network plugin: · 45b36504
      Lluis Gifre Renom authored
      - Added missing YANG data models
      - Updated build-yang-bindings.sh script
      - Corrected unitary test test_ietf_network.py
      - Reorganized message composer scripts
      - Removed unneeded code files
      - Implemented composition of nodes, links, termination points, and networks
      - Implemented manual fixes for what pyangbind does not support
      - Added NameMapping class to cache entity names
      45b36504
  20. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  21. Jan 13, 2023
    • Lluis Gifre Renom's avatar
      Common: · 692fc03e
      Lluis Gifre Renom authored
      - Added backend for NATS message broker
      - removed unneeded test script
      692fc03e
  22. Feb 16, 2022
  23. Nov 04, 2021
  24. Sep 23, 2021
  25. Jul 16, 2021
    • Lluis Gifre Renom's avatar
      Added testunit example: · 98fc013f
      Lluis Gifre Renom authored
      - monitoring/test_monitoring.py: provides a basic testing skeleton
      - monitoring/requirements.in/.txt: updated with pytest
      - monitoring/genproto.py: added instructions to import generated Python modules using "from . import ..." instead of "import ..."; otherwise, pytest and other possible modules doing imports might complain.
      - monitoring/monitoring_server.py: packed start_server and stop_server functionaity to simplify test definition, minor formattings, bug resolutions and improvements in package import.
      - monitoring/monitoring_client.py: minor formattings, bug resolutions, and improvements in package import.
      98fc013f
  26. Jun 14, 2021
  27. Jun 11, 2021
Loading