-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Description
This code:
Lines 135 to 138 in 1d8c672
lstrs = append(lstrs, fmt.Sprintf("%s=%q", l, v)) | |
} | |
sort.Strings(lstrs) |
will sort foo2="bar"
before foo="bar"
.
The usual sort order of Prometheus labels is alphabetical by names, which would put foo
before foo2
.
Metadata
Metadata
Assignees
Labels
No labels