From e8c6252c6128db455f079e33caf8b0d32f5c11e6 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 25 Sep 2024 14:12:38 +0100 Subject: [PATCH] Add v1.4 breaking changes to release notes (#1753) (cherry picked from commit c7a6196944d5687278eb0878d3bfd18aeb2521cf) --- docs/sources/release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/sources/release-notes.md b/docs/sources/release-notes.md index 8d3dce1358..5f8ef7e0ce 100644 --- a/docs/sources/release-notes.md +++ b/docs/sources/release-notes.md @@ -14,6 +14,23 @@ For a complete list of changes to {{< param "FULL_PRODUCT_NAME" >}}, with links [Changelog]: https://github.com/grafana/alloy/blob/main/CHANGELOG.md +## v1.4 + +### Breaking change: Some debug metrics for `otelcol` components have changed + +For example, `otelcol.exporter.otlp`'s `exporter_sent_spans_ratio_total` metric is now `otelcol_exporter_sent_spans_total`. +You may need to change your dashboard and alert settings to reference the new metrics. +Refer to each component's documentation page for more information. + +### Breaking change: The `convert_sum_to_gauge` and `convert_gauge_to_sum` functions in `otelcol.processor.transform` change context + +The `convert_sum_to_gauge` and `convert_gauge_to_sum` functions must now be used in the `metric` context rather than in the `datapoint` context. +This is due to a [change upstream](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34567). + +### Breaking change: Renamed metrics in `beyla.ebpf` + +`process.cpu.state` is renamed to `cpu.mode` and `beyla_build_info` is renamed to `beyla_internal_build_info`. + ## v1.3 ### Breaking change: `remotecfg` block updated argument name from `metadata` to `attributes`