From 7295d79c1147cf7f34b6337d128883b63f4b790f Mon Sep 17 00:00:00 2001 From: "John L. Peterson (Jack)" Date: Tue, 11 Nov 2025 14:36:13 -0500 Subject: [PATCH] fix typo in otel processor name --- content/en/opentelemetry/setup/ddot_collector/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/opentelemetry/setup/ddot_collector/_index.md b/content/en/opentelemetry/setup/ddot_collector/_index.md index a0f345270da..cfeb0aaedd8 100644 --- a/content/en/opentelemetry/setup/ddot_collector/_index.md +++ b/content/en/opentelemetry/setup/ddot_collector/_index.md @@ -138,7 +138,7 @@ In addition to standard OpenTelemetry components, Datadog provides and maintains {{% collapse-content title="Datadog components" level="p" %}} -- [Infrastructure Attribute Processor][50]: An OpenTelemetry processor component that automatically assigns [Kubernetes tags][53] to OTLP telemetry (metrics, traces, and logs) emitted by a pod or an individual container within a pod. This component enables [unified service tagging][54] and telemetry correlation for monitoring Kubernetes environments. +- [Infrastructure Attributes Processor][50]: An OpenTelemetry processor component that automatically assigns [Kubernetes tags][53] to OTLP telemetry (metrics, traces, and logs) emitted by a pod or an individual container within a pod. This component enables [unified service tagging][54] and telemetry correlation for monitoring Kubernetes environments. - [Converter][51]: An OpenTelemetry converter component that enhances user-provided configurations. It offers an API to return both the original and enhanced configurations, automatically checking for known misconfigurations to reduce errors. This ensures seamless integration of existing OpenTelemetry Collector configurations with the Agent.