etcd/Documentation/dev-guide/apispec/swagger
Iwasaki Yudai 6b775cd786 *: Add dbSizeInUse to StatusResposne
Existing dbSize shows physically allocated DB size and the backend
(boltdb) won't shrink it after a compaction until a user runs the defrag command.
The new dbSizeInUse shows the DB size that excludes free pages created
by compactions so that users can see the actual DB usage. dbSize >=
dbSizeInUse is always true.
Note that dbSizeInUse shows a page-based size and not byte level usage.
2018-02-01 12:15:23 -08:00
..
rpc.swagger.json *: Add dbSizeInUse to StatusResposne 2018-02-01 12:15:23 -08:00
v3election.swagger.json *: regenerate proto, swagger specs 2017-11-15 01:22:09 -08:00
v3lock.swagger.json *: regenerate proto, swagger specs 2017-11-15 01:22:09 -08:00