Skip to content

Latest commit

 

History

History
226 lines (186 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

226 lines (186 loc) · 20.5 KB

Change Log

v2.1.6 (2023-05-24)

  • Provide LNET metrics for Lustre version 2.12#31
  • Improve error handling if file paths are invalid for sources
  • Update of RPM build script

v2.1.5 (2022-09-22)

  • Add support for parentheses in jobids
  • Improve readability of regex for jobids

v2.1.4 (2022-09-01)

  • Remove user check for root and sudo
  • Refactor lctl get_param execution for changelog users
  • Export Jobstats for kworker #26
  • Add logging to file option
  • Add creation of prometheus log directory for systemd unit
  • Move remaning metrics for Lustre 2.12 from procfs to sysfs #7
  • Update loadSources() for returning multiple errors in a list

v2.1.3 (2022-01-24)

  • Add Docker build container
  • Remove depencency to Promu
  • Use go.mod tool
  • Use logrus for logging
  • Skip jobstat blocks with empty job_id field set
  • Simplify regex for capturing jobids

v2.1.2 (2021-12-10)

  • Update jobid regex pattern for less restrivtive parsing

v2.1.1 (2021-11-04)

  • Add new LCTL source
  • Implement changelog processing
  • Add function for capturing job stats with regex

v2.1.0 (2021-03-05)

Full Changelog

Closed issues:

v2.0.0 (2017-12-05)

Full Changelog

Closed issues:

  • can not get like lustre_capacity_kilobytes in mds node #125
  • lustre_exporter crash after query from cURL #110

Merged pull requests:

v1.1.0 (2017-11-28)

Full Changelog

Closed issues:

  • Replace govendor with dep #127

Merged pull requests:

v1.0.0 (2017-11-16)

Full Changelog

Implemented enhancements:

  • Introduce "Core" and "Extended" as flag concepts #116

Closed issues:

  • Feature request: Switch to kingpin #120
  • Feature request: -collector Options #119
  • client: label dimensions inconsistent with previously collected metrics in the same metric family #100

Merged pull requests:

v1.0.0-rc.1 (2017-07-31)

Full Changelog

Implemented enhancements:

  • Ignored command line flags? #109

Closed issues:

  • Convert internal representations to floating point values #111
  • RPC and console metrics names #96
  • Cases exist where type label is unpopulated for some client stats #94
  • Test interface FS #93
  • Argument ordering inconsistent between stats and job_stats methods #89
  • Make stats and job_stats patterns the same #88
  • Change kilobytes_* metrics to *_kilobytes #76
  • inode metrics #72
  • Add lnet statistics #70
  • Add client statistics #69
  • /proc/fs/lustre/sptlrpc/encrypt_page_pools stats #68
  • Missing ldlm pool stats? #67
  • Converge md_stats and some job_stats statistics into a single metric #64
  • Missing md_stats from code #62
  • build user not parsing correctly #56
  • Semantic Versioning and CHANGELOG.md #55
  • Normalize size labels #50
  • Lowercase labels for metrics #49
  • Fix help text for obdfilter/*/brw_size #48
  • Convert counters to gauges where applicable #47
  • /proc/fs/lustre/health_check #46
  • Bring metric names in compliance with prometheus standards #16

Merged pull requests:

v0.01.0 (2017-05-03)

Closed issues:

  • Add data from mdt/* #27
  • Correct label values #25
  • Refactor metric enumeration #24
  • All metrics trailing a 'stats' file are missing #19
  • Ensure that all existing code handles cases of missing data with graceful partial failure #17
  • Metrics with 'lustre_lustre_" prefix #11

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator