Sha256: b1263d3856d4f8ba0a67123909e0f98b5e7e935b704c409ec888ef6bf2c4b941
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true module ElasticAPM module Metrics # @api private class BreakdownSet < SpanScopedSet def initialize(config) super disable! unless config.breakdown_metrics? end end end end
Version data entries
5 entries across 5 versions & 1 rubygems