# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' change_type: breaking # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) component: prometheusreceiver, prometheusexporter, prometheusremotewrite # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). note: Disable `pkg.translator.prometheus.NormalizeName` feature gate by default # One or more tracking issues related to the change issues: [23208] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document. # Use pipe (|) for multiline entries. subtext: | The feature gate `pkg.translator.prometheus.NormalizeName` was enabled prematurely while translation on the prometheus receiver was incomplete. To address this, the feature gate has been reverted back to alpha status. This will remain the case until the translation on the receiver side aligns with the translation on the exporter side, or until it is replaced with a configuration option or completely removed. To maintain the current behavior, you can enable the feature gate using the `--feature-gates=pkg.translator.prometheus.NormalizeName` command argument. However, please note that the translation in the prometheus receiver is a subject to future changes.