Skip to content

v2.7.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@phsmith phsmith released this 02 Apr 18:07

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 the rundeck_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.
  • --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