Docs.rs
scouter-tracing-0.13.0
scouter-tracing 0.13.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
thorrester
Dependencies
chrono 0.*
normal
opentelemetry 0.*
normal
opentelemetry-otlp 0.*
normal
opentelemetry-proto 0.*
normal
opentelemetry-stdout 0.*
normal
opentelemetry_sdk 0.*
normal
potato-head 0.*
normal
pyo3 ^0.26
normal
pyo3-async-runtimes 0.*
normal
scouter-events ^0.13.0
normal
scouter-settings ^0.13.0
normal
scouter-state ^0.13.0
normal
scouter-types ^0.13.0
normal
serde 1.*
normal
serde_json 1.*
normal
thiserror 2.*
normal
tokio 1.*
normal
tracing 0.*
normal
Versions
12.03%
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
Module tracer
scouter_
tracing
0.13.0
Module tracer
Module Items
Structs
Functions
In crate scouter_
tracing
scouter_tracing
Module
tracer
Copy item path
Source
Structs
§
Active
Span
ActiveSpan where all the magic happens The active Span attempts to maintain compatibility with the OpenTelemetry Span API
Base
Tracer
The main Tracer class
Functions
§
flush_
tracer
Helper function to force flush the tracer provider
init_
tracer
Global initialization function for the tracer. This sets up the tracer provider with the specified service name, endpoint, and sampling ratio. If no endpoint is provided, spans will be exported to stdout for debugging purposes.
shutdown_
tracer