We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff09ab1 commit e9f75f7Copy full SHA for e9f75f7
otelcol/internal/sharedgate/sharedgate.go
@@ -19,6 +19,6 @@ import "go.opentelemetry.io/collector/featuregate"
19
20
var ConnectorsFeatureGate = featuregate.GlobalRegistry().MustRegister(
21
"service.connectors",
22
- featuregate.StageAlpha,
+ featuregate.StageBeta,
23
featuregate.WithRegisterDescription("Enables 'connectors', a new type of component for transmitting signals between pipelines."),
24
featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector/issues/2336"))
0 commit comments