- 필수 기능
- 시작하기
- 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+=`APM Recommendations are in Preview. Features and recommendations may change before general availability.
APM Recommendations help you optimize your applications’ performance, reliability, and error rates by providing optimization opportunities based on the telemetry collected on your applications. These recommendations are designed to:
Certain recommendations rely on specific Datadog products. Use the Recommendation Prerequisite dropdown to filter for the recommendations you can expect to see based on your specific setup.
APM Recommendations are based on data collected from different parts of your stack:
By looking at these sources together, Datadog finds ways to help you improve performance, reliability, and user experience.
To review recommendations that need your attention:
After you’ve addressed the recommendation, you can use the FOR REVIEW dropdown to change the recommendation status to Reviewed, Ignored, or Resolved. Alternatively, you can click Create Case to assign the recommendation to an owner and track related work.
Recommendation Category | Recommendation Type | Scope of Recommendation | Recommendation Description | Recommendation Prerequisite |
---|---|---|---|---|
Performance | N+1 queries on Database | Backend services | A backend application calls the same database sequentially instead of batching queries. | APM |
Performance | Sequential API calls | Backend services | A backend application calls the same API sequentially instead of batching queries. | APM |
Performance | Aggressive retries | Backend services | A backend application retries faulty calls to an API without backoff. | APM |
Performance | Missing index | Databases | The query’s execution plan performs expensive sequential scans. When detected, Datadog recommends using an index to expedite the query. | APM + DBM |
User experience | User frustration action | Browser applications | Common rage or dead actions are detected on elements on a page signaling misleading UI or broken elements. | RUM |
User experience | Unoptimized bundle size | Browser applications and web views on mobile applications | Large JS resources causing delays in the initial page render signaling misleading UI or broken elements. | RUM |
Error rate | New issue | Backend services | A backend application started to generate a new Error signature. | Error Tracking |
Performance | High volume of thrown exceptions | Backend services | A backend application is throwing a high number of exceptions as control-flow | APM + Continuous Profiler |