Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gdi/opentelemetry/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The Splunk Distribution of the OpenTelemetry Collector includes and supports the
- 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.
- Metrics, logs, traces
* - :ref:`cumulative-to-delta-processor` (``cumulativetodelta``)
- Convert cumulative monotonic metrics to delta aggretation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
- Convert cumulative monotonic metrics to delta aggregation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
- Metrics
* - :ref:`filter-processor` (``filter``)
- 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.
Expand Down Expand Up @@ -407,4 +407,4 @@ Each pipeline in the OpenTelemetry Collector acts on one type of telemetry data.
See the following docs:

* :ref:`otel-install-platform`
* :ref:`collector-how-to`
* :ref:`collector-how-to`
Loading