You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change type of metrics.MetricSample.connection field (#372)
This commit changes the type of the `metrics.MetricSample.connection`
field from `string` to a new message type `metrics.MetricConnection`.
This change allows for better categorization of the connection type,
which can be useful in control and monitoring applications. The new
`MetricConnection` message includes a `MetricConnectionCategory` enum
that categorizes the connection type (e.g., battery, PV array,
temperature`s), and a `name` field that can be used to identify the
specific connection point from which the metric was obtained.
closes#258
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@
73
73
74
74
- The file `location.proto` has been moved to the `types` package, moving the message `Location` to `types.Location`.
75
75
76
+
- The type of the field `metrics.MetricSample.connection` has been changed from `string` to `metrics.MetricConnection`. The latter is a newly added message that provides a better categorization of the connection type.
0 commit comments