diff --git a/gdi/opentelemetry/components.rst b/gdi/opentelemetry/components.rst index 090ad0a75..ec6016b9f 100644 --- a/gdi/opentelemetry/components.rst +++ b/gdi/opentelemetry/components.rst @@ -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. @@ -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` \ No newline at end of file +* :ref:`collector-how-to`