What should happen when you add an invalid span as a link? #1486
Labels
area:api
Cross language API specification issue
area:span-relationships
Related to span relationships
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
What should happen when you add a link to the invalid span, e.g. in Java
spanBuilder.addLink(Span.getInvalid())
? Right now this situation is not described by the spec, and in Java SDK it turns out that a link to the invalid span is added and can be even exported.Additional context.
The text was updated successfully, but these errors were encountered: