Class: GraphQL::Tracing::NotificationsTrace::DryMonitorAdapter Private

Inherits:
Adapter
  • Object
show all
Defined in:
lib/graphql/tracing/notifications_trace.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Event

Instance Method Summary collapse

Methods inherited from Adapter

#start_event

Instance Method Details

#instrumentObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



42
43
44
# File 'lib/graphql/tracing/notifications_trace.rb', line 42

def instrument(...)
  Dry::Monitor.instrument(...)
end