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

Commit a1e4992

Browse files
Merge branch 'main' into patch-1
2 parents fce1c3d + a069808 commit a1e4992

File tree

216 files changed

+16459
-10179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+16459
-10179
lines changed

_images/collector/imagetest.png

Loading
145 KB
Loading

_includes/collector-components.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The Splunk Distribution of the OpenTelemetry Collector has the following compone
44
* :ref:`Processors <collector-components-processors>`: Configure which operations you'll perform on data before it's exported. For example, filtering.
55
* :ref:`Exporters <collector-components-exporters>`: Set up where to send data to. It can be one or more backends or destinations.
66
* :ref:`Extensions <collector-components-extensions>`: Extend the capabilities of the Collector.
7+
* :ref:`Connectors <collector-components-connectors>`: Connect two pipelines, consuming data as an exporter at the end of one pipeline and emitting data as a receiver at the start of another pipeline.
78
* Services. It consists of two elements:
89

910
* List of the :ref:`extensions <collector-components-extensions>` you've configured.

_includes/collector-config-ootb.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ The following diagram shows the default traces pipeline:
165165

166166
subgraph Exporters
167167
direction LR
168-
traces/sapm:::exporter
168+
traces/otlphttp:::exporter
169169
traces/signalfx/out:::exporter
170170
end
171171

172172
%% Connections beyond categories are added later
173173
traces/jaeger --> traces/memory_limiter
174174
traces/otlp --> traces/memory_limiter
175175
traces/zipkin --> traces/memory_limiter
176-
traces/resourcedetection --> traces/sapm
176+
traces/resourcedetection --> traces/otlphttp
177177
traces/resourcedetection --> traces/signalfx/out
178178

179179
Learn more about these receivers:
@@ -190,5 +190,5 @@ Learn more about these processors:
190190

191191
Learn more about these exporters:
192192

193-
* :ref:`splunk-apm-exporter`
193+
* :ref:`otlphttp-exporter`
194194
* :ref:`signalfx-exporter`
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. Through auto discovery the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration to retrieve your services' data. Auto discovery of services is only available for the Collector in Linux and Kubernetes environments.
1+
Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. Through auto discovery the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration to retrieve your services' data.
22

3-
With automatic discovery you can also enable zero-code instrumentation of back-end applications, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps. With this option you won't have to install and configure your instrumentation agents separately. Zero-code instrumentation using the Collector's automatic discovery feature is only available for the Java, Node.js, and .NET language runtimes. Alternatively you can deploy zero-code instrumentation independently from the Collector for 8 back-end languages, as described in :ref:`get-started-application`.
3+
.. caution:: Auto discovery of third-party services is only available for the Collector in Linux and Kubernetes environments.
4+
5+
Via automatic discovery you can also enable zero-code instrumentation of back-end applications, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps. With this option you won't have to install and configure your instrumentation agents separately. Zero-code instrumentation using the Collector's automatic discovery feature is only available for the Java, Node.js, and .NET language runtimes. Alternatively you can deploy zero-code instrumentation independently from the Collector for 8 back-end languages, as described in :ref:`get-started-application`.

0 commit comments

Comments
 (0)