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 current implementation of the event method uses the API to send events over HTTP, this can take a toll in the overall performance of an application that sends large number of events to DataDog. API events should be separated from their dogstatsd counterpart or removed.
The implementation of this method should send events to the DataDog agent over UDP.
The text was updated successfully, but these errors were encountered:
onema
added a commit
to onema/php-datadogstatsd
that referenced
this issue
Apr 20, 2016
The current implementation of the
event
method uses the API to send events over HTTP, this can take a toll in the overall performance of an application that sends large number of events to DataDog. API events should be separated from theirdogstatsd
counterpart or removed.The implementation of this method should send events to the DataDog agent over UDP.
The text was updated successfully, but these errors were encountered: