Class: GraphQL::Tracing::NotificationsTrace::DryMonitorAdapter Private
- 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
-
#instrument ⇒ Object
private
Methods inherited from Adapter
Instance Method Details
#instrument ⇒ Object
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 |