Resolve: "Unable to correctly extract the aggregation function names from the dictionary received as parameters in the Analyzer message"
Merged
requested to merge feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as into develop
- Oct 07, 2024
-
-
ssh://gifrerenom_labs.etsi.org/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as
-
- Sep 26, 2024
-
-
Waleed Akbar authored
Merge branch 'develop' into feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as
-
Waleed Akbar authored
-
- Sep 24, 2024
-
-
Waleed Akbar authored
Merge branch 'develop' into feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as
-
- Sep 20, 2024
-
-
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.
-
Waleed Akbar authored
- Removed `AnalyzerAlarms` from the proto file. - Moved Alarms functionality from Analytics Frontend to KpiValueAPI.
-
Waleed Akbar authored
- "FAIL" is changed to "FALL" in Spark streamer. - start() was missing in RequestListener call. - updated test file in KpiValueAPI
-
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.
-
Waleed Akbar authored
- Added the `GetKpiAlarms` method and `KpiAlarm` message in the proto file. - Updated the client to handle the `GetKpiAlarms` method call. - Implemented the `GetKpiAlarms` method (ResponseListener). - Updated `ConvertValueToKpiValueType` to properly convert the value to the gRPC `KpiValueType` message. - Updated test and messages files.
-
Waleed Akbar authored
- Added `AnalyzerAlarms` message type in the Proto file. - Changed the return type of `StartAnalyzer` to `AnalyzerAlarms`.
-
- Sep 19, 2024
-
-
Waleed Akbar authored
- Corrected the name of `install_servicers()`. - Removed `stop_event` from the `RequestedListener` call. - Spark Streamer now writes to the `ALARMS` topic. - Improved messages and test files.
-
Waleed Akbar authored
- Added `KpiValue` message type in `AnalyticsFrontend.proto`. - Changed `StartAnalyzer` response type from message to stream. - Added `StartResponseListener()` call and response handler in the `StartAnalyzer` method. - Implemented `ConvertValueToKpiValueType` to handle `OneOf` type conversion. - Added tests to handle stream responses.
-
- Sep 17, 2024
-
-
Waleed Akbar authored
-
Waleed Akbar authored
- The `split` method has been added to correctly extract the aggregation method name from the dictionary.
-