Path to this page:
Subject: CVS commit: pkgsrc/databases/prometheus
From: Adam Ciarcinski
Date: 2020-12-10 17:35:24
Message id: 20201210163524.AF8CDFA9D@cvs.NetBSD.org
Log Message:
prometheus: updated to 2.23.0
2.23.0:
[CHANGE] UI: Make the React UI default.
[CHANGE] Remote write: The following metrics were removed/renamed in remote write.
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.
[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.
[ENHANCEMENT] Remote write: Added a metric \
prometheus_remote_storage_max_samples_per_send for remote write.
[ENHANCEMENT] TSDB: Make the snapshot directory name always the same length.
[ENHANCEMENT] TSDB: Create a checkpoint only once at the end of all head compactions.
[ENHANCEMENT] TSDB: Avoid Series API from hitting the chunks.
[ENHANCEMENT] TSDB: Cache label name and last value when adding series during \
compactions making compactions faster.
[ENHANCEMENT] PromQL: Improved performance of Hash method making queries a bit \
faster.
[ENHANCEMENT] promtool: tsdb list now prints block sizes.
[ENHANCEMENT] promtool: Calculate mint and maxt per test avoiding unnecessary \
calculations.
[ENHANCEMENT] SD: Add filtering of services to Docker Swarm SD.
[BUGFIX] React UI: Fix button display when there are no panels.
[BUGFIX] PromQL: Fix timestamp() method for vector selector inside parenthesis.
[BUGFIX] PromQL: Don't include rendered expression on PromQL parse errors.
[BUGFIX] web: Fix panic with double close() of channel on calling /-/quit/.
[BUGFIX] TSDB: Fixed WAL corruption on partial writes within a page causing \
invalid checksum error on WAL replay.
[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.
Files: