Skip to content

Commit 06c6a85

Browse files
committed
correct name in logging setup
1 parent 4f4d0f7 commit 06c6a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func main() {
169169
"go-os", runtime.GOOS,
170170
"labels-filter", labelsFilter,
171171
"enable-multi-instrumentation", enableMultiInstrumentation,
172-
"enable-apache-http-instrumentation", enableApacheHttpdInstrumentation,
172+
"enable-apache-httpd-instrumentation", enableApacheHttpdInstrumentation,
173173
)
174174

175175
restConfig := ctrl.GetConfigOrDie()

0 commit comments

Comments
 (0)