summaryrefslogtreecommitdiffstats
path: root/tokio-trace
AgeCommit message (Expand)Author
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-22trace: prepare tokio-trace for release (#1051)Eliza Weisman
2019-04-21trace-core: prepare for 0.2 release (#1047)Eliza Weisman
2019-04-16trace-core: Dispatchers unset themselves (#1033)Eliza Weisman
2019-04-11trace-core: Introduce callsite classification in metadata (#1046)Eliza Weisman
2019-04-10trace-core: add a function to rebuild cached interest (#1039)Jane Lusby
2019-04-05trace: fix counters example, Span IDs must be greater than zero (#1037)João Oliveira
2019-04-03trace: Change `Span::enter` and `record` to take `&self` (#1029)Eliza Weisman
2019-04-03trace: Allow field names to be separated by `.`s (#1027)Eliza Weisman
2019-04-02trace: Fix subscriber benchmarks panicking (#1028)Eliza Weisman
2019-04-02Improve documentation of `Subscriber::record` and `Subscriber::event` (#1026)Matthias Prechtl
2019-04-02trace: Remove default trace level and make levels mandatory on span! macro (#...João Oliveira
2019-04-01trace: Make Span API functions taking IDs a little more flexible (#1021)Eliza Weisman
2019-03-28trace-core: Add slightly more useful debug impls (#1014)Eliza Weisman
2019-03-26trace: Allow trace instrumentation to emit log records (#992)Eliza Weisman
2019-03-25trace: Add static level filtering (#987)Son
2019-03-22trace-core: Add overrideable downcasting to `Subscriber`s (#974)Eliza Weisman
2019-03-18trace: Span API polish (#988)Eliza Weisman
2019-03-13trace: Remove git dep on trace core for crates version (#984)Lucio Franco
2019-03-13Prepare `tokio-trace-core` for initial release. (#979)Carl Lerche
2019-03-11trace-core: Fix `NoSubscriber` causing panics (#975)Eliza Weisman
2019-03-11trace-core: Require span IDs to be > 0 (#973)Eliza Weisman
2019-03-11trace-core: Pass dispatcher by ref to `dispatcher::with_default` (#971)Eliza Weisman
2019-03-11trace: Switch to using `local_inner_macros` for instrumentation API (#969)Eliza Weisman
2019-03-07trace: Minor documentation improvements (#963)Eliza Weisman
2019-03-07trace-core: API polish (#962)Eliza Weisman
2019-03-07trace-core: Debreak RustDoc links (#961)Eliza Weisman
2019-03-07trace: Add arguments struct to `subscriber::Record` (#955)Eliza Weisman
2019-03-07trace-core: Add `'static` bound to `Subscriber` (#953)Eliza Weisman
2019-03-01trace: Fix tokio-trace documentation url in the README (#939)Lucio Franco
2019-03-01trace: Allow specifying a new span's parent (#923)Eliza Weisman
2019-02-22trace: Minor doc improvements (#913)Eliza Weisman
2019-02-20trace: Allow `Span` IDs to be converted back to `u64`s (#910)Kevin Leimkuhler
2019-02-19Introduce `tokio-trace` (#827)Eliza Weisman