Skip to content

Commit dab13dd

Browse files
swiatekmblakerouse
andauthored
Update internal/pkg/otel/manager/execution_subprocess.go
Co-authored-by: Blake Rouse <[email protected]>
1 parent ddc00a8 commit dab13dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/otel/manager/execution_subprocess.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
OtelSupervisedMonitoringURLFlagName = "supervised.monitoring.url"
3939
)
4040

41-
// newExecutionSubProcess creates a new execution which runs the otel collector in a subprocess. A metricsPort or
41+
// newSubprocessExecution creates a new execution which runs the otel collector in a subprocess. A metricsPort or
4242
// healthCheckPort of 0 will result in a random port being used.
4343
func newSubprocessExecution(logLevel logp.Level, collectorPath string, metricsPort int, healthCheckPort int) (*subprocessExecution, error) {
4444
nsUUID, err := uuid.NewV4()

0 commit comments

Comments
 (0)