File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,17 @@ issues: [36028]
15
15
# (Optional) One or more lines of additional information to render under the primary note.
16
16
# These lines will be padded with 2 spaces and then inserted directly into the document.
17
17
# 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
+ ```
19
29
20
30
# If your change doesn't affect end users or the exported elements of any package,
21
31
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
You can’t perform that action at this time.
0 commit comments