@@ -55,25 +55,12 @@ var (
55
55
featuregate .WithRegisterDescription ("controls whether the operator supports Golang auto-instrumentation" ),
56
56
featuregate .WithRegisterFromVersion ("v0.77.0" ),
57
57
)
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
- )
64
58
EnableNginxAutoInstrumentationSupport = featuregate .GlobalRegistry ().MustRegister (
65
59
"operator.autoinstrumentation.nginx" ,
66
60
featuregate .StageAlpha ,
67
61
featuregate .WithRegisterDescription ("controls whether the operator supports Nginx auto-instrumentation" ),
68
62
featuregate .WithRegisterFromVersion ("v0.86.0" ),
69
63
)
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
-
77
64
// EnableTargetAllocatorRewrite is the feature gate that controls whether the collector's configuration should
78
65
// automatically be rewritten when the target allocator is enabled.
79
66
EnableTargetAllocatorRewrite = featuregate .GlobalRegistry ().MustRegister (
0 commit comments