Filter which metrics option?
MrDibbley opened this issue ยท 2 comments
MrDibbley commented
is it possible to restrict what metrics are gathered, for example i do not need datastore and guest stats so could the config file have something like this ๐
cpu = true
memory = true
guest = false
host = true
cluster = true
datastore = false
syepes commented
At the moment no, it collects all metrics without any discretion. This has however been a feature I would like to add but have had no free time for this.
syepes commented
@MrDibbley With the last version 1.6.2 you can more of less filter metrics per source type using the setting vcs.collectors
7c8e7a0
Next time I will also add the possibility to select the actual metric