Class: ActiveMatrix::Telemetry::NullSpan

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/active_matrix/telemetry.rb

Overview

Null span for when OTel is not available

Instance Method Summary collapse

Instance Method Details

#add_event(_name, **_opts) ⇒ Object



129
# File 'lib/active_matrix/telemetry.rb', line 129

def add_event(_name, **_opts); end

#record_exception(_exception, **_opts) ⇒ Object



130
# File 'lib/active_matrix/telemetry.rb', line 130

def record_exception(_exception, **_opts); end

#set_attribute(_key, _value) ⇒ Object



128
# File 'lib/active_matrix/telemetry.rb', line 128

def set_attribute(_key, _value); end

#status=(_status) ⇒ Object



131
# File 'lib/active_matrix/telemetry.rb', line 131

def status=(_status); end