Skip to content

Commit 08f4e01

Browse files
update changelog to show otlphttp as replacement
1 parent 435d557 commit 08f4e01

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.chloggen/deprecate_sapmexporter.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ 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. Please use the `otlphttp` exporter with the configuration shown
20+
below. Also update your pipeline configuration for Traces accordingly.
21+
```yaml
22+
exporters:
23+
otlphttp:
24+
traces_endpoint: "${INGEST_URL}/v2/trace/otlp"
25+
headers:
26+
"X-SF-Token": "${ACCESS_TOKEN}"
27+
```
1928
2029
# If your change doesn't affect end users or the exported elements of any package,
2130
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

0 commit comments

Comments
 (0)