Loading lib/labkit/tracing/rails/action_view_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ module Labkit # Instruments Rails ActionView events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscriptions = [ ActiveSupport::Notifications.subscribe(RENDER_TEMPLATE_NOTIFICATION_TOPIC, RenderTemplateInstrumenter.new), ActiveSupport::Notifications.subscribe(RENDER_COLLECTION_NOTIFICATION_TOPIC, RenderCollectionInstrumenter.new), Loading lib/labkit/tracing/rails/active_record_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,6 @@ module Labkit # Instruments Rails ActiveRecord events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscription = ActiveSupport::Notifications.subscribe(ACTIVE_RECORD_NOTIFICATION_TOPIC, SqlInstrumenter.new) create_unsubscriber [subscription] Loading lib/labkit/tracing/rails/active_support_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,6 @@ module Labkit # Instruments Rails ActiveSupport events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscriptions = [ ActiveSupport::Notifications.subscribe(CACHE_READ_TOPIC, CacheReadInstrumenter.new), ActiveSupport::Notifications.subscribe(CACHE_GENERATE_TOPIC, CacheGenerateInstrumenter.new), Loading Loading
lib/labkit/tracing/rails/action_view_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ module Labkit # Instruments Rails ActionView events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscriptions = [ ActiveSupport::Notifications.subscribe(RENDER_TEMPLATE_NOTIFICATION_TOPIC, RenderTemplateInstrumenter.new), ActiveSupport::Notifications.subscribe(RENDER_COLLECTION_NOTIFICATION_TOPIC, RenderCollectionInstrumenter.new), Loading
lib/labkit/tracing/rails/active_record_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,6 @@ module Labkit # Instruments Rails ActiveRecord events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscription = ActiveSupport::Notifications.subscribe(ACTIVE_RECORD_NOTIFICATION_TOPIC, SqlInstrumenter.new) create_unsubscriber [subscription] Loading
lib/labkit/tracing/rails/active_support_subscriber.rb +0 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,6 @@ module Labkit # Instruments Rails ActiveSupport events for opentracing. # Returns a lambda, which, when called will unsubscribe from the notifications def self.instrument subscriber = new subscriptions = [ ActiveSupport::Notifications.subscribe(CACHE_READ_TOPIC, CacheReadInstrumenter.new), ActiveSupport::Notifications.subscribe(CACHE_GENERATE_TOPIC, CacheGenerateInstrumenter.new), Loading