Skip to content

Commit

Permalink
Fixed query millis duration desc (#14332)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarVO7 authored Dec 11, 2023
1 parent c16da9a commit d5ece87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"type": "boolean"
},
"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"
},
"users": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"default": null
},
"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"
},
"users": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "string"
},
"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"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "string"
},
"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"
}
},
Expand Down

0 comments on commit d5ece87

Please sign in to comment.