Luca Palmieri
Luca Palmieri
This formatter outputs whatever is attached to the span—there's no special work or setup you need to do here. If the field is correctly attached to a span, it'll show...
Yes, this is possible - we just need to skip those fields when serializing the event/span. If you'd like to work on a PR, I'm happy to review it.
I'm fuzzy on the details, but I seem to recall that it's not easy/straight-forward to extract it before creating the span. If you manage to, happy to merge it in!
I'd like to understand the design before going through a PR! I'm definitely interested in the feature 😄
What does `ws::EchoResponder` look like in terms of implementation? What trait is it implementing?
I lean towards having the interface being specific to websockets—we can always generalize later if/when we decide to support something like gRPC (which hasn't been the case for the past...
This is definitely on the roadmap 😄 Once the work on the core stabilises, it'll be one of the first items I'll start working on.
I don't believe this is possible given the current API, but it'd definitely be a significant improvement in ergonomics. I'll think about a mechanism to make that feasible 🤔
Sweet! I'll set aside some time to update the book then.
@sullivan-sean's reproduction leaves me a bit puzzled: it's basically a case where you have a local crate with the same name of a crate that exists on crates.io, but you...