We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14327c commit 1fd285dCopy full SHA for 1fd285d
main.go
@@ -180,7 +180,7 @@ func main() {
180
"enable-multi-instrumentation", enableMultiInstrumentation,
181
"enable-apache-httpd-instrumentation", enableApacheHttpdInstrumentation,
182
"enable-dotnet-instrumentation", enableDotNetInstrumentation,
183
- "enable-python-instrumentation", enableDotNetInstrumentation,
+ "enable-python-instrumentation", enablePythonInstrumentation,
184
)
185
186
restConfig := ctrl.GetConfigOrDie()
0 commit comments