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

Fix test race condition, and add Datadog event support #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wschroeder
Copy link

This PR includes two different things:

  • When running mix test, I saw intermittent failures because many tests attempted to start a server that listened on the same port. This is resolved by making each test server start on a unique port.
  • I brought in milmazz's addition of Datadog events, and then I fixed the line protocol bug for the feature: Datadog's events do not start with a prefix. This required a much-needed change that separated the concerns of the port_command header (destination information) from the UDP data (prefix and then the rest of the metric name and line protocol).

wschroeder and others added 3 commits February 2, 2022 11:54
This was also a good opportunity to separate the concern of the port
header having the prefix embedded.
@cpiemontese
Copy link

It would be really cool to have event support! Any chance this will be merged?

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

Successfully merging this pull request may close these issues.

None yet

3 participants