From 746a8c62c1b46501dfe9cf14009909a106a5f43e Mon Sep 17 00:00:00 2001 From: Len Gamburg Date: Sat, 1 Feb 2025 11:35:35 -0500 Subject: [PATCH 1/2] `logs.processed` and `logs.sent` metrics will not be emitted by the Agent --- comp/core/agenttelemetry/impl/config.go | 2 -- .../agent-tel-remove-unused-3642aaa41394e6f1.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml diff --git a/comp/core/agenttelemetry/impl/config.go b/comp/core/agenttelemetry/impl/config.go index a6cb70ae43ce46..8d28d460de6b92 100644 --- a/comp/core/agenttelemetry/impl/config.go +++ b/comp/core/agenttelemetry/impl/config.go @@ -187,9 +187,7 @@ var defaultProfiles = ` - name: logs.decoded - name: logs.dropped - name: logs.encoded_bytes_sent - - name: logs.processed - name: logs.sender_latency - - name: logs.sent - name: point.sent - name: point.dropped - name: transactions.input_count diff --git a/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml b/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml new file mode 100644 index 00000000000000..afa581924f057e --- /dev/null +++ b/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml @@ -0,0 +1,11 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +deprecations: + - | + `logs.processed` and `logs.sent` metrics will not be emitted by the Agent From 0171e6a0709eb7e6c91a0be2377bcf2bbe26cf60 Mon Sep 17 00:00:00 2001 From: Len Gamburg <98782554+iglendd@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:13:38 -0500 Subject: [PATCH 2/2] Update releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml Co-authored-by: Bryce Eadie --- .../notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml b/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml index afa581924f057e..edff5068d67ade 100644 --- a/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml +++ b/releasenotes/notes/agent-tel-remove-unused-3642aaa41394e6f1.yaml @@ -8,4 +8,4 @@ --- deprecations: - | - `logs.processed` and `logs.sent` metrics will not be emitted by the Agent + `logs.processed` and `logs.sent` metrics are no longer emitted by the Agent