File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ import (
21
21
"google.golang.org/protobuf/encoding/protodelim"
22
22
"google.golang.org/protobuf/encoding/prototext"
23
23
24
- "github.com/prometheus/common/model"
25
-
26
24
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
25
+ "github.com/prometheus/common/model"
27
26
28
27
dto "github.com/prometheus/client_model/go"
29
28
)
Original file line number Diff line number Diff line change @@ -58,7 +58,9 @@ const (
58
58
type EscapingScheme int
59
59
60
60
const (
61
- // NoEscaping indicates that a name will not be escaped.
61
+ // NoEscaping indicates that a name will not be escaped. Unescaped names that
62
+ // do not conform to the legacy validity check will use a new exposition
63
+ // format syntax that will be officially standardized in future versions.
62
64
NoEscaping EscapingScheme = iota
63
65
64
66
// UnderscoreEscaping replaces all legacy-invalid characters with underscores.
You can’t perform that action at this time.
0 commit comments