Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RandomIdGenerator

Implements

Index

Constructors

Properties

generateSpanId: (() => string) = ...

Type declaration

    • (): string
    • Returns a random 8-byte span ID formatted/encoded as a 16 lowercase hex characters corresponding to 64 bits.

      Returns string

generateTraceId: (() => string) = ...

Type declaration

    • (): string
    • Returns a random 16-byte trace ID formatted/encoded as a 32 lowercase hex characters corresponding to 128 bits.

      Returns string

Generated using TypeDoc