- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Querying across Datadog and OpenTelemetry metrics is in Preview. To enable this feature, click Request Access and complete the form.
Request AccessMany organizations use OpenTelemetry (OTel) alongside Datadog, creating hybrid environments where some hosts emit OTel metrics and others emit Datadog metrics. Because OTel and Datadog metrics often use different naming conventions and semantic definitions, creating a unified view of your infrastructure in these environments can be challenging.
Datadog helps you bridge this gap by enabling you to:
The Metrics Query Editor includes a Semantic Mode selector, allowing you to control how Datadog handles potentially equivalent metrics from OTel and Datadog sources.
Choose between two modes:
Imagine you’re monitoring system load using two different metrics:
otel.system.cpu.load_average.15m
system.load.15
If you query for otel.system.cpu.load_average.15m
, apply a max space aggregation, and set the Semantic Mode to Combine data from all telemetry sources, Datadog automatically:
system.load.15
.otel.system.cpu.load_average.15m
and system.load.15
.This uses the equiv_otel function to merge the data.
To provide clarity when querying, the metric source and equivalent metrics are displayed:
Source pill: In the query editor, a Datadog or OTel pill appears next to the metric name, indicating its origin.
Equivalent metrics list: The editor also shows a list of metrics considered equivalent to the one you’ve queried. This includes complex one-to-many mappings. For example, otel.system.cpu.utilization
maps to multiple Datadog CPU state metrics (system.cpu.idle
, system.cpu.iowait
, etc.).
For a comprehensive view of how specific OTel and Datadog metrics relate, check the Metrics Summary page:
Alternatively, click Edit in Metrics Summary when inputting a metric in the query editor.
This panel displays metric mappings, including complex relationships. For example, it shows how otel.system.cpu.utilization
maps to multiple Datadog metrics like system.cpu.idle
, system.cpu.user
, and others.
You can also see the tag-based logic used for these mappings. Hover over an equivalent metric to see the specific conditions. For example, hovering over system.cpu.idle
shows that it maps to otel.system.cpu.utilization
when state=idle
, and the value is multiplied by 100.
추가 유용한 문서, 링크 및 기사: