Method: ElasticAPM::Sql::Signature.parse
- Defined in:
- lib/elastic_apm/sql/signature.rb
.parse(sql) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
56 57 58 |
# File 'lib/elastic_apm/sql/signature.rb', line 56 def self.parse(sql) new(sql).parse end |