Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/prometheus require minor v2.22.0+incompatible -> v2.23.0

Release Notes

prometheus/prometheus

v2.23.0

Compare Source

  • [CHANGE] UI: Make the React UI default. #​8142
  • [CHANGE] Remote write: The following metrics were removed/renamed in remote write. #​6815
    • prometheus_remote_storage_succeeded_samples_total was removed and prometheus_remote_storage_samples_total was introduced for all the samples attempted to send.
    • prometheus_remote_storage_sent_bytes_total was removed and replaced with prometheus_remote_storage_samples_bytes_total and prometheus_remote_storage_metadata_bytes_total.
    • prometheus_remote_storage_failed_samples_total -> prometheus_remote_storage_samples_failed_total .
    • prometheus_remote_storage_retried_samples_total -> prometheus_remote_storage_samples_retried_total.
    • prometheus_remote_storage_dropped_samples_total -> prometheus_remote_storage_samples_dropped_total.
    • prometheus_remote_storage_pending_samples -> prometheus_remote_storage_samples_pending.
  • [CHANGE] Remote: Do not collect non-initialized timestamp metrics. #​8060
  • [FEATURE][experimental] Remote write: Allow metric metadata to be propagated via remote write. The following new metrics were introduced: prometheus_remote_storage_metadata_total, prometheus_remote_storage_metadata_failed_total, prometheus_remote_storage_metadata_retried_total, prometheus_remote_storage_metadata_bytes_total. #​6815
  • [ENHANCEMENT] Remote write: Added a metric prometheus_remote_storage_max_samples_per_send for remote write. #​8102
  • [ENHANCEMENT] TSDB: Make the snapshot directory name always the same length. #​8138
  • [ENHANCEMENT] TSDB: Create a checkpoint only once at the end of all head compactions. #​8067
  • [ENHANCEMENT] TSDB: Avoid Series API from hitting the chunks. #​8050
  • [ENHANCEMENT] TSDB: Cache label name and last value when adding series during compactions making compactions faster. #​8192
  • [ENHANCEMENT] PromQL: Improved performance of Hash method making queries a bit faster. #​8025
  • [ENHANCEMENT] promtool: tsdb list now prints block sizes. #​7993
  • [ENHANCEMENT] promtool: Calculate mint and maxt per test avoiding unnecessary calculations. #​8096
  • [ENHANCEMENT] SD: Add filtering of services to Docker Swarm SD. #​8074
  • [BUGFIX] React UI: Fix button display when there are no panels. #​8155
  • [BUGFIX] PromQL: Fix timestamp() method for vector selector inside parenthesis. #​8164
  • [BUGFIX] PromQL: Don't include rendered expression on PromQL parse errors. #​8177
  • [BUGFIX] web: Fix panic with double close() of channel on calling /-/quit/. #​8166
  • [BUGFIX] TSDB: Fixed WAL corruption on partial writes within a page causing invalid checksum error on WAL replay. #​8125
  • [BUGFIX] Update config metrics prometheus_config_last_reload_successful and prometheus_config_last_reload_success_timestamp_seconds right after initial validation before starting TSDB.
  • [BUGFIX] promtool: Correctly detect duplicate label names in exposition.

v2.22.2

Compare Source

  • [BUGFIX] Fix race condition in syncing/stopping/reloading scrapers. #​8176

v2.22.1

Compare Source

  • [BUGFIX] Fix potential "mmap: invalid argument" errors in loading the head chunks, after an unclean shutdown, by performing read repairs. #​8061
  • [BUGFIX] Fix serving metrics and API when reloading scrape config. #​8104
  • [BUGFIX] Fix head chunk size calculation for size based retention. #​8139

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Nov 5, 2020

Codecov Report

Merging #107 (54bb791) into master (aaee43d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   38.79%   38.79%           
=======================================
  Files           3        3           
  Lines         415      415           
=======================================
  Hits          161      161           
  Misses        246      246           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aaee43d...54bb791. Read the comment docs.

@renovate renovate bot force-pushed the update/github.com-prometheus-prometheus-2.x branch from 231b0e8 to aa8630a Compare November 16, 2020 13:10
@renovate renovate bot changed the title update: update module prometheus/prometheus to v2.22.1 update: update module prometheus/prometheus to v2.22.2 Nov 16, 2020
@renovate renovate bot force-pushed the update/github.com-prometheus-prometheus-2.x branch from aa8630a to 54bb791 Compare November 26, 2020 11:34
@renovate renovate bot changed the title update: update module prometheus/prometheus to v2.22.2 update: update module prometheus/prometheus to v2.23.0 Nov 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant