OpenTelemetry Terms and Concepts

This page describes essential terms and concepts for OpenTelemetry and Datadog. For additional definitions and descriptions, see the OpenTelemetry Glossary.

ConceptDescription
TelemetryThe collection of metrics, logs, traces, and profiles that provide observations about the behaviors and performance of applications and infrastructure.
OpenTelemetry CollectorA vendor-agnostic implementation for collecting and exporting telemetry data emitted by many processes. It can be configured to receive, process, and export telemetry to one or multiple destinations including storage backends and analysis tools.
Datadog ExporterAn OTel Collector component that lets you forward trace, metric, and logs data from OpenTelemetry SDKs to Datadog.
OTLP ReceiverA component within the OpenTelemetry Collector responsible for accepting telemetry data in the OpenTelemetry Protocol (OTLP) format. OTLP is the native protocol for OpenTelemetry, designed for transferring telemetry data between the SDKs and the Collector.
Context PropagationThe mechanism used in distributed tracing to maintain trace context across different services.
Semantic ConventionsStandardized naming patterns and attribute definitions that establish consistent terminology for telemetry data across different systems and implementations. These conventions ensure that data collected from diverse sources can be uniformly processed and analyzed.

Further reading