JaegerTag

trace4cats.test.jaeger.JaegerTag$
See theJaegerTag companion trait
object JaegerTag

Attributes

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

Members list

Type members

Classlikes

case class BoolTag(key: String, value: Boolean, `type`: String) extends JaegerTag

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JaegerTag
class Object
trait Matchable
class Any
Show all
case class FloatTag(key: String, value: Double, `type`: String) extends JaegerTag

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JaegerTag
class Object
trait Matchable
class Any
Show all
case class LongTag(key: String, value: Long, `type`: String) extends JaegerTag

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JaegerTag
class Object
trait Matchable
class Any
Show all
case class StringTag(key: String, value: String, `type`: String) extends JaegerTag

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JaegerTag
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val decoder: Decoder[JaegerTag]