Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events should be set over UDP to the DD agent #37

Closed
onema opened this issue Mar 26, 2016 · 1 comment
Closed

Events should be set over UDP to the DD agent #37

onema opened this issue Mar 26, 2016 · 1 comment
Assignees

Comments

@onema
Copy link

onema commented Mar 26, 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 their dogstatsd counterpart or removed.

The implementation of this method should send events to the DataDog agent over UDP.

onema added a commit to onema/php-datadogstatsd that referenced this issue Apr 20, 2016
@hkaj hkaj self-assigned this May 2, 2016
@hush-hush hush-hush assigned hush-hush and unassigned hkaj Dec 19, 2017
@hush-hush
Copy link
Member

Hi @onema,

Thanks for opening this issue, and sorry it took us so long to answer. Since #41 was merged it's possible to send events over UDP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants