From 90819d57e3a1631dd8404325e97d41376d8a21a2 Mon Sep 17 00:00:00 2001 From: Somnath Mukherjee Date: Thu, 19 Dec 2024 17:37:29 +0530 Subject: [PATCH] Update README.md The FeatureGate needs to be set via `extraArgs` parameter of the Opentelemetry Operator. It's very hard to figure out the correct way. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71619cdc74..fd1dfb967b 100644 --- a/README.md +++ b/README.md @@ -584,7 +584,7 @@ instrumentation.opentelemetry.io/inject-sdk: "true" #### Controlling Instrumentation Capabilities -The operator allows specifying, via the flags, which languages the Instrumentation resource may instrument. +The operator allows specifying, via the flags (`--set manager.extraArgs={"="}`), which languages the Instrumentation resource may instrument. If a language is enabled by default its gate only needs to be supplied when disabling the gate. Language support can be disabled by passing the flag with a value of `false`.