class NewRelic::Agent::TimestampSampledBuffer

Constants

TIMESTAMP_KEY

Private Instance Methods

priority_for(event) click to toggle source
# File lib/new_relic/agent/timestamp_sampled_buffer.rb, line 14
def priority_for(event)
  -event[0][TIMESTAMP_KEY]
end