From 08f4e01a2e467efaae42e52c97edb620e94e6618 Mon Sep 17 00:00:00 2001 From: Ajay Sreehari Date: Tue, 17 Dec 2024 13:19:39 -0800 Subject: [PATCH] update changelog to show otlphttp as replacement --- .chloggen/deprecate_sapmexporter.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.chloggen/deprecate_sapmexporter.yaml b/.chloggen/deprecate_sapmexporter.yaml index fa32c688efe7..4d997796fb34 100644 --- a/.chloggen/deprecate_sapmexporter.yaml +++ b/.chloggen/deprecate_sapmexporter.yaml @@ -15,7 +15,16 @@ issues: [36028] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document. # Use pipe (|) for multiline entries. -subtext: +subtext: | + The SAPM exporter is deprecated. Please use the `otlphttp` exporter with the configuration shown + below. Also update your pipeline configuration for Traces accordingly. + ```yaml + exporters: + otlphttp: + traces_endpoint: "${INGEST_URL}/v2/trace/otlp" + headers: + "X-SF-Token": "${ACCESS_TOKEN}" + ``` # If your change doesn't affect end users or the exported elements of any package, # you should instead start your pull request title with [chore] or use the "Skip Changelog" label.