This commit is contained in:
Xiaoxi Wang 2020-08-25 00:42:04 +00:00
commit 9011ee6f57
2 changed files with 12 additions and 5 deletions

View File

@ -319,7 +319,7 @@
"count" : 0
},
"manual" : {
"count" : 1
"count" : 0
},
"recommend" : {
"busy_read" : 0,

View File

@ -341,11 +341,18 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
"batch_released_transactions_per_second":0,
"released_transactions_per_second":0,
"throttled_tags":{
"auto":{
"count":0
"auto" : {
"busy_read" : 0,
"busy_write" : 0,
"count" : 0
},
"manual":{
"count":0
"manual" : {
"count" : 0
},
"recommend" : {
"busy_read" : 0,
"busy_write" : 0,
"count" : 0
}
},
"limiting_queue_bytes_storage_server":0,