emit-rs / emit

Developer-first diagnostics for Rust applications
https://emit-rs.io
Apache License 2.0
128 stars 2 forks source link

Support span kinds #99

Closed KodrAus closed 2 months ago

KodrAus commented 2 months ago

We should introduce a well-known span_kind property for communicating that a span is a producer/consumer or client/server span.

KodrAus commented 2 months ago

Closing this one for now since trying to make this work through the SDK means the kind needs to be configured upfront, which also means it needs to go into emit's shared context. It's not a particularly valuable feature anyways so we can revisit in the future.