From 7dc7b6cbe58d55095ca2005942b87755d1086292 Mon Sep 17 00:00:00 2001 From: Stuart Geipel <stuart.geipel@datadoghq.com> Date: Wed, 9 Oct 2024 07:05:17 -0700 Subject: [PATCH] update docs --- pkg/process/net/common_windows.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/process/net/common_windows.go b/pkg/process/net/common_windows.go index 130ad0ab3a996..005c91bbee5de 100644 --- a/pkg/process/net/common_windows.go +++ b/pkg/process/net/common_windows.go @@ -32,8 +32,7 @@ const ( // procStatsURL is not used in windows, the value is added to avoid compilation error in windows procStatsURL = "http://localhost:3333/" + string(sysconfig.ProcessModule) + "stats" // pingURL is not used in windows, the value is added to avoid compilation error in windows - pingURL = "http://localhost:3333/" + string(sysconfig.PingModule) + "/ping/" - // telemetryURL is not used in windows, the value is added to avoid compilation error in windows + pingURL = "http://localhost:3333/" + string(sysconfig.PingModule) + "/ping/" telemetryURL = "http://localhost:3333/telemetry" // SystemProbePipeName is the production named pipe for system probe