We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a feature request kicks off a discussion.
Hello,
I would like to add FsUsedSize and FsTotalSize to dbDataStats for mongodb input. These values are present in db.stats() (tested on mongo 4.0.x)
FsUsedSize
FsTotalSize
dbDataStats
db.stats()
4.0.x
uu:ROLE> db.stats() { "db" : "awesome", "collections" : 4, "views" : 0, "objects" : 55025651, "avgObjSize" : 2940.6856609684546, "dataSize" : 55881708978, "storageSize" : 99163236352, "numExtents" : 0, "indexes" : 22, "indexSize" : 9695956992, "fsUsedSize" : 314493155328, "fsTotalSize" : 622017689600, "ok" : 1, "operationTime" : Timestamp(1000000005, 6), "$clusterTime" : { "clusterTime" : Timestamp(1000000005, 6), "signature" : { "hash" : BinData(0,"foo="), "keyId" : NumberLong("bar") } } }
Values are not retrieved.
Have
mongodb_db_stats_fs_total_size
mongodb_db_stats_fs_used_size
I would like to monitor disk space usage on my instance.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
Hello,
I would like to add
FsUsedSize
andFsTotalSize
todbDataStats
for mongodb input. These values are present indb.stats()
(tested on mongo4.0.x
)Current behavior:
Values are not retrieved.
Desired behavior:
Have
mongodb_db_stats_fs_total_size
mongodb_db_stats_fs_used_size
Use case:
I would like to monitor disk space usage on my instance.
The text was updated successfully, but these errors were encountered: