Registry / observability / opentracingrust

opentracingrust

JSON →
library0.4.0rscratesunverified

A Rust implementation of the OpenTracing API for distributed tracing.

# Cargo.toml [dependencies] opentracingrust = "0.4.0"
INSTALL
IMPORT
SIG · OPENTRACINGRUST
O
opentracingrust
observabilityrustv0.4.0
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.

Tracer
use opentracingrust::Tracer;

Initialize a tracer and create a span.

use opentracingrust::Tracer; fn main() { let tracer = Tracer::new("my_service"); let span = tracer.start_span("operation"); // ... span.finish(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
opentracingrust — cargo add opentracingrust · libregistry