We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9975cbb commit 002345aCopy full SHA for 002345a
pkg/discovery/report.go
@@ -107,7 +107,6 @@ func GetAgentReportValue() (AgentReportValue, error) {
107
AutoInstrumentationSettings: settings,
108
},
109
}
110
-
111
return reportValue, nil
112
113
@@ -164,7 +163,7 @@ func convertPythonProcessToServiceSetting(proc PythonProcess) ServiceSetting {
164
163
key := fmt.Sprintf("host-%d", proc.ProcessPID)
165
166
// Determine the service type based on process manager or environment
167
- serviceType := "standalone"
+ serviceType := "system"
168
169
if proc.IsInContainer() {
170
serviceType = "docker"
0 commit comments