Update common dependency to pick up label fix for #1489

This commit is contained in:
Brian Brazil 2016-03-24 12:46:53 +00:00
parent 8788701ce7
commit da5311a35f
2 changed files with 3 additions and 3 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
}

4
vendor/vendor.json vendored
View File

@ -174,8 +174,8 @@
},
{
"path": "github.com/prometheus/common/model",
"revision": "0e53cc19aa67dd2e8587a26e28643cb152f5403d",
"revisionTime": "2016-01-29T15:16:16+01:00"
"revision": "167b27da48d058a9b46d84b834d67f68f0243f67",
"revisionTime": "2016-03-18T12:23:18Z"
},
{
"path": "github.com/prometheus/common/route",