- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This guide explains how you can use both LLM Observability and APM to link LLM Observability and APM spans in Datadog.
By instrumenting your LLM-specific operations with LLM Observability and your broader application with APM, you can accomplish the following:
The LLM Observability SDK is built on APM’s dd-tracer. This allows you to use LLM Observability with Application Performance Monitoring (APM)
If you are using the LLM Observability SDK for Python along with APM’s dd-tracer
, you can navigate between spans in Datadog APM and LLM Observability without additional setup.
If you are using the LLM Observability API with dd-tracer
for APM:
span.Context().SpanID()
for the Go tracer).By using this integration, you can correlate data across your application stack and understand how your LLM applications interact with other components. You can also resolve issues more quickly and optimize your application’s performance.
To understand the broader context of your LLM operations within your application ecosystem, select an LLM Observability span in the LLM Observability Explorer and click APM span to navigate to the relevant APM span.
To access LLM-specific insights, select an APM span in the Trace Explorer and click View Span in the LLM Observability section on the Info tab to navigate to the corresponding LLM Observability span.