Skip to content

Commit

Permalink
update changelog to show otlphttp as replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
asreehari-splunk committed Dec 17, 2024
1 parent 435d557 commit 02c370b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .chloggen/deprecate_sapmexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ 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 and will be removed in the next major release.
Please use the `otlphttp` exporter with the following configuration and update your
pipeline configuration 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.
Expand Down

0 comments on commit 02c370b

Please sign in to comment.