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
Currently setting tags/attributes on Spans only works if the type is fully supported (boolean, long, double, string, etc). As per the Specification, unsupported types must be set using their string representation (i.e. toString() in Java).
Currently setting tags/attributes on
Span
s only works if the type is fully supported (boolean, long, double, string, etc). As per the Specification, unsupported types must be set using their string representation (i.e.toString()
in Java).See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md#set-tag
The text was updated successfully, but these errors were encountered: