v2.7.0-beta1
Pre-release
Pre-release
What's Changed
Issue #87, the following new arguments have been added to try to reduce the CPU load:
--rundeck.projects.nodes.info
- If passed, display Rundeck projects nodes info metrics, currently only therundeck_project_nodes_total
metric is available.- This check can cause a high CPU load depending on the number of projects.
--threadpool_max_workers
- The maximum number of workers in the threadpool to run rundeck_exporter asynchronous checks.- Defaults to
(number of CPUs) + 4
, which may be too much on a server running other services.
- Defaults to
--rundeck.requests.timeout
- The maximum number of seconds that requests to the Rundeck API should timeout.- Defaults to 30.
Full Changelog: v2.6.5...v2.7.0-beta1