Class: ElasticAPM::Sql::Signature::Summarizer Private

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_apm/sql/signature.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Mostly here to provide a similar API to new SqlSummarizer for easier swapping out

Instance Method Summary collapse

Instance Method Details

#summarize(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.



33
34
35
# File 'lib/elastic_apm/sql/signature.rb', line 33

def summarize(sql)
  Signature.parse(sql)
end