File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
proto/frequenz/api/common/v1/metrics Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments