Update vendoring for github.com/prometheus/common/*
This commit is contained in:
parent
ec6385a095
commit
69ef3b6209
16 changed files with 295 additions and 282 deletions
2
vendor/github.com/prometheus/common/model/signature.go
generated
vendored
2
vendor/github.com/prometheus/common/model/signature.go
generated
vendored
|
|
@ -98,7 +98,7 @@ func labelSetToFastFingerprint(ls LabelSet) Fingerprint {
|
|||
// specified LabelNames into the signature calculation. The labels passed in
|
||||
// will be sorted by this function.
|
||||
func SignatureForLabels(m Metric, labels ...LabelName) uint64 {
|
||||
if len(m) == 0 || len(labels) == 0 {
|
||||
if len(labels) == 0 {
|
||||
return emptyLabelSignature
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue