eprothro/cassie

View on GitHub
lib/cassie/instrumentation.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cassie

  # Instrumentor used for notifications for events
  # such as connecting clusters, openeing sessions,
  # and executing queries
  def self.instrumenter
    @instrumenter ||= ActiveSupport::Notifications
  end
end