-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
URL
https://opentelemetry.io/docs/languages/rust/
Description
What needs to be changed?
The OpenTelemetry documentation for Rust is missing a dedicated section on how to configure and use Samplers. While there is general documentation on the concept of sampling, there is no language-specific guide for Rust developers.
In contrast, other language-specific sections, such as for Go and Python, have detailed pages on sampling. A similar page should be created for Rust to guide users on implementing head-based sampling with the Rust SDK.
What is the name + path of the page that needs changed?
The page that would logically link to this new content is the main Rust documentation page:
Page Title: Sampling
Path: /docs/languages/rust/sampling
Additional context
Without this documentation, Rust users have to rely on digging through API documentation on docs.rs
or find third-party guides to understand how to configure sampling. Adding this guide would significantly improve the getting-started experience for developers using OpenTelemetry with Rust.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1
or me too
, to help us triage it. Learn more here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status