struct OpenTelemetry::Sampler::SamplingResult

Defined in:

sampler/sampling_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(decision : OpenTelemetry::Sampler::SamplingResult::Decision, attributes = {} of String => AnyAttribute, trace_state = {} of String => String) #

Instance Method Detail

def attributes : Hash(String, AnyAttribute) #

def decision : Decision #

def trace_state : Hash(String, String) #