- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
This integration provides function traces from WebAssembly (WASM) code running in your application. Gain insight into WebAssembly code performance as well as the following behavior:
Since WebAssembly code is executed in a secure and constrained environment, traditional techniques to monitor code do not work. Our specialized observability stack allows you to continuously monitor WASM modules at the same level you expect of your other applications.
Datadog customers can use our open source SDKs and Adapters to emit full traces from your WASM programs. Please see the dylibso/observe-sdk
repository to install the Datadog Adapter for your application.
In addition, Dylibso provides automatic instrumentation tooling which can take any existing WASM module and recompile it to include function and memory allocation tracing. For more information, contact support@dylibso.com or learn more about automatic WebAssembly instrumentation.
Depending on the programming language your application is written in, choose one of the appropriate Datadog Adapters from dylibso/observe-sdk
on GitHub.
In order to connect the SDK and Adapter to your Datadog Agent, you must have the following information ready:
After you have imported and configured your Datadog Adapter from the available options within the Observe SDK:
.wasm
) has been loaded and you are calling one of its exported functions.WebAssembly Observe SDK collects traces of function execution and memory allocation events from your application.
Need help? Contact Dylibso support.