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
There’s no mention of what happens if an attempt to emit a metric fails, for example if, I dunno, maybe if the UDP socket is closed.
If an exception might be raised, it would be helpful if it was a specific exception subclass, something like Datadog::TransmissionError, so it could be rescued and handled specifically.
The text was updated successfully, but these errors were encountered:
Thank you! I did see that; my point with this issue is that it'd be good for the docs to mention this so users don't have to go to the code to figure it out.
There’s no mention of what happens if an attempt to emit a metric fails, for example if, I dunno, maybe if the UDP socket is closed.
If an exception might be raised, it would be helpful if it was a specific exception subclass, something like
Datadog::TransmissionError
, so it could be rescued and handled specifically.The text was updated successfully, but these errors were encountered: