class ElasticAPM::Normalizers::Normalizer
@api privagte
Public Class Methods
new(config)
click to toggle source
# File lib/elastic_apm/normalizers.rb, line 8 def initialize(config) @config = config end
register(name)
click to toggle source
# File lib/elastic_apm/normalizers.rb, line 12 def self.register(name) Normalizers.register(name, self) end