- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
If you’ve configured the profiler and don’t see profiles in the profile search page, turn on debug mode and open a support ticket with debug files and the following information:
The profiler might fail to find and load its native component. In this situation, your application logs or console display an error message similar to:
Error: No native build was found for runtime=node abi=109 platform=linuxglibc arch=x64
If you are using a bundler such as esbuild or webpack, which is used by frameworks such as Next.js, see Bundling with the Node.js tracer. The Datadog tracer and profiler have special requirements when used with bundlers.
Node versions available through package managers may sometimes incorrectly report their ABI (Application Binary Interface) version. For example, Ubuntu Linux 24.04.01 LTS includes a Node 18 package that incorrectly reports its ABI version as 109, instead of the correct version, 108, for Node 18.
The profiler ships with prebuilt binaries for all supported combinations of platforms, CPU architectures, and Node ABI versions in node_modules/@datadog/pprof/prebuilds/${platform}-${arch}/node-${abi}.node
files. If your Node version reports an incompatible ABI version, there won’t be a prebuilt binary available, causing the profiler to fail to start.
To resolve this issue, download and install Node from the Node.js website instead of using your operating system’s package manager, or update your operating system to a newer version that might include an updated version of Node.js without this issue.
추가 유용한 문서, 링크 및 기사: