Review SpanKind #2
Labels
enhancement
New feature or request
needs design
Requires some thought and consideration before any code is comitted.
zero priority
Not sure if this is needed, delay implementation until there's an actual need.
For the root/application span, there is no obviously appropriate
SpanKind
, and it's therefore left unset.It could be set to
CONSUMER
for spark-streaming jobs. Another option is to make it configurable.For job or task spans (see #1), the SpanKind might be set to
CLIENT
, but this is of little value until there's context propagation on that end (see #3).The text was updated successfully, but these errors were encountered: