Skip to content

Commit f695ea4

Browse files
committed
add missing description in config for multi-instrumentation
1 parent 1fcf131 commit f695ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/config/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func (c *Config) CollectorImage() string {
111111
return c.collectorImage
112112
}
113113

114+
// EnableMultiInstrumentation is true when the operator supports multi instrumentation.
114115
func (c *Config) EnableMultiInstrumentation() bool {
115116
return c.enableMultiInstrumentation
116117
}

0 commit comments

Comments
 (0)