You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
- Accepts spans, metrics, or logs and places them into batches. Batching helps better compress the data and reduce the number of outgoing connections required to transmit the data. This processor supports both size-based and time-based batching.
- Convert cumulative monotonic metrics to delta aggregation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
17
+
- Metrics
18
+
* - :ref:`filter-processor` (``filter``)
19
+
- Can be configured to include or exclude metrics based on metric name in the case of the ``strict`` or ``regexp`` match types, or based on other metric attributes in the case of the ``expr`` match type.
- Reassociates spans, log records, and metric data points to a resource that matches with the specified attributes. As a result, all spans, log records, or metric data points with the same values for the specified attributes are grouped under the same resource.
- Detects resource information from the host, in a format that conforms to the OpenTelemetry resource semantic conventions, and appends or overrides the resource value in telemetry data with this information.
44
+
- Metrics, logs, traces
45
+
* - :ref:`routing-processor` (``routing``)
46
+
- 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.
47
+
- Metrics, logs, traces
48
+
* - :ref:`span-processor` (``span``)
49
+
- Modifies either the span name or attributes of a span based on the span name.
- Samples traces based on a set of defined policies. All spans for a given trace must be received by the same Collector instance for effective sampling decisions.
53
+
- Traces
54
+
* - :ref:`transform-processor` (``transform``)
55
+
- Modifies telemetry based on OpenTelemetry Transformation Language functions.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/components.rst
+8-55Lines changed: 8 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,62 +221,15 @@ The Splunk Distribution of the OpenTelemetry Collector includes and supports the
221
221
<h2>Processors<aname="collector-components-processors"class="headerlink"href="#collector-components-processors"title="Permalink to this headline">¶</a></h2>
222
222
</embed>
223
223
224
-
.. list-table::
225
-
:widths: 25 55 20
226
-
:header-rows: 1
227
-
:width: 100%
224
+
.. raw:: html
228
225
229
-
* - Name
230
-
- Description
231
-
- Pipeline types
232
-
* - :ref:`attributes-processor` (``attributes``)
233
-
- Modifies attributes of a span or log record.
234
-
- Logs, traces
235
-
* - :ref:`batch-processor` (``batch``)
236
-
- Accepts spans, metrics, or logs and places them into batches. Batching helps better compress the data and reduce the number of outgoing connections required to transmit the data. This processor supports both size-based and time-based batching.
- Convert cumulative monotonic metrics to delta aggregation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
240
-
- Metrics
241
-
* - :ref:`filter-processor` (``filter``)
242
-
- Can be configured to include or exclude metrics based on metric name in the case of the ``strict`` or ``regexp`` match types, or based on other metric attributes in the case of the ``expr`` match type.
- Reassociates spans, log records, and metric data points to a resource that matches with the specified attributes. As a result, all spans, log records, or metric data points with the same values for the specified attributes are grouped under the same resource.
- Detects resource information from the host, in a format that conforms to the OpenTelemetry resource semantic conventions, and appends or overrides the resource value in telemetry data with this information.
267
-
- Metrics, logs, traces
268
-
* - :ref:`routing-processor` (``routing``)
269
-
- 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.
270
-
- Metrics, logs, traces
271
-
* - :ref:`span-processor` (``span``)
272
-
- Modifies either the span name or attributes of a span based on the span name.
- Samples traces based on a set of defined policies. All spans for a given trace must be received by the same Collector instance for effective sampling decisions.
276
-
- Traces
277
-
* - :ref:`transform-processor` (``transform``)
278
-
- Modifies telemetry based on OpenTelemetry Transformation Language functions.
0 commit comments