class ElasticAPM::Normalizers::Normalizer

@api privagte

Public Class Methods

new(config) click to toggle source
# File lib/elastic_apm/normalizers.rb, line 7
def initialize(config)
  @config = config
end
register(name) click to toggle source
# File lib/elastic_apm/normalizers.rb, line 11
def self.register(name)
  Normalizers.register(name, self)
end