validateAndSanitizeExternalLabels sets otlptranslator.LabelNamer{UnderscoreLabelSanitization: !prometheustranslator.DropSanitizationGate.IsEnabled()}. The field is deprecated (github.com/prometheus/otlptranslator) and will be removed in a future version of that module. Currently suppressed with //nolint:staticcheck.
Need to check what otlptranslator replaces this field with (if anything) and how it interacts with this repo's own DropSanitizationGate feature gate - the gate may need to be adjusted or removed depending on the upstream replacement.
validateAndSanitizeExternalLabelssetsotlptranslator.LabelNamer{UnderscoreLabelSanitization: !prometheustranslator.DropSanitizationGate.IsEnabled()}. The field is deprecated (github.com/prometheus/otlptranslator) and will be removed in a future version of that module. Currently suppressed with//nolint:staticcheck.Need to check what
otlptranslatorreplaces this field with (if anything) and how it interacts with this repo's ownDropSanitizationGatefeature gate - the gate may need to be adjusted or removed depending on the upstream replacement.