v0.53.0
·
176 commits
to master
since this release
The COSE team is excited to announce version 0.53.0! 🚀
Release highlights
- Functions to access internal Vector metrics are now available for VRL:
get_vector_metric,find_vector_metrics, andaggregate_vector_metrics. You are now able to fetch snapshots of the metrics that are updated everymetrics_storage_refresh_period. - The
clickhousesink now supports thearrow_streamformat option, enabling high-performance binary data transfer using Apache Arrow IPC. This provides significantly better performance and smaller payload sizes compared to JSON-based formats. - Added a new
dorissink for sending log data to Apache Doris databases using the Stream Load API. - Added
syslogcodec for encoding Vector events to Syslog format. RFC5424 and RFC3164 are supported. - Added moving-mean gauges for source and transform buffers (
source_buffer_utilization_meanandtransform_buffer_utilization_mean), so observers can track an exponentially weighted moving average (EWMA) of buffer utilization in addition to the instant level.
👉 This release contains several more enhancements, bug fixes and breaking changes. View the full changelog here.