Skip to content

OVIS-3.4.7

Compare
Choose a tag to compare
@narategithub narategithub released this 12 Jul 21:08
· 2696 commits to main since this release

Changes in 3.4.7 since 3.4.6

FEATURE ADDS:

  • Made rate computation in sysclassib optional.
  • Added options to csv store to define uid/gid/perm at file create time.
  • Include timezone offset in ldms_ls output date stamps.
  • Extended gender options with ldmsd_idsuffix and ldmsd_id.

BUG FIXES:

  • Fixed rate computation in sysclassib so that reset-drops appear as negative rates. Before they appeared as large random numbers.
  • Fixed computation of host component ids in systemd scripts to account for fixed width (leading 0) integer fields in hostnames.
  • Fixed exclusion of 0 and uid/gid > 65536 on csv uid/gid options.
  • Detect and log once certain schema name conflicts at store_csv and store_rabbitkw. When the first instance of a schema name is larger than the second to hit the store, missing metrics are detectable. The reverse is not true, and data mislabelling may occur in this case.
  • Better logging of store_rabbitkw issues.
  • Fixed opa2 sampler log message priority.(error -> info)
  • Fixed incorrect (excess) detection of comments in config parameter names containing #.
    A # following whitespace or beginning a line begins a comment.