Skip to content

Commit 8c7bf33

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Report memory_used_mb for queries/mutations to axiom/mcp (#41820)
GitOrigin-RevId: e33c4f8a2d1c650e2a68c1db99158bd2819e4ff9
1 parent 445ae73 commit 8c7bf33

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

function-logs-openapi.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -362,17 +362,10 @@
362362
"storageReadBytes",
363363
"storageWriteBytes",
364364
"vectorIndexReadBytes",
365-
"vectorIndexWriteBytes"
365+
"vectorIndexWriteBytes",
366+
"memoryUsedMb"
366367
],
367368
"properties": {
368-
"actionMemoryUsedMb": {
369-
"type": [
370-
"integer",
371-
"null"
372-
],
373-
"format": "int64",
374-
"minimum": 0
375-
},
376369
"databaseReadBytes": {
377370
"type": "integer",
378371
"format": "int64",
@@ -388,6 +381,11 @@
388381
"format": "int64",
389382
"minimum": 0
390383
},
384+
"memoryUsedMb": {
385+
"type": "integer",
386+
"format": "int64",
387+
"minimum": 0
388+
},
391389
"storageReadBytes": {
392390
"type": "integer",
393391
"format": "int64",

0 commit comments

Comments
 (0)