Author: mreutegg
Date: Wed Aug 21 07:20:07 2019
New Revision: 1865602

URL: http://svn.apache.org/viewvc?rev=1865602&view=rev
Log:
OAK-8564: Add metric for MongoDB total and used disk space

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/metrics.md

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/metrics.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/metrics.md?rev=1865602&r1=1865601&r2=1865602&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/metrics.md 
(original)
+++ 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/metrics.md 
Wed Aug 21 07:20:07 2019
@@ -296,6 +296,8 @@ MongoDB.settings.count | The number of d
 MongoDB.settings.size | The total size of the documents in the `settings` 
collection without indexes. | bytes |
 MongoDB.settings.storageSize | The total amount of storage allocated to the 
`settings` collection. This value may be smaller than `size` because MongoDB 
uses compression when it stores documents on disk. | bytes |
 MongoDB.settings.totalIndexSize | The total size of all indexes in the 
`settings` collection. | bytes |
+MongoDB.fsUsedSize | Disk space in use on the partition where MongoDB stores 
data. Since 1.18. | bytes |
+MongoDB.fsTotalSize | Disk capacity on the partition where MongoDB stores 
data. Since 1.18.| bytes |
 
 ## Monitoring
 


Reply via email to