+ If prometheus should collect code coverage metrics from https://plugins.jenkins.io/coverage plugin. + This option is disabled when coverage plugin is not installed. +
+If prometheus should collect disk usage or not. Disable this if you are using a cloud storage provider. + You can overwrite the default behavior with the environment variable COLLECT_DISK_USAGE. + This field is disabled if the variable is set.
+ If prometheus should collect node status (Up/Down). +
+The default namespace (default value is 'default'). Setting this to an empty value will return the build values as Jenkins metrics. + Note: If you change the namespace the counter metrics will be reset
+ It's possible to disable metrics which are calculated by this plugin. + Disabling metrics results in a smaller prometheus endpoint output which makes the scraping faster. + In case you are not interested in a certain metric you can disable it here +
++ Use with caution! This option generates lots of metrics which can lead to a multitude of errors and/or high resource consumption. + Be sure you know about the consequences and implications before using this option (e.g. Prometheus disk usage)! +
++ Enable per run metrics. This will create metrics for each run of each build including status, startTime, duration, etc. + Make sure your total number of runs in Jenkins is limited by using the "discard old builds" feature. +
+