Skip to content

SubscribeMeasurementRequest

Purpose

Subscribe to a measurement key in the dynamic configuration KV-store to get notified when the corresponding value changes.

Type

Reception:

SubscribeMeasurementRequestV1

Records with fields:

The measurement query the subscriber wants to subscribe to from the measurement database.

Triggers

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.

Behavior

Subscribes 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]