Baggage

org.typelevel.otel4s.baggage.Baggage
See theBaggage companion trait
object Baggage

Attributes

Companion
trait
Source
Baggage.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Baggage.type

Members list

Type members

Classlikes

object Entry

Attributes

Companion
trait
Source
Baggage.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Entry.type
sealed trait Entry

A entry the Baggage holds associated with a key.

A entry the Baggage holds associated with a key.

Attributes

Companion
object
Source
Baggage.scala
Supertypes
class Object
trait Matchable
class Any
object Metadata

Attributes

Companion
trait
Source
Baggage.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Metadata.type
sealed trait Metadata

An opaque wrapper for a string.

An opaque wrapper for a string.

Attributes

Companion
object
Source
Baggage.scala
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def empty: Baggage

An empty Baggage.

An empty Baggage.

Attributes

Source
Baggage.scala

Implicits

Implicits

implicit val baggageHash: Hash[Baggage]

Attributes

Source
Baggage.scala
implicit val baggageShow: Show[Baggage]

Attributes

Source
Baggage.scala