Vector v0.24.1 release notes
Upgrading Vector
When upgrading, we recommend stepping through minor versions as
these can each contain breaking changes while Vector is pre-1.0.
These breaking changes are noted in their respective upgrade
guides.
This patch release contains a few fixes for regressions in 0.24.0.
Note: Please see the release notes for v0.24.0 for additional changes if upgrading from
v0.23.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
4 bug fixes
- The new
host_metricsmetrics for physical and logical CPU counts were moved to their own new gauges:logical_cpusandphysical_cpus. - The
httpsink again acceptsmetricsandtracesas events depending on the configured codec. This was a regression in behavior in 0.23.0 where it was incorrectly restricted. - The newly added
expire_metricsoption was corrected to be namedexpire_metrics_secsto match other configuration options. It was also corrected to take a fractional number of seconds whereexpire_metricsrequired configuration of the number of seconds and nanoseconds separately. - Internal metrics as reported by
vector topand some sinks, likefile, was corrected by reverting the internal metrics registry to again use absolute values.