Class
NewRelic::Agent::StatsHash
In:
lib/new_relic/agent/stats_engine/stats_hash.rb
Parent:
Object
Methods
==
[]
each
empty?
handle_stats_lookup_error
marshal_dump
marshal_load
merge!
merge_or_insert
merge_transaction_metrics!
new
record
size
to_h
Classes and Modules
Class
NewRelic::Agent::StatsHash::StatsHashLookupError
Attributes
harvested_at
[RW]
started_at
[RW]
Public Class methods
new
(started_at=Time.now)
Public Instance methods
==
(other)
[]
(key)
each
() {|k, v| ...}
empty?
()
handle_stats_lookup_error
(key, hash, error)
marshal_dump
()
marshal_load
(data)
merge!
(other)
merge_or_insert
(target, name, stats)
merge_transaction_metrics!
(txn_metrics, scope)
record
(metric_specs, value=nil, aux=nil, &blk)
size
()
to_h
()
[Validate]