LinkData

org.typelevel.otel4s.sdk.trace.data.LinkData
See theLinkData companion trait
object LinkData

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(context: SpanContext): LinkData

Creates a LinkData with the given context.

Creates a LinkData with the given context.

Value parameters

context

the context of the span the link refers to

Attributes

Source
LinkData.scala
def apply(context: SpanContext, attributes: Attributes): LinkData

Creates a LinkData with the given context.

Creates a LinkData with the given context.

Value parameters

context

the context of the span the link refers to

Attributes

Source
LinkData.scala

Implicits

Implicits

implicit val linkDataHash: Hash[LinkData]

Attributes

Source
LinkData.scala
implicit val linkDataShow: Show[LinkData]

Attributes

Source
LinkData.scala