mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 21:24:05 -08:00
Update common dependency to pick up label fix for #1489
This commit is contained in:
parent
8788701ce7
commit
da5311a35f
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
|
||||
}
|
||||
|
||||
|
|
4
vendor/vendor.json
vendored
4
vendor/vendor.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue