Docs.rs
tracing-prof-0.3.0
tracing-prof 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
tamasfe
Dependencies
ahash ^0.8.11
normal
optional
crossbeam-queue ^0.3.0
normal
flate2 ^1.1.1
normal
optional
heapless ^0.8.0
normal
indexmap ^2.9.0
normal
libc ^0.2.172
normal
minstant ^0.1.7
normal
optional
prost ^0.13
normal
optional
rand ^0.9.1
normal
optional
reqwest ^0.12.15
normal
optional
tracing ^0.1
normal
tracing-core ^0.1
normal
tracing-subscriber ^0.3
normal
divan ^0.1.21
dev
tracing-subscriber ^0.3.19
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sampler
tracing_
prof
0.3.0
Module sampler
Module Items
Structs
Traits
In crate tracing_
prof
tracing_prof
Module
sampler
Copy item path
Source
Expand description
Customization of sampling behavior.
Structs
§
Always
Sample
A default sampler that samples all spans.
Traits
§
Head
Sampler
A trait that allows customizing which spans are sampled.