IdGenerator

org.typelevel.otel4s.sdk.trace.IdGenerator
See theIdGenerator companion object
trait IdGenerator[F[_]]

Generates new span and trace ids.

Type parameters

F

the higher-kinded type of a polymorphic effect

Attributes

See also
Companion
object
Source
IdGenerator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Generates a valid span id.

Generates a valid span id.

Attributes

Source
IdGenerator.scala

Generates a valid trace id.

Generates a valid trace id.

Attributes

Source
IdGenerator.scala