# File lib/new_relic/agent/sampled_buffer.rb, line 55
      def sample_rate_lifetime
        @captured_lifetime > 0 ? (@captured_lifetime.to_f / @seen_lifetime) : 0.0
      end