mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
Merge pull request #3733 from simonpasquier/update-vendor-tsdb
Update vendor tsdb
This commit is contained in:
commit
753f8c1071
2
vendor/github.com/prometheus/tsdb/compact.go
generated
vendored
2
vendor/github.com/prometheus/tsdb/compact.go
generated
vendored
|
@ -428,10 +428,10 @@ func (c *LeveledCompactor) write(dest string, meta *BlockMeta, blocks ...BlockRe
|
|||
}
|
||||
|
||||
indexw, err := index.NewWriter(filepath.Join(tmp, indexFilename))
|
||||
meta.Version = indexw.Version
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "open index writer")
|
||||
}
|
||||
meta.Version = indexw.Version
|
||||
|
||||
if err := c.populateBlock(blocks, meta, indexw, chunkw); err != nil {
|
||||
return errors.Wrap(err, "write compaction")
|
||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -800,10 +800,10 @@
|
|||
"revisionTime": "2016-04-11T19:08:41Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "XHNJVYnIBaFpQOOA4wTqjDbMkUo=",
|
||||
"checksumSHA1": "errrSfk16j274D3QY61bWODd56c=",
|
||||
"path": "github.com/prometheus/tsdb",
|
||||
"revision": "467948f3c3f2f6f4ed9881afba27dd3ae24393eb",
|
||||
"revisionTime": "2018-01-18T08:32:54Z"
|
||||
"revision": "ad0fdaf436fc99828bce60f81984dcfa3a282a44",
|
||||
"revisionTime": "2018-01-24T14:58:35Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "XTirmk6Pq5TBGIZEaN5VL4k3i1s=",
|
||||
|
|
Loading…
Reference in a new issue