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
I missed that this library creates events and not logs in DataDog. While the above would be a good enhancement, I'll be using a different handler instead and won't be working on this myself.
https://github.com/nohponex/monolog-datadog-handler/blob/master/src/DataDogHandler.php#L79 calls
event()
, which is documented as a blocking call:https://github.com/DataDog/php-datadogstatsd/blob/master/src/DogStatsd.php#L383-L393
While there's code in
event()
to send over UDP, since we set an API key it's back to TCP: https://github.com/DataDog/php-datadogstatsd/blob/master/src/DogStatsd.php#L88-L90A few options I see:
DogStatsd
.The text was updated successfully, but these errors were encountered: