You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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