From a77576cf74ab6c42f8d56e67ea47f04589382ae1 Mon Sep 17 00:00:00 2001 From: Chase Coney Date: Fri, 23 Feb 2018 16:43:51 -0600 Subject: [PATCH] Default transport should match underlying library (UDP). --- config/datadog-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/datadog-helper.php b/config/datadog-helper.php index 4bd1121..e6ef455 100644 --- a/config/datadog-helper.php +++ b/config/datadog-helper.php @@ -46,6 +46,6 @@ | Since the UDP method uses the a local dogstatsd instance you don't need to setup | any additional application/api access. */ - 'transport' => 'TCP' + 'transport' => 'UDP' ];