v.5.128.0#
Changes
-
The "Upgrade manual" section has been renamed to "Migration manual (Upgrade/Downgrade)".
Previously, the documentation only described the upgrade procedure to a new version of LUNA PLATFORM. This section now clearly states that the Storages utility supports both upgrading to a newer version and downgrading to an earlier version.
-
New parameters have been added to the request for getting the number of streams for filtering streams by the following criteria:
- stream ID range (
stream_id__gte,stream_id__lt); - group name and ID (
group_name,group_id); - agent ID (
agent_id).
- stream ID range (
-
A new parameter
resourceshas been added to theget lambda metricsrequest.Now you can select metrics for specific lambda resources, for example:
POST:/mainorGET:/additional/{parameter}. Theresourcesparameter supports listing multiple resources separated by commas.Furthermore, the set of collected metrics has been expanded:
- A new counter metric,
agent_counter_total, with the labelagent_action, has been added for Agent-lambda. It allows you to track the stream lifecycle (start, errors, deletion) and frame processing statistics. - A new counter metric,
tasks_counter_total, with the labeltask_action, has been added for Tasks-lambda. It allows you to track the stages of task processing: splitting into subtasks, their execution, and errors at each stage.
For detailed label values and metric descriptions, see the "Lambda Metrics" section.
- A new counter metric,
Fixed errors
- Fixed an error due to which data on the use of the Face Image Modification estimator estimator was not being recorded in the monitoring system.