You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LogHandler publishes a Pulsar event RequestCompleteEvent which lets you know the duration a request took. This is something you'd use in Breeze to store how long each request took. I think it would be great to add in context as well since we already have access to it. Then you could subscribe and send off your own events. Without access to context from the event, you only know how long something took... You don't know what that something was.
The LogHandler publishes a Pulsar event
RequestCompleteEvent
which lets you know the duration a request took. This is something you'd use in Breeze to store how long each request took. I think it would be great to add incontext
as well since we already have access to it. Then you could subscribe and send off your own events. Without access tocontext
from the event, you only know how long something took... You don't know what that something was.lucky/src/lucky/log_handler.cr
Line 38 in 8eef897
The text was updated successfully, but these errors were encountered: