Open
Description
See
Unlike in the opentracing tracer we pass SPAN_KIND_INTERNAL
as the operationName to the delegate tracer, instead of the span name passed in to spanBuilder
. Then passes the spanName
as the resource name.
Is there a reason for this inconsistency?
Or was the intent that SPAN_KIND_INTERNAL
was mean to be the span kind, but was actually passed as the operation name?