- 필수 기능
- 시작하기
- 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+=`Code Origins is currently in Preview. To join the preview, follow the instructions below. To submit questions, feedback, or requests related to Code Origins, fill out this form with details.
Code Origins captures the exact locations in your codebase where APM spans are created. When enabled, it automatically adds file path, line number, and function name to each span, making it easier to:
In Trace Explorer, select a span to see Code Origin details on the Overview tab:
Runtime Language | Tracing Library Version | Frameworks |
---|---|---|
Java | 1.47.0+ | Spring Boot/Data, gRPC servers, Micronaut 4, Kafka consumers |
Python | 2.15.0+ | Django, Flask, Starlette and derivatives |
Node.js | 4.49.0+ | Fastify |
.NET | 3.15.0+ | ASP.NET, ASP.NET Core |
Run your service with the following environment variable:
export DD_CODE_ORIGIN_FOR_SPANS_ENABLED=true
Navigate to the Trace Explorer.
Click on any trace to view its details.
In the span details panel, look for the “Code Origin” section.
Optionally, click on source code variables to add them as attributes to future spans with Dynamic Instrumentation.
Set up your Datadog IDE Integration.
View RED metrics (Requests, Errors, and Duration) as inline annotations above your endpoint methods.
If Code Origin information is missing:
@_dd.code_origin.type:*
in the Trace Explorer.추가 유용한 문서, 링크 및 기사: