slashmo / gsoc-swift-tracing

WIP collection of Swift libraries enabling Tracing on Swift (Server) systems.
https://summerofcode.withgoogle.com/projects/#6092707967008768
Apache License 2.0
20 stars 1 forks source link

Consider removal of Span.Status, as OTel also removing it #134

Open ktoso opened 4 years ago

ktoso commented 4 years ago

Do we have reasons to keep status other than that we assumed OTel will have it?

Since it seems it is being removed: https://github.com/open-telemetry/oteps/pull/134 Remove Span.Status #134

This is a periodic reminder that OTel is still in complete churn mode and we should frantically cut as much API as possible to not be caught up in that chaos.

iNikem commented 4 years ago

This is a periodic reminder that OTel is still in complete churn mode

Otel aims to have a GA for Trace API by the end of September.

ktoso commented 4 years ago

Good to know, thanks, Nikita 👍 We'll tread carefully with our releases to be able to get in sync well there.