File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
proto/frequenz/api/common/v1/metrics Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2626 ` METRIC_AC_APPARENT_CURRENT ` -> ` METRIC_AC_CURRENT `
2727 ` METRIC_AC_APPARENT_CURRENT_PHASE_[1|2|3] ` -> ` METRIC_AC_CURRENT_PHASE_[1|2|3] `
2828
29+ - Metrics for Total Harmonic Distortion have been un-abbreviated:
30+ ` METRIC_AC_THD_CURRENT ` -> ` METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT `
31+ ` METRIC_AC_THD_CURRENT_PHASE_[1|2|3] ` -> ` METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT_PHASE_[1|2|3] `
32+
2933## New Features
3034
3135- Added a ` Frequenz.api.common.v1.types.Decimal ` type, compatible with
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ enum Metric {
129129 METRIC_AC_REACTIVE_ENERGY_PHASE_3 = 70 ;
130130
131131 // AC harmonics
132- METRIC_AC_THD_CURRENT = 80 ;
133- METRIC_AC_THD_CURRENT_PHASE_1 = 81 ;
134- METRIC_AC_THD_CURRENT_PHASE_2 = 82 ;
135- METRIC_AC_THD_CURRENT_PHASE_3 = 83 ;
132+ METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT = 80 ;
133+ METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT_PHASE_1 = 81 ;
134+ METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT_PHASE_2 = 82 ;
135+ METRIC_AC_TOTAL_HARMONIC_DISTORTION_CURRENT_PHASE_3 = 83 ;
136136
137137 // General BMS metrics.
138138 METRIC_BATTERY_CAPACITY = 101 ;
You can’t perform that action at this time.
0 commit comments