From b7d8e77c352f527ddb472b39f0ecc21e7ac3817a Mon Sep 17 00:00:00 2001 From: William Dumont Date: Tue, 28 Nov 2023 12:15:38 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 14 ++++++++------ docs/sources/flow/release-notes.md | 9 +++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e6073684c1..46dfee70168e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ Main (unreleased) - Fix CVE-2023-47108 by updating `otelgrpc` from v0.45.0 to v0.46.0. (@hainenber) +### Breaking changes + +- `otelcol.receiver.prometheus` will drop all `otel_scope_info` metrics when converting them to OTLP. (@wildum) + - If the `otel_scope_info` metric has labels `otel_scope_name` and `otel_scope_version`, + their values will be used to set OTLP Instrumentation Scope "name" and "version" respectively. + - Labels of `otel_scope_info` metrics other than `otel_scope_name` and `otel_scope_version` + are added as scope attributes with the matching name and version. + ### Features - Agent Management: Introduce support for templated configuration. (@jcreixell) @@ -42,12 +50,6 @@ Main (unreleased) - `otelcol.receiver.prometheus` does not drop histograms without buckets anymore. (@wildum) -- `otelcol.receiver.prometheus` will drop all `otel_scope_info` metrics when converting them to OTLP. (@wildum) - * If the `otel_scope_info` metric has labels `otel_scope_name` and `otel_scope_version`, - their values will be used to set OTLP Instrumentation Scope "name" and "version" respectively. - * Labels of `otel_scope_info` metrics other than `otel_scope_name` and `otel_scope_version` - are added as scope attributes with the matching name and version. (@wildum) - - Added exemplars support to `otelcol.receiver.prometheus`. (@wildum) ### Bugfixes diff --git a/docs/sources/flow/release-notes.md b/docs/sources/flow/release-notes.md index 7c5b5aaeb7a9..c762af4dfe6b 100644 --- a/docs/sources/flow/release-notes.md +++ b/docs/sources/flow/release-notes.md @@ -29,6 +29,15 @@ Other release notes for the different Grafana Agent variants are contained on se [release-notes-operator]: {{< relref "../operator/release-notes.md" >}} {{% /admonition %}} +## v0.39 + +### Breaking change: `otelcol.receiver.prometheus` will drop all `otel_scope_info` metrics when converting them to OTLP + +* If the `otel_scope_info` metric has labels `otel_scope_name` and `otel_scope_version`, + their values will be used to set OTLP Instrumentation Scope "name" and "version" respectively. +* Labels of `otel_scope_info` metrics other than `otel_scope_name` and `otel_scope_version` + are added as scope attributes with the matching name and version. + ## v0.38 ### Breaking change: `otelcol.exporter.jaeger` component removed