Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit f1d22a6

Browse files
committed
Fixed: Move datadog to tcp.
1 parent 4d08c7f commit f1d22a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/datadog-helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
'api_key' => env("DATADOG_API_KEY", ""),
2828

29-
'application_key' => null,
29+
'application_key' => env("DATADOG_APP_KEY", ""),
3030

3131
'datadog_host' => 'https://app.datadoghq.com',
3232

@@ -46,6 +46,6 @@
4646
| Since the UDP method uses the a local dogstatsd instance you don't need to setup
4747
| any additional application/api access.
4848
*/
49-
'transport' => 'UDP'
49+
'transport' => 'TCP'
5050

5151
];

0 commit comments

Comments
 (0)