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

Commit 2780f71

Browse files
Routing connector
1 parent 7b7a73c commit 2780f71

File tree

5 files changed

+41
-14
lines changed

5 files changed

+41
-14
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. list-table::
2+
:widths: 25 55 20
3+
:header-rows: 1
4+
:width: 100%
5+
6+
* - Name
7+
- Description
8+
- Pipeline types
9+
* - :ref:`routing-connector` (``routing``)
10+
- Routes logs, metrics or traces based on resource attributes to specific pipelines using OpenTelemetry Transformation Language (OTTL) statements as routing conditions.
11+
- Traces, metrics, logs
12+
* - :ref:`span-metrics-connector` (``spanmetrics``)
13+
- Aggregates Request, Error and Duration (R.E.D) OpenTelemetry metrics from span data.
14+
- Traces, metrics

gdi/opentelemetry/components.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,15 @@ A connector connects different pipelines and helps you send telemetry data betwe
120120

121121
Each pipeline in the OpenTelemetry Collector acts on one type of telemetry data. If you need to process one form of telemetry data into another one, route the data accordingly to its proper collector pipeline.
122122

123-
.. list-table::
124-
:widths: 25 55 20
125-
:header-rows: 1
126-
:width: 100%
127-
128-
* - Name
129-
- Description
130-
- Pipeline types
131-
* - :ref:`span-metrics-connector` (``spanmetrics``)
132-
- Aggregates Request, Error and Duration (R.E.D) OpenTelemetry metrics from span data.
133-
- Traces, metrics
123+
.. raw:: html
124+
125+
<div class="include-start" id="collector-available-connectors.rst"></div>
126+
127+
.. include:: /_includes/gdi/collector-available-connectors.rst
128+
129+
.. raw:: html
130+
131+
<div class="include-stop" id="collector-available-connectors.rst"></div>
134132

135133
.. raw:: html
136134

gdi/opentelemetry/components/a-components-connectors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Collector components: Connectors
1111
:titlesonly:
1212
:hidden:
1313

14+
routing-connector.rst
1415
span-metrics-connector
1516

1617
The Splunk Distribution of the OpenTelemetry Collector includes and supports the connectors listed on this doc. To see other components, refer to :ref:`otel-components`.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _routing-connector:
2+
3+
***********************************
4+
Routing connector
5+
***********************************
6+
7+
.. meta::
8+
:description: Routes logs, metrics or traces based on resource attributes to specific pipelines using OpenTelemetry Transformation Language (OTTL) statements as routing conditions.
9+
10+
The Splunk Distribution of the OpenTelemetry Collector supports the Routing connector. Documentation is planned for a future release.
11+
12+
To find information about this component in the meantime, see :new-page:`Routing connector <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector>` on GitHub.
13+
14+
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _routing-processor:
22

33
***********************************
4-
Routing processor
4+
Routing processor (deprecated)
55
***********************************
66

77
.. meta::
88
:description: Reads a header from the incoming HTTP request or reads a resource attribute, and then directs the trace information to specific exporters based on the value.
99

10-
The Splunk Distribution of the OpenTelemetry Collector supports the Routing processor. Documentation is planned for a future release.
10+
The Routing processor is deprecated, use the :ref:`routing-connector` instead.
11+
1112

12-
To find information about this component in the meantime, see :new-page:`Routing processor <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/routingprocessor>` on GitHub.
1313

1414

0 commit comments

Comments
 (0)