Sha256: e1894c58cf76e558cbf02c9f93bc6cc616cbcb7bf3a6f362a5ec3a289fe43694
Contents?: true
Size: 427 Bytes
Versions: 18
Compression:
Stored size: 427 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. require 'new_relic/agent/heap' module NewRelic module Agent class TimestampSampledBuffer < PrioritySampledBuffer TIMESTAMP_KEY = "timestamp".freeze private def priority_for(event) -event[0][TIMESTAMP_KEY] end end end end
Version data entries
18 entries across 18 versions & 1 rubygems