Jasz
Jasz
This is a request for a new assertion which checks whether the subject Iterable contains the given elements in order provided, possibly with other items between them. AssertJ has that...
Currently, Span and SpanCustomizer support tags with String, boolean, long and double values. OpenTelemetry additionally supports lists of those four types. This feature request proposes adding support for lists of...
Resolves #785. I've named the functions `tagOfStrings`, `tagOfDoubles`, etc., because `tag` would lead to clashes due to type erasure.