rustracing:用于Rust的OpenTracing API

时间:2024-06-17 09:53:57
【文件属性】:

文件名称:rustracing:用于Rust的OpenTracing API

文件大小:18KB

文件格式:ZIP

更新时间:2024-06-17 09:53:57

rust opentracing Rust

生锈 用于Rust的 API。 例子 use rustracing :: sampler :: AllSampler; use rustracing :: tag :: Tag; use rustracing :: Tracer; use std :: thread; use std :: time :: Duration; // Creates a tracer let (span_tx, span_rx) = crossbeam_channel :: bounded ( 10 ); let tracer = Tracer :: with_sender (AllSampler, span_tx); { // Starts "parent" span let parent_span = tracer. span ( "parent" ). start_with_stat


【文件预览】:
rustracing-master
----Cargo.toml(618B)
----.github()
--------actions-rs()
--------workflows()
----src()
--------carrier.rs(4KB)
--------error.rs(467B)
--------convert.rs(757B)
--------tag.rs(8KB)
--------log.rs(6KB)
--------tracer.rs(2KB)
--------span.rs(19KB)
--------sampler.rs(3KB)
--------lib.rs(5KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(37B)

网友评论