GitHub user DaanHoogland added a comment to the discussion: vm stat and host stat
@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. GitHub link: https://github.com/apache/cloudstack/discussions/12065#discussioncomment-14959906 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
