Class: Skywalking::Tracing::TagDbStatement

Inherits:
Tag
  • Object
show all
Defined in:
lib/skywalking/tracing/tag.rb

Instance Attribute Summary

Attributes inherited from Tag

#insert, #key, #val

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ TagDbStatement

Returns a new instance of TagDbStatement.



57
58
59
60
# File 'lib/skywalking/tracing/tag.rb', line 57

def initialize(val)
  super
  @key = 'db.statement'
end