This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
span!
macro should allow customizing a span's target
#19
Labels
area/macros
Related to macros
crate/macros
Related to the `tokio-trace-macros` crate
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Follow-up from #17.
Currently,
Event
s may be constructed with arbitrarytarget
strings, like log records from thelog
crate, butSpan
s may only be constructed with the source module path as the target. This should be changed so that subscribers have more metadata for filtering spans.See also #18, a related issue.
The text was updated successfully, but these errors were encountered: