Skip to content

Commit 8d16a69

Browse files
Update components.rst
corrected "aggretation" to "aggregation" in definition of cumulative-to-delta-processor
1 parent 03572ad commit 8d16a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/opentelemetry/components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The Splunk Distribution of the OpenTelemetry Collector includes and supports the
236236
- 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.
237237
- Metrics, logs, traces
238238
* - :ref:`cumulative-to-delta-processor` (``cumulativetodelta``)
239-
- Convert cumulative monotonic metrics to delta aggretation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
239+
- Convert cumulative monotonic metrics to delta aggregation temporality. This enhances the usage of cumulative metrics in Splunk Observability Cloud.
240240
- Metrics
241241
* - :ref:`filter-processor` (``filter``)
242242
- 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.
@@ -407,4 +407,4 @@ Each pipeline in the OpenTelemetry Collector acts on one type of telemetry data.
407407
See the following docs:
408408

409409
* :ref:`otel-install-platform`
410-
* :ref:`collector-how-to`
410+
* :ref:`collector-how-to`

0 commit comments

Comments
 (0)