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
With mock: true my understanding is no metrics will be emitted and metrics just end up in a local buffer.
When calling client.close() it attempts to create a socket, and if it can't connect will spew errors. I think if mock: true is set , it should just return.
Thoughts?
The text was updated successfully, but these errors were encountered:
With
mock: true
my understanding is no metrics will be emitted and metrics just end up in a local buffer.When calling
client.close()
it attempts to create a socket, and if it can't connect will spew errors. I think ifmock: true
is set , it should justreturn
.Thoughts?
The text was updated successfully, but these errors were encountered: