Class: Skywalking::Tracing::TagDbStatement
- Defined in:
- lib/skywalking/tracing/tag.rb
Instance Attribute Summary
Attributes inherited from Tag
Instance Method Summary collapse
-
#initialize(val) ⇒ TagDbStatement
constructor
A new instance of TagDbStatement.
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 |