// Code generated by mdatagen. DO NOT EDIT.

package metadata

import (
	"go.opentelemetry.io/collector/featuregate"
)

var OtelcolPrintInitialConfigFeatureGate = featuregate.GlobalRegistry().MustRegister(
	"otelcol.printInitialConfig",
	featuregate.StageBeta,
	featuregate.WithRegisterDescription("if set to true, enable the print-config command"),
	featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector/pull/11775"),
	featuregate.WithRegisterFromVersion("v0.120.0"),
)
