Skip to content

Commit d7308d6

Browse files
Update readme
1 parent 40dc427 commit d7308d6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.chloggen/deprecate_sapmexporter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ subtext: |
2121
```yaml
2222
exporters:
2323
otlphttp:
24-
traces_endpoint: "${INGEST_URL}/v2/trace/otlp"
24+
traces_endpoint: "${SPLUNK_INGEST_URL}/v2/trace/otlp"
2525
headers:
26-
"X-SF-Token": "${ACCESS_TOKEN}"
26+
"X-SF-Token": "${SPLUNK_ACCESS_TOKEN}"
2727
```
2828
2929
# If your change doesn't affect end users or the exported elements of any package,

exporter/sapmexporter/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1313
<!-- end autogenerated section -->
1414

15+
### Deprecated
16+
> The SAPM protocol is based on the Jaeger protocol, which is no longer the preferred approach of the community, with the advent of the OTLP protocol. The Jaeger exporters have been removed from the collector already. Jaeger itself is migrating to use the OTel data format internally.
17+
18+
> As a result, the SAPM exporter is being deprecated in favor of the OTLPHTTP exporter. The following configuration can be used for the OTLPHTTP exporter
19+
20+
```yaml
21+
exporters:
22+
otlphttp:
23+
traces_endpoint: "${SPLUNK_INGEST_URL}/v2/trace/otlp"
24+
headers:
25+
"X-SF-Token": "${SPLUNK_ACCESS_TOKEN}"
26+
```
27+
28+
29+
1530
The SAPM exporter builds on the Jaeger proto and adds additional batching on top. This allows
1631
the collector to export traces from multiples nodes/services in a single batch. The SAPM proto
1732
and some useful related utilities can be found [here](https://github.com/signalfx/sapm-proto/).

0 commit comments

Comments
 (0)