Skip to content

SubscribeMeasurementResponse

Purpose

After subscribed to a measurement key in the dynamic configuration KV-store to get notified when the corresponding value changes, return a response.

Type

Reception:

SubscribeMeasurementResponseV1

Records with fields:

The measurement query the subscriber is now subscribed to.

The success of the operation, indicating that the subscription attempt succeeded or failed.

The wall clock time of the moment that the subscriber was subscribed to this query.

Triggers

Behavior

Replies with a status after subscribed to a query from the measurement database to monitor value changes.

Message Flow

sequenceDiagram

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