From 7089b01dab992f1fb9dc702616242ba1e2365eca Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum Date: Tue, 28 Apr 2020 10:59:09 -0500 Subject: [PATCH] profiler: fix the defaultAPIURL --- profiler/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/options.go b/profiler/options.go index 764a7e975c..23a63de172 100644 --- a/profiler/options.go +++ b/profiler/options.go @@ -32,7 +32,7 @@ const ( ) const ( - defaultAPIURL = "https://beta-intake.profile.datadoghq.com/v1/input" + defaultAPIURL = "https://intake.profile.datadoghq.com/v1/input" defaultEnv = "none" )