Skip to content

v0.23.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 16:50
· 20 commits to main since this release
c717ca4

Added

  • Introduced logrotate_fs, a sub-generator of file_gen that exposes a FUSE
    filesystem to mimic log rotation. Accurately records bytes lost by readers via
    rotation.

Fixed

  • The target metrics prometheus parser now handles labels that have spaces in
    them rather than incorrectly identifying the metric value.
  • Prometheus target metrics scraper will no longer panic if a metric has an
    invalid value (instead it will be logged)
  • HTTP traffic sent by the HTTP generator and Splunk generator now always includes
    a Host header to comply with HTTP 1.1 requirements