Skip to content

RecordMeasurementRequest

Purpose

Add a measurement performed by an engine to the measurement database.

Type

Reception:

RecordMeasurementRequestV1

Records with fields:

The query that needs to be executed to record the measurement in the database.

Triggers

RecordMeasurementResponseV1

Records with fields:

The query that needs to be executed to record the measurement in the database.

The success of the operation, indicating that the KV-pair was deleted successfully or not.

Behavior

Adds a measurement performed by an engine to the measurement database.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Measurement Engine: RecordMeasurementRequest
Measurement Engine -->>- Any Local Engine: RecordMeasurementResponse
%% --8<-- [end:sequence]