Class: ElasticAPM::Normalizers::Collection::SkipNormalizer Private
- Inherits:
-
Object
- Object
- ElasticAPM::Normalizers::Collection::SkipNormalizer
- Defined in:
- lib/elastic_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
-
#initialize ⇒ SkipNormalizer
constructor
private
A new instance of SkipNormalizer.
- #normalize(*_args) ⇒ Object private
Constructor Details
#initialize ⇒ SkipNormalizer
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.
53 |
# File 'lib/elastic_apm/normalizers.rb', line 53 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.
55 56 57 |
# File 'lib/elastic_apm/normalizers.rb', line 55 def normalize(*_args) :skip end |