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