SpanKind

trace4cats.model.SpanKind$
See theSpanKind companion class
object SpanKind

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SpanKind.type

Members list

Type members

Classlikes

case object Client extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SpanKind
class Object
trait Matchable
class Any
Show all
Self type
Client.type
case object Consumer extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SpanKind
class Object
trait Matchable
class Any
Show all
Self type
Consumer.type
case object Internal extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SpanKind
class Object
trait Matchable
class Any
Show all
Self type
Internal.type
case object Producer extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SpanKind
class Object
trait Matchable
class Any
Show all
Self type
Producer.type
case object Server extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SpanKind
class Object
trait Matchable
class Any
Show all
Self type
Server.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val order: Order[SpanKind]
implicit val show: Show[SpanKind]