Skip to content

Commit 02c370b

Browse files
update changelog to show otlphttp as replacement
1 parent 435d557 commit 02c370b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.chloggen/deprecate_sapmexporter.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ issues: [36028]
1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
18+
subtext: |
19+
The SAPM exporter is deprecated and will be removed in the next major release.
20+
Please use the `otlphttp` exporter with the following configuration and update your
21+
pipeline configuration accordingly:
22+
```yaml
23+
exporters:
24+
otlphttp:
25+
traces_endpoint: "${INGEST_URL}/v2/trace/otlp"
26+
headers:
27+
"X-SF-Token": "${ACCESS_TOKEN}"
28+
```
1929
2030
# If your change doesn't affect end users or the exported elements of any package,
2131
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

0 commit comments

Comments
 (0)