File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,16 @@ 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. 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
+ ```
19
28
20
29
# If your change doesn't affect end users or the exported elements of any package,
21
30
# 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