tracing icon indicating copy to clipboard operation
tracing copied to clipboard

Application level tracing for Rust.

Results 338 tracing issues
Sort by recently updated
recently updated
newest added

## Feature Request ### Crates tracing_subscriber ### Motivation Having a lock free implementation would be very nice performance boost. ### Proposal We can already do something like this if we...

## Motivation Fix #2759 Also update docs to fix https://github.com/tokio-rs/tracing/issues/2268 ## Solution Replaced nu-ansi-term with owo-colors. I then ran all the unit tests `cargo test`, and tested the `cargo run...

## Bug Report ### Version `inferno-flamegraph 0.10.6` Just inferno and a custom opentracing javascript tracer that generates a ".folded" file: ``` main; app; exportDataToFile; getting file path from user 3928...

## Motivation Decrease the number of dependencies to improve compilation times. ## Solution Replace existing uses of `once_cell::sync::Lazy` with `std::sync::OnceLock`, or use const initialization where possible. This bumps the MSRV...

Note: This is a change against the `v0.1.x` branch. ## Motivation There are 2 triggers which will cause a subscriber to receive a call to `Subscriber::register_callsite` for a specific callsite....

## Bug Report ### Version tracing = "0.1.40" tracing-subscriber = {version = "0.3.18", features = ['env-filter', 'local-time']} tracing-appender = "0.2.3" ### Platform macos、Android ### Description I found max_log_files not work...

The comment on the `visit_spans` fn is wrong. Change it to the correct order. Fixes: #2940

## Feature Request ### Crates - `tracing-core` ### Motivation Currently, spans and events may be disabled by a subscriber by returning `Interest::never` from `Subscriber::register_callsite`, or by returning `false` from `Subscriber::enabled`....

crate/core
needs/design
meta/breaking

## Feature Request ### Crates `tracing-subscriber` ### Motivation The timings shouldn't be tracked by the formatting subscribe. It's implementation was probably also copied when `tracing-opentelemetry` was created and now there...

Fixes: https://github.com/tokio-rs/tracing/issues/2460 I only fixed lints making #2917 fail. Seems like they affect `v0.1.x` branch as well?