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 08f4e01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .chloggen/deprecate_sapmexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08f4e01

Please sign in to comment.