Rust Compatibility Requirements
이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.The Datadog Rust SDK is in Preview.
The Datadog Rust SDK is open source. For more information, see the dd-trace-rs repository or the datadog-opentelemetry crate.
Language and library support
The Rust SDK relies on specific versions of the Rust compiler and the OpenTelemetry crate.
Integrations
The Datadog Rust SDK does not provide automatic instrumentation.
You must manually instrument your application using the OpenTelemetry API. This includes:
- Creating spans for functions or operations.
- Adding attributes (tags) and events to spans.
- Manually propagating trace context for distributed traces.
For examples, see the Rust Custom Instrumentation documentation.
Further reading