Exception: NewRelic::Agent::StatsHash::CorruptedDefaultProcError

Inherits:
InternalAgentError
  • Object
show all
Defined in:
lib/new_relic/agent/stats_engine/stats_hash.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash, metric_spec) ⇒ CorruptedDefaultProcError

Returns a new instance of CorruptedDefaultProcError.



38
39
40
# File 'lib/new_relic/agent/stats_engine/stats_hash.rb', line 38

def initialize(hash, metric_spec)
  super("Corrupted default proc for StatsHash. Falling back adding #{metric_spec.inspect}")
end