Add new allocator.muzzy field to memory-stats reply schema (#13076)

This field was added in #12996 but forgot to add it in json file.
This also causes reply-schemas-validator to fail.
This commit is contained in:
Binbin 2024-02-21 14:35:10 +08:00 committed by GitHub
parent f6785df663
commit 5b9fc46523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,9 @@
"allocator.resident": {
"type": "integer"
},
"allocator.muzzy": {
"type": "integer"
},
"allocator-fragmentation.ratio": {
"type": "number"
},