Registry / observability / probe
library0.5.2rscratesunverified

Static instrumentation probes for Rust.

# Cargo.toml [dependencies] probe = "0.5.2"
INSTALL
IMPORT
SIG · PROBE
P
probe
observabilityrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

probe
use probe::probe;

Define and fire a static instrumentation probe.

use probe::probe; fn main() { probe!(my_probe, "hello", 42); }
Debug
Known issues
gotchaProbes are only active when the 'probe' feature is enabled; otherwise they are no-ops.
fix
Enable the 'probe' feature in your Cargo.toml: probe = { version = "0.5", features = ["probe"] }
affects: >=0.5.0
Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
2
OpenAI (training)
2
Resources
probe — cargo add probe · libregistry