SpanIdentifiers

com.ovoenergy.natchez.extras.datadog.SpanIdentifiers$
See theSpanIdentifiers companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

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

Value members

Concrete methods

def child[F[_] : Sync](identifiers: SpanIdentifiers): F[SpanIdentifiers]

Create span identifiers that identify a new child span of the one identified by the provided ids This means the parent ID will be set but a new span ID will be created

Create span identifiers that identify a new child span of the one identified by the provided ids This means the parent ID will be set but a new span ID will be created

Attributes

def create[F[_] : Sync]: F[SpanIdentifiers]
def fromKernel[F[_] : Sync](rawKernel: Kernel): F[SpanIdentifiers]

Build span identifiers from HTTP headers provided by a client, this will always succeed even if headers are missing because partial data (i.e. just a trace token) is still useful to us

Build span identifiers from HTTP headers provided by a client, this will always succeed even if headers are missing because partial data (i.e. just a trace token) is still useful to us

Attributes

def toKernel(ids: SpanIdentifiers): Kernel