Skip to content

Commit

Permalink
Merge pull request #17877 from tjungblu/17872_status
Browse files Browse the repository at this point in the history
add quota to endpoint status response
  • Loading branch information
ahrtr authored May 3, 2024
2 parents 3d4d4a0 + bdcff24 commit 13c0f75
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 286 deletions.
5 changes: 5 additions & 0 deletions Documentation/dev-guide/apispec/swagger/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,11 @@
"storageVersion": {
"type": "string",
"description": "storageVersion is the version of the db file. It might be get updated with delay in relationship to the target cluster version."
},
"dbSizeQuota": {
"type": "string",
"format": "int64",
"title": "dbSizeQuota is the configured etcd storage quota in bytes (the value passed to etcd instance by flag --quota-backend-bytes)"
}
}
},
Expand Down
Loading

0 comments on commit 13c0f75

Please sign in to comment.