Skip to content
Discussion options

You must be logged in to vote

@j3cky , the stats collector cannot be disabled (needs code change). database.server.stats.interval is an interval between collection of statistics about the DB. It can be adjusted to not keep any historic data by setting database.server.stats.retention to 1. It should not safe anything to the DB.
Look for other settings with .retention. in the name for other data. vm.stats.max.retention.time is the one you seem to be looking for. Note however that data will be added anyway.
look at vm.disk.stats.interval to disable it, but I am not sure if your stats will be output to the uri in that case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kiranchavala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants