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 6348358 commit a0a70e9Copy full SHA for a0a70e9
model/relabel/relabel.go
@@ -115,7 +115,7 @@ func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error {
115
c.Regex = MustNewRegexp("")
116
}
117
if c.MetricNameValidationScheme == model.UnsetValidation {
118
- c.MetricNameValidationScheme = model.UTF8Validation
+ c.MetricNameValidationScheme = model.NameValidationScheme
119
120
return c.Validate()
121
0 commit comments