Class: StackifyRubyAPM::Normalizers::Collection::SkipNormalizer Private

Inherits:
Object
  • Object
show all
Defined in:
lib/stackify_apm/normalizers.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 Method Summary collapse

Constructor Details

#initializeSkipNormalizer

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.

Returns a new instance of SkipNormalizer.



37
# File 'lib/stackify_apm/normalizers.rb', line 37

def initialize; end

Instance Method Details

#normalize(*_args) ⇒ 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.



39
40
41
# File 'lib/stackify_apm/normalizers.rb', line 39

def normalize(*_args)
  :skip
end