Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/prometheus/tsdb from 0.7.1 to 0.10.0 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 11, 2022

Bumps github.com/prometheus/tsdb from 0.7.1 to 0.10.0.

Release notes

Sourced from github.com/prometheus/tsdb's releases.

v0.10.0

This release brings some good allocation improvements for queries and compaction. See CHANGELOG for interface changes.

v0.9.1

See CHANGELOG

v0.9.0

See CHANGELOG

0.8.0

No release notes provided.

Changelog

Sourced from github.com/prometheus/tsdb's changelog.

0.10.0

  • [FEATURE] Added DBReadOnly to allow opening a database in read only mode.
    • DBReadOnly.Blocks() exposes a slice of BlockReaders.
    • BlockReader interface - removed MinTime/MaxTime methods and now exposes the full block meta via Meta().
  • [FEATURE] chunckenc.Chunk.Iterator method now takes a chunckenc.Iterator interface as an argument for reuse.

0.9.1

  • [CHANGE] LiveReader metrics are now injected rather than global.

0.9.0

  • [FEATURE] Provide option to compress WAL records using Snappy. #609
  • [BUGFIX] Re-calculate block size when calling block.Delete.
  • [BUGFIX] Re-encode all head chunks at compaction that are open (being appended to) or outside the Maxt block range. This avoids writing out corrupt data. It happens when snapshotting with the head included.
  • [BUGFIX] Improved handling of multiple refs for the same series in WAL reading.
  • [BUGFIX] prometheus_tsdb_compactions_failed_total is now incremented on any compaction failure.
  • [CHANGE] The meta file BlockStats no longer holds size information. This is now dynamically calculated and kept in memory. It also includes the meta file size which was not included before.
  • [CHANGE] Create new clean segment when starting the WAL.
  • [CHANGE] Renamed metric from prometheus_tsdb_wal_reader_corruption_errors to prometheus_tsdb_wal_reader_corruption_errors_total.
  • [ENHANCEMENT] Improved atomicity of .tmp block replacement during compaction for usual case.
  • [ENHANCEMENT] Improved postings intersection matching.
  • [ENHANCEMENT] Reduced disk usage for WAL for small setups.
  • [ENHANCEMENT] Optimize queries using regexp for set lookups.

0.8.0

  • [BUGFIX] Calling Close more than once on a querier returns an error instead of a panic.
  • [BUGFIX] Don't panic and recover nicely when running out of disk space.
  • [BUGFIX] Correctly handle empty labels.
  • [BUGFIX] Don't crash on an unknown tombstone ref.
  • [ENHANCEMENT] Re-add FromData function to create a chunk from bytes. It is used by Cortex and Thanos.
  • [ENHANCEMENT] Simplify mergedPostings.Seek.
  • [FEATURE] Added currentSegment metric for the current WAL segment it is being written to.
Commits
  • 7762249 Merge pull request #668 from codesome/release-0.10.0
  • 7469719 cut 0.10.0
  • 6f9bbc7 Open db in Read only mode (#588)
  • 3df36b4 Merge pull request #664 from prometheus/makefile_common
  • 0a3c2e3 makefile: update Makefile.common with newer version
  • bff3ef3 minor enhancement: return multi error when closeAll() (#663)
  • 7dd5e17 Merge pull request #662 from csmarchbanks/wal-replay-logs
  • 0cd46f8 Add logging during WAL replay
  • 3bc1ea3 Reuse byte buffer in WriteChunks and writeHash (#653)
  • 45ee02a Merge pull request #658 from johncming/fix-comment
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/prometheus/tsdb](https://github.com/prometheus/tsdb) from 0.7.1 to 0.10.0.
- [Release notes](https://github.com/prometheus/tsdb/releases)
- [Changelog](https://github.com/prometheus-junkyard/tsdb/blob/master/CHANGELOG.md)
- [Commits](prometheus-junkyard/tsdb@v0.7.1...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/tsdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants