Registry / observability / tracing-tracy

tracing-tracy

JSON →
library0.11.4rscratesunverified

Inspect tracing-enabled Rust applications with Tracy profiler integration.

# Cargo.toml [dependencies] tracing-tracy = "0.11.4"
INSTALL
IMPORT
SIG · TRACING-TRACY
T
tracing-tracy
observabilityrustv0.11.4
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.

TracyLayer
use tracing_tracy::TracyLayer;

Sets up Tracy profiling layer for tracing.

use tracing_tracy::TracyLayer; use tracing_subscriber::prelude::*; fn main() { tracing_subscriber::registry() .with(TracyLayer::new()) .init(); tracing::info!("Application started"); }
Debug
Known issues
gotchaRequires the Tracy profiler client library to be installed on the system.
fix
Install Tracy from https://github.com/wolfpld/tracy or use a prebuilt binary.
affects: >=0.1.0
Upgrade
Version history
0.11.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
tracing-tracy — cargo add tracing-tracy · libregistry