Redexporter (Redmine exporter) – is a plugin for project management system Redmine.
Allows you expose Redmine metrics to Prometheus.

  • Compatibility
  • Redmine: 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
  • Ruby: 2.3.4p301
  • Rails: 4.2.8
  • Database: SQLite, MySQL
  • OS: Linux, OS X, Windows
  • Browsers: Chrome, Safari, Internet Explorer, Firefox
  • Capability
  • load_average_one_minute Load average for last minute.
  • disk_total_bytes Number of total bytes for the file system.
  • disk_used_bytes Number of used bytes for the file system.
  • disk_free_bytes Number of free bytes for the file system.
  • cpu_usage Cpu usage in percent.
  • redmine_files_bytes How much bytes redmine/files folder consume.
  • redmine_sessions_count Number of sessions in the Redmine.
  • redmine_user_count Number of users in the Redmine.
  • redmine_all_issues_count Count of all issues in the Redmine.
  • redmine_closed_issues_count Count of all closed issues in the Redmine.

Redexporter 0.0.2 for Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x
sha256: 29b3b35748e34b444bcf5c91ed374c1f4a9128e2e416794e53617387b7e1a85e

# cd redmine/plugins
# wget https://noshutdown.ru/download/1714/redexporter.zip
# unzip redexporter.zip
# cd ../
# bundle install --without development test
# rake redmine:plugins:migrate RAILS_ENV=production

  • Version: 0.0.2 (03.09.2018)
    • Fixed error incorrect output of metrics
  • Version: 0.0.1 (02.09.2018)
    • Compatibility (Tested)
      • Redmine: 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
      • Ruby: 2.3.4p301
      • Rails: 4.2.7.1
      • Database: SQLite, MySQL
      • OS: Linux, OS X, Windows
      • Browsers: Chrome, Safari, Internet Explorer, Firefox
    • Capability
      • load_average_one_minute Load average for last minute.
      • disk_total_bytes Number of total bytes for the file system.
      • disk_used_bytes Number of used bytes for the file system.
      • disk_free_bytes Number of free bytes for the file system.
      • cpu_usage Cpu usage in percent.
      • redmine_files_bytes How much bytes redmine/files folder consume.
      • redmine_sessions_count Number of sessions in the Redmine.
      • redmine_user_count Number of users in the Redmine.
      • redmine_all_issues_count Count of all issues in the Redmine.
      • redmine_closed_issues_count Count of all closed issues in the Redmine.