-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sink: add UDP support This commit adds support for UDP statsd sinks with the STATSD_PROTOCOL environment variable and the WithStatsdProtocol() SinkOption. * tests: don't run TestHTTPHandler_WrapResponse in parallel This test is incredibly fast so doesn't need to run in parallel and I'm trying to reduce the number of goroutines we have in flight at any time during out tests.
- Loading branch information
1 parent
079323d
commit 02891db
Showing
6 changed files
with
628 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.