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
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: website/cue/reference/releases/0.49.0.cue
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ releases: "0.49.0": {
17
17
- The `http` sink's `uri` and `request.headers` config fields now support templating, enabling dynamic construction based on event data.
18
18
- The `--watch-config` flag now also watches for changes in enrichment table files.
19
19
- Fixed a race condition that could cause negative values in the `vector_buffer_byte_size` and `vector_buffer_events` gauges.
20
+
- The `prometheus_remote_write` sink now offers a `expire_metrics_secs` config option. This fixes an issue where incremental metrics were preserved for the lifetime of Vector's runtime causing indefinite memory growth.
0 commit comments