Eliza Weisman

Results 175 issues of Eliza Weisman

This branch adds initial support for setting up the Tokio console to track tasks in a Kubert controller. In order to do so, I added a new `LogArgs` struct in...

Currently, the `tracing-subscriber` prelude re-exports some traits as `__tracing_subscriber_` to avoid namespace conflicts. This is because those traits were added to the prelude before `use Trait as _` was available...

meta/breaking

## Motivation ## Solution

This is a rough draft of an API for passing timestamps into _any_ formatter, rather than just ones that use `fmt::Format`. I haven't done all of the plumbing for this...

this doesn't _quite_ work yet, but i thought it could be nice to have --- possibly @jtescher has some advice on how to handle remote parents nicely (and, if i'm...

This branch adds the ability to set a scoped dispatcher for all threads globally, which is unset when a RAII guard is dropped. See #1517. The global scoped default is...

## Feature Request ### Crates `tracing-serde` ### Motivation Currently, `tracing-serde` supports serializing `tracing` types, such as `Metadata`, `Event`, `span::Attributes` and `span::Record`, etc. However, it does not support _deserializing_ those types...

kind/feature
crate/serde

This branch is a draft implementation of a potential redesign of the `tracing-subscriber` Registry API. In the new design, a `Registry` is a type which _wraps_ a stack of subscribers...

## Motivation Previously, the tests for `std::future` support were always compiled, regardless of whether or not the `std::future` feature was enabled. This is because the tests were in the integration...

This is not quite done yet, but here's the current dev state of the new `Value` and `ValueSet` APIs for `tracing-core` 0.2.