- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This page describes essential terms and concepts for OpenTelemetry and Datadog. For additional definitions and descriptions, see the OpenTelemetry Glossary.
Concept | Description |
---|---|
Telemetry | The collection of metrics, logs, traces, and profiles that provide observations about the behaviors and performance of applications and infrastructure. |
OpenTelemetry Collector | A 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 Exporter | An OTel Collector component that lets you forward trace, metric, and logs data from OpenTelemetry SDKs to Datadog. |
OTLP Receiver | A 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 Propagation | The mechanism used in distributed tracing to maintain trace context across different services. |
Semantic Conventions | Standardized 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. |