Skip to content

Releases: phsmith/rundeck_exporter

v2.2.0

28 Nov 14:32
1687d27
Compare
Choose a tag to compare

Fix issue Last Run #5 - Merged @h4wkmoon patch that adds rundeck_project_start_timestamp metric

v2.1.0

04 Nov 04:58
Compare
Choose a tag to compare
  • Fix issue Long Running Jobs #2 - Add metric rundeck_project_execution_duration_seconds
  • Fix issue Project executions metrics not show all jobs info #4
  • Add pull request fix order labels and values the same way in execution metrics #3

v2.0.0

11 Aug 13:14
Compare
Choose a tag to compare

Major changes:

  • Fix json response validation
  • Add param --rundeck.projects.executions.cache and env RUNDECK_PROJECTS_EXECUTIONS_CACHE
  • Add counter metrics rundeck_services_[services,controllers,api,web]_total
  • Remove all gauge metrics rundeck_[services,controllers,api,web]...{type="..."}
  • Remove metrics rundeck_system_stats_[cpu,memory,uptime_duration]...
  • Remove param --rundeck.token. Need RUNDECK_TOKEN env now.
  • Remove param --rundeck.projects.executions.limit
  • Remove rundeck_node label from all metrics
  • Change rundeck_project_executions_info metrics to rundeck_project_status{job_id=...,job_name=...,project_name=...,status=....}

v1.2.0

06 Aug 13:01
Compare
Choose a tag to compare
  • Add new params:
    • --debug: Enable debug mode
    • --rundeck.projects.executions: Get projects executions metrics
    • --rundeck.projects.filter: Get executions only from listed projects (delimiter = space)
    • --rundeck.projects.executions.limit: Limit project executions metrics query. Default: 20
    • --rundeck.cached.requests.ttl: Rundeck cached requests (by now, only for rundeck.projects.executions) expiration time. Default: 120
  • Add code improvements
  • Add cachetools to pip install on Dockerfile
  • Add logging module to replace print calls
  • Add better error handling
  • Change args location, now located at class RundeckMetricsCollector

v1.1.1

24 Sep 19:04
Compare
Choose a tag to compare
Fixed metrics collection bug

v1.1.0

24 Sep 19:07
Compare
Choose a tag to compare
New method exit_with_msg to manage exit mesages and codes

v1.0.0

24 Sep 19:08
131f7f4
Compare
Choose a tag to compare
Update README.md