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
Copy file name to clipboardExpand all lines: openapiv2/api/device.swagger.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1341,6 +1341,10 @@
1341
1341
"$ref": "#/definitions/commonMetricDataset"
1342
1342
},
1343
1343
"description": "Datasets."
1344
+
},
1345
+
"kind": {
1346
+
"$ref": "#/definitions/commonMetricKind",
1347
+
"description": "Kind."
1344
1348
}
1345
1349
}
1346
1350
},
@@ -1361,6 +1365,16 @@
1361
1365
}
1362
1366
}
1363
1367
},
1368
+
"commonMetricKind": {
1369
+
"type": "string",
1370
+
"enum": [
1371
+
"COUNTER",
1372
+
"ABSOLUTE",
1373
+
"GAUGE"
1374
+
],
1375
+
"default": "COUNTER",
1376
+
"description": " - COUNTER: Incrementing counters that never decrease (these are not reset on each reading).\n - ABSOLUTE: Counters that do get reset upon reading.\n - GAUGE: E.g. a temperature value."
Copy file name to clipboardExpand all lines: openapiv2/api/gateway.swagger.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -606,6 +606,10 @@
606
606
"$ref": "#/definitions/commonMetricDataset"
607
607
},
608
608
"description": "Datasets."
609
+
},
610
+
"kind": {
611
+
"$ref": "#/definitions/commonMetricKind",
612
+
"description": "Kind."
609
613
}
610
614
}
611
615
},
@@ -626,6 +630,16 @@
626
630
}
627
631
}
628
632
},
633
+
"commonMetricKind": {
634
+
"type": "string",
635
+
"enum": [
636
+
"COUNTER",
637
+
"ABSOLUTE",
638
+
"GAUGE"
639
+
],
640
+
"default": "COUNTER",
641
+
"description": " - COUNTER: Incrementing counters that never decrease (these are not reset on each reading).\n - ABSOLUTE: Counters that do get reset upon reading.\n - GAUGE: E.g. a temperature value."
0 commit comments