Skip to content

Commit cf9c939

Browse files
Add a comment to clarify using metric samples in SensorData
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 8b67439 commit cf9c939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proto/frequenz/api/common/v1/microgrid/sensors/sensors.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ message SensorData {
206206
uint64 sensor_id = 1;
207207

208208
// List of measurements for a metric of the specific microgrid sensor.
209+
//
210+
// Note that these metric samples will not necessarily contain bounds, since
211+
// bounds are required for control operations, which are not applicable to
212+
// sensors.
209213
repeated frequenz.api.common.v1.metrics.MetricSample metric_samples = 2;
210214

211215
// List of states of a specific microgrid sensor.

0 commit comments

Comments
 (0)