Releases: phsmith/rundeck_exporter
Releases · phsmith/rundeck_exporter
v2.8.3
v2.8.2
v2.8.1
v2.8.0
v2.7.1
What's Changed
- Fix security issue by avoiding running container as root in Dockerfile by @nataliagranato in #92
- Improve docker build and publish actions workflow by @phsmith in #93
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
Added
- Added the following new arguments:
--rundeck.projects.nodes.info
- If passed, display Rundeck projects nodes info metrics, currently only therundeck_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.
- Defaults to
--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
andcached_request_data_from
torequest
andcached_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
v2.7.0-beta1
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
v2.6.5
v2.6.4
What's Changed
- Add option for external secrets in helm chart by @langesven in #79
- Shift annotations and probes to correct positions by @langesven in #80
- Extend exporter ACL policy by @langesven in #81
- Add new arg --no_checks_in_passive_mode by @phsmith in #84
New Contributors
- @langesven made their first contribution in #79
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- Added Helm Chart by @nataliagranato in #76
- Fixed #77, removed VERSION file and keep version in the app.
New Contributors
- @nataliagranato made their first contribution in #76
Full Changelog: v2.6.2...v2.6.3