Skip to content

Commit 697d9d6

Browse files
Merge pull request #2771 from splunk/jcatera-DOCGUILD-29135
Added a note about guidelines and notes about using processors.
2 parents cfc2547 + 334819d commit 697d9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/opentelemetry/data-processing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Process your data with pipelines
77
.. meta::
88
:description: Learn how to process data collected with the Splunk Distribution of the OpenTelemetry Collector.
99

10-
Use pipelines in your Collector's config file to define the path you want your ingested data to follow. Specify which components you want to use, starting from data reception using :ref:`receivers <otel-components-receivers>`, then data processing or modification with :ref:`processors <otel-components-processors>`, until data finally exits the Collector through :ref:`exporters <otel-components-exporters>`. For an overview of all available components and their behavior refer to :ref:`otel-components`.
10+
Use pipelines in your Collector's config file to define the path you want your ingested data to follow. Specify which components you want to use, starting from data reception using :ref:`receivers <otel-components-receivers>`, then data processing or modification with :ref:`processors <otel-components-processors>`, until data finally exits the Collector through :ref:`exporters <otel-components-exporters>`. For an overview of all available components and their behavior refer to :ref:`otel-components`. For general recommendations and guidelines for using processors, see the :new-page:`OpenTelemetry processor documentation <https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor#recommended-processors>`.
1111

1212
Pipelines operate on three data types: logs, traces, and metrics. To learn more about data in Splunk Observability Cloud, see :ref:`data-model`.
1313

0 commit comments

Comments
 (0)