// Code generated by mdatagen. DO NOT EDIT.

package metadata

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

var ReceiverhelperNewReceiverMetricsFeatureGate = featuregate.GlobalRegistry().MustRegister(
	"receiverhelper.newReceiverMetrics",
	featuregate.StageAlpha,
	featuregate.WithRegisterDescription("Controls whether receivers emit new metrics and span attributes to distinguish downstream errors from internal errors. This is a breaking change for the semantics of the otelcol_receiver_refused_metric_points,  otelcol_receiver_refused_log_records and otelcol_receiver_refused_spans."),
	featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector/pull/12802"),
	featuregate.WithRegisterFromVersion("v0.138.0"),
)
