Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlu committed Oct 9, 2024
1 parent 91019d5 commit 7dc7b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/process/net/common_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dc7b6c

Please sign in to comment.