2021-03-09 15:59:03 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
prometheus: Fill out version information.
While here fix permissions on the web UI. Bump PKGREVISION.
|
2021-02-13 20:20:55 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
prometheus: updated to 2.24.1
2.24.1
[ENHANCEMENT] Cache basic authentication results to significantly improve \
performance of HTTP endpoints (via an update of prometheus/exporter-toolkit).
[BUGFIX] Prevent user enumeration by timing requests sent to authenticated HTTP \
endpoints (via an update of prometheus/exporter-toolkit).
2.24.0
[FEATURE] Add TLS and basic authentication to HTTP endpoints.
[FEATURE] promtool: Add check web-config subcommand to check web config files.
[FEATURE] promtool: Add tsdb create-blocks-from openmetrics subcommand to \
backfill metrics data from an OpenMetrics file.
[ENHANCEMENT] HTTP API: Fast-fail queries with only empty matchers.
[ENHANCEMENT] HTTP API: Support matchers for labels API.
[ENHANCEMENT] promtool: Improve checking of URLs passed on the command line.
[ENHANCEMENT] SD: Expose IPv6 as a label in EC2 SD.
[ENHANCEMENT] SD: Reuse EC2 client, reducing frequency of requesting credentials.
[ENHANCEMENT] TSDB: Add logging when compaction takes more than the block time range.
[ENHANCEMENT] TSDB: Avoid unnecessary GC runs after compaction.
[BUGFIX] HTTP API: Avoid double-closing of channel when quitting multiple times \
via HTTP.
[BUGFIX] SD: Ignore CNAME records in DNS SD to avoid spurious Invalid SRV record \
warnings.
[BUGFIX] SD: Avoid config error triggered by valid label selectors in Kubernetes SD.
|
2021-01-28 22:45:26 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
prometheus: Fix SunOS build.
|
2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | |
Log message:
Revbump all Go packages after go115 update
|
2021-01-04 10:57:19 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message:
prometheus: use LOCAL_PORTS distfile for React UI as suggested by @jperkin
|
2021-01-04 09:06:51 by Adam Ciarcinski | Files touched by this commit (19) |
Log message:
prometheus: provide React UI
|
2020-12-10 17:35:24 by Adam Ciarcinski | Files touched by this commit (2) | |
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.
|
2020-11-17 12:21:19 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Reset PKGREVISION
|
2020-11-17 09:47:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
prometheus: updated to 2.22.2
2.22.2:
[BUGFIX] Fix race condition in syncing/stopping/reloading scrapers.
|
2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | |
Log message:
Revbump all Go packages after go115 update
|