Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The FeatureGate needs to be set via `extraArgs` parameter of the Opentelemetry Operator. It's very hard to figure out the correct way.
  • Loading branch information
somnathbm authored Dec 19, 2024
1 parent 5eefae8 commit 90819d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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={"<Name-of-the-gate>=<Value>"}`), 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`.

Expand Down

0 comments on commit 90819d5

Please sign in to comment.