Fixed query millis duration desc (#14332)

This commit is contained in:
Onkar Ravgan 2023-12-11 17:40:54 +05:30 committed by GitHub
parent c16da9a52a
commit d5ece87766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
"type": "boolean" "type": "boolean"
}, },
"duration": { "duration": {
"description": "How long did the query took to run in seconds.", "description": "How long did the query took to run in milliseconds.",
"type": "number" "type": "number"
}, },
"users": { "users": {

View File

@ -53,7 +53,7 @@
"default": null "default": null
}, },
"duration": { "duration": {
"description": "How long did the query took to run in seconds.", "description": "How long did the query took to run in milliseconds.",
"type": "number" "type": "number"
}, },
"users": { "users": {

View File

@ -59,7 +59,7 @@
"type": "string" "type": "string"
}, },
"duration": { "duration": {
"description": "How long did the query took to run in seconds.", "description": "How long did the query took to run in milliseconds.",
"type": "number" "type": "number"
} }
}, },

View File

@ -52,7 +52,7 @@
"type": "string" "type": "string"
}, },
"duration": { "duration": {
"description": "How long did the query took to run in seconds.", "description": "How long did the query took to run in milliseconds.",
"type": "number" "type": "number"
} }
}, },