class ElasticAPM::Metrics::BreakdownSet

@api private

Public Class Methods

new(config) click to toggle source
Calls superclass method
# File lib/elastic_apm/metrics/breakdown_set.rb, line 24
def initialize(config)
  super

  disable! unless config.breakdown_metrics?
end