We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ae73 commit 8c7bf33Copy full SHA for 8c7bf33
function-logs-openapi.json
@@ -362,17 +362,10 @@
362
"storageReadBytes",
363
"storageWriteBytes",
364
"vectorIndexReadBytes",
365
- "vectorIndexWriteBytes"
+ "vectorIndexWriteBytes",
366
+ "memoryUsedMb"
367
],
368
"properties": {
- "actionMemoryUsedMb": {
369
- "type": [
370
- "integer",
371
- "null"
372
- ],
373
- "format": "int64",
374
- "minimum": 0
375
- },
376
"databaseReadBytes": {
377
"type": "integer",
378
"format": "int64",
@@ -388,6 +381,11 @@
388
381
389
382
"minimum": 0
390
383
},
384
+ "memoryUsedMb": {
385
+ "type": "integer",
386
+ "format": "int64",
387
+ "minimum": 0
+ },
391
"storageReadBytes": {
392
393
0 commit comments