Class: Skylight::Normalizers::ActiveRecord::FutureResult Private

Inherits:
Normalizer show all
Defined in:
lib/skylight/normalizers/active_record/sql.rb

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.

Instance Attribute Summary

Attributes inherited from Normalizer

#config

Instance Method Summary collapse

Methods inherited from Normalizer

#initialize, #normalize_after, #normalize_with_meta, register

Methods included from Util::Logging

#config_for_logging, #debug, #error, #fmt, #info, #log, #log_context, #raise_on_error?, #t, #trace, #trace?, #warn

Constructor Details

This class inherits a constructor from Skylight::Normalizers::Normalizer

Instance Method Details

#normalize(_trace, _name, payload) ⇒ 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.



14
15
16
# File 'lib/skylight/normalizers/active_record/sql.rb', line 14

def normalize(_trace, _name, payload)
  ["db.future_result", "Async #{payload[:name] || "Query"}"]
end