struct

OpenTelemetry::API::AbstractIdGenerator

Inherits Struct / Value / Object

This is the abstract base implementation for an ID Generator. Other ID Generators should inherit from this class to implement the interface prescribed here.

Constructors

new(variant : String | Symbol = "unique")
Source

Class methods

span_id
Source
trace_id
Source

Instance methods

generator
Source
span_id
Source
trace_id
Source

Nested types