Skip to content

Commit

Permalink
docs: Add release note about expiring internal metrics (#14338)
Browse files Browse the repository at this point in the history
* docs: Add release note about expiring internal metrics

* Fix option name

* Flesh out description for `expire_metrics`

Signed-off-by: Jesse Szwedko <[email protected]>

* Remove additional references to internal_metrics_secs

Signed-off-by: Jesse Szwedko <[email protected]>

Signed-off-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
  • Loading branch information
bruceg and jszwedko authored Sep 12, 2022
1 parent 9d9e33d commit 28113af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/cue/reference/releases/0.24.0.cue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ releases: "0.24.0": {
- A new `opentelemetry` source to receive input from OpenTelemetry collectors and SDKs. Only
logs are supported in this release, but support for metrics and traces are in-flight.
An `opentelemetry` sink will follow.
- Support for expiring high cardinality internal metrics through the global `expire_metrics`
(will be replaced by `expire_metrics_secs` in 0.24.1). This can alleviate issues with
Vector using increased memory over time. For now it is opt-in, but we may make this the
default in the future.
Note that this release has a backwards incompatible data model change that users of the
`vector` sink and disk buffers should be aware of while upgrading. See the [note in the
Expand Down

0 comments on commit 28113af

Please sign in to comment.