Update vendoring for github.com/prometheus/common/*

This commit is contained in:
Ben Kochie 2016-12-16 13:04:35 +01:00
commit 69ef3b6209
16 changed files with 295 additions and 282 deletions

View file

@ -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
}