You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Span has stuff like addAnnotation, which I'd like to use, but returns unit, should we wrap it in sth. to have a more scala like api, returning the changed span?
Same for the other Span methods @Sebruck ?
The text was updated successfully, but these errors were encountered:
The only problem I see is that we might awake false assumptions on the client side. The fluent api then "feels" like it's immutable, but in fact it's not.
But I'd happy to play around a bit and see if we can come up with something useful!
Span
has stuff likeaddAnnotation
, which I'd like to use, but returns unit, should we wrap it in sth. to have a more scala like api, returning the changed span?Same for the other
Span
methods@Sebruck ?
The text was updated successfully, but these errors were encountered: