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 cc17dab commit f220878Copy full SHA for f220878
model/labels_test.go
@@ -141,6 +141,11 @@ func TestLabelNameIsValid(t *testing.T) {
141
legacyValid: false,
142
utf8Valid: false,
143
},
144
+ {
145
+ ln: "dot.in.name",
146
+ legacyValid: false,
147
+ utf8Valid: true,
148
+ },
149
}
150
151
for _, s := range scenarios {
model/metric_test.go
@@ -145,6 +145,11 @@ func TestMetricNameIsLegacyValid(t *testing.T) {
+ mn: "dot.in.name",
152
153
154
155
0 commit comments