We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae8446 commit d35be57Copy full SHA for d35be57
1 file changed
proto/frequenz/api/reporting/v1/reporting.proto
@@ -195,7 +195,7 @@ message SimpleAggregatedMetricValue {
195
// `Metrics` message to specify the `VOLTAGE` metric and set `connections` to `["dc_battery_1"]`
196
// for the DC string connected to a battery.
197
//
198
-// ```json
+// ```
199
// {
200
// "metric": "VOLTAGE",
201
// "connections": ["dc_battery_1"]
@@ -227,7 +227,7 @@ message MetricConnections {
227
// !!! example
228
// For a metric that can come from multiple DC strings in a PV array, you might specify:
229
230
- // ```json
+ // ```
231
232
// "connections": ["dc_string_1", "dc_string_2"]
233
// }
0 commit comments