Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f98d628

Browse files
Sweep
1 parent 7a81ede commit f98d628

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gdi/monitors-cloud/heroku.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Heroku
99
The Splunk OpenTelemetry Connector for Heroku is a buildpack for the Splunk Distribution of the OpenTelemetry Collector. The buildpack installs
1010
and runs the Splunk OpenTelemetry Connector on a Dyno to receive, process and export metric and trace data for Splunk Observability Cloud:
1111

12-
- Splunk APM through the ``sapm`` exporter. The ``otlphttp`` exporter can be used with a custom configuration.
12+
- Splunk APM through the ``otlphttp`` exporter.
1313
- Splunk Infrastructure Monitoring through the ``signalfx`` exporter.
1414

1515
See :ref:`otel-intro` to learn more.

gdi/opentelemetry/components/filter-processor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can then add the filter processors to any compatible pipeline. For example:
8686
- memory_limiter
8787
- batch
8888
- resourcedetection
89-
exporters: [sapm, signalfx]
89+
exporters: [otlphttp, signalfx]
9090
metrics:
9191
receivers: [hostmetrics, otlp, signalfx]
9292
processors:

gdi/opentelemetry/components/groupbyattrs-processor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use the processor to perform the following actions:
7070
* :ref:`Compact multiple records <groupbyattrs-processor-compact>` that share the same ``resource`` and ``InstrumentationLibrary`` attributes but are under multiple ``ResourceSpans`` or ``ResourceMetrics`` or ``ResourceLogs`` into a single ``ResourceSpans`` or ``ResourceMetrics`` or ``ResourceLogs``, when an empty list of keys is provided.
7171

7272
* This happens, for example, when you use the ``groupbytrace`` processor, or when data comes in multiple requests.
73-
* If you compact data it takes less memory, it's more efficiently processed and serialized, and the number of export requests is reduced, for example if you use the ``sapm`` exporter. See more at :ref:`splunk-apm-exporter`.
73+
* If you compact data it takes less memory, it's more efficiently processed and serialized, and the number of export requests is reduced.
7474

7575
.. tip:: Use the ``groupbyattrs`` processor together with ``batch`` processor, as a consecutive step. Grouping records together under matching resource and/or InstrumentationLibrary reduces the fragmentation of data.
7676

gdi/opentelemetry/components/jaeger-receiver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The Jaeger receiver uses helper files for additional capabilities:
9494
Remote sampling
9595
-----------------------------------------------
9696

97-
Since version 0.61.0, remote sampling is no longer supported. Instead, since version 0.59.0, use the ``jaegerremotesapmpling`` extension for remote sampling.
97+
Since version 0.61.0, remote sampling is no longer supported. Instead, since version 0.59.0, use the ``jaegerremotesampling`` extension for remote sampling.
9898

9999
.. _jaeger-receiver-settings:
100100

0 commit comments

Comments
 (0)