Skip to content

Commit 4fd738e

Browse files
committed
remove unused featuregates
1 parent cb21fee commit 4fd738e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pkg/featuregate/featuregate.go

-13
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,12 @@ var (
5555
featuregate.WithRegisterDescription("controls whether the operator supports Golang auto-instrumentation"),
5656
featuregate.WithRegisterFromVersion("v0.77.0"),
5757
)
58-
EnableApacheHTTPAutoInstrumentationSupport = featuregate.GlobalRegistry().MustRegister(
59-
"operator.autoinstrumentation.apache-httpd",
60-
featuregate.StageBeta,
61-
featuregate.WithRegisterDescription("controls whether the operator supports Apache HTTPD auto-instrumentation"),
62-
featuregate.WithRegisterFromVersion("v0.80.0"),
63-
)
6458
EnableNginxAutoInstrumentationSupport = featuregate.GlobalRegistry().MustRegister(
6559
"operator.autoinstrumentation.nginx",
6660
featuregate.StageAlpha,
6761
featuregate.WithRegisterDescription("controls whether the operator supports Nginx auto-instrumentation"),
6862
featuregate.WithRegisterFromVersion("v0.86.0"),
6963
)
70-
71-
EnableMultiInstrumentationSupport = featuregate.GlobalRegistry().MustRegister(
72-
"operator.autoinstrumentation.multi-instrumentation",
73-
featuregate.StageAlpha,
74-
featuregate.WithRegisterFromVersion("0.86.0"),
75-
featuregate.WithRegisterDescription("controls whether the operator supports multi instrumentation"))
76-
7764
// EnableTargetAllocatorRewrite is the feature gate that controls whether the collector's configuration should
7865
// automatically be rewritten when the target allocator is enabled.
7966
EnableTargetAllocatorRewrite = featuregate.GlobalRegistry().MustRegister(

0 commit comments

Comments
 (0)