Skip to content

Commit 2e451ed

Browse files
Add metrics variants for inverter temperatures
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 1ee12f7 commit 2e451ed

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
the source of the metric, in case different sensors in component report
1515
metrics with the same `Metric` variant.
1616

17+
- Added 3 new metric variants for inverter temperatures:
18+
- `METRIC_INVERTER_TEMPERATURE_CABINET`
19+
- `METRIC_INVERTER_TEMPERATURE_HEATSINK`
20+
- `METRIC_INVERTER_TEMPERATURE_TRANSFORMER`
21+
1722
## Bug Fixes
1823

1924
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

proto/frequenz/api/common/v1/metrics/metric_sample.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ enum Metric {
138138

139139
// General inverter metrics.
140140
METRIC_INVERTER_TEMPERATURE = 120;
141+
METRIC_INVERTER_TEMPERATURE_CABINET = 121;
142+
METRIC_INVERTER_TEMPERATURE_HEATSINK = 122;
143+
METRIC_INVERTER_TEMPERATURE_TRANSFORMER = 123;
141144

142145
// EV charging station metrics.
143146
METRIC_EV_CHARGER_TEMPERATURE = 140;

0 commit comments

Comments
 (0)