Method: Mongo::Monitoring.next_operation_id
- Defined in:
- lib/mongo/monitoring.rb
.next_operation_id ⇒ Integer
Used for generating unique operation ids to link events together.
79 80 81 |
# File 'lib/mongo/monitoring.rb', line 79 def self.next_operation_id self.next_id end |