github phsmith/rundeck_exporter v2.7.0

latest releases: v3.0.2, v3.0.0, v3.0.1...
17 months ago

What's Changed

Added

  • Added the following new arguments:
    • --rundeck.projects.nodes.info - If passed, display Rundeck projects nodes info metrics, currently only the rundeck_project_nodes_total metric is available.
      • Requests for this check are cached as it can cause 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.

Changed

  • Changed the functions request_data_from and cached_request_data_from to request and cached_request, respectively.

Fixed

  • Issue #89, correctly started the project_executions_total variable and also fixed the metric return.

Full Changelog: v2.6.5...v2.7.0

Don't miss a new rundeck_exporter release

NewReleases is sending notifications on new releases.