Method: NewRelic::Agent::Transaction::SyntheticsSampleBuffer#allow_sample?

Defined in:
lib/new_relic/agent/transaction/synthetics_sample_buffer.rb

#allow_sample?(sample) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

15
16
17
# File 'lib/new_relic/agent/transaction/synthetics_sample_buffer.rb', line 15

def allow_sample?(sample)
  !sample.synthetics_resource_id.nil?
end