SpanKind

trace4cats.opentelemetry.otlp.json.Span$.SpanKind
See theSpanKind companion object
sealed abstract class SpanKind(val value: Int)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SPAN_KIND_CLIENT.type
object SPAN_KIND_CONSUMER.type
object SPAN_KIND_INTERNAL.type
object SPAN_KIND_PRODUCER.type
object SPAN_KIND_SERVER.type

Members list

Value members

Concrete fields

val value: Int