Bug 270914 - net-mgmt/prometheus2: Update to 2.43.0
Summary: net-mgmt/prometheus2: Update to 2.43.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/prometheus/prometh...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-18 15:04 UTC by David O'Rourke
Modified: 2023-04-20 16:35 UTC (History)
1 user (show)

See Also:


Attachments
net-mgmt/prometheus2: Update to 2.43.0 (2.30 KB, patch)
2023-04-18 15:04 UTC, David O'Rourke
dor.bsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David O'Rourke 2023-04-18 15:04:31 UTC
Created attachment 241564 [details]
net-mgmt/prometheus2: Update to 2.43.0

This patch updates net-mgmt/prometheus2 to v2.43.0.

The changes from v2.41.0 until this version include multiple bugfixes and enhancements. A full changelog is available at: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

-David
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-20 16:34:44 UTC
Commited,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-20 16:35:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbab10fe765e460a7eb165de8caacb9a35e5a37c

commit dbab10fe765e460a7eb165de8caacb9a35e5a37c
Author:     David O'Rourke <dor.bsd@xm0.uk>
AuthorDate: 2023-04-20 06:33:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-04-20 16:29:46 +0000

    net-mgmt/prometheus2: update to 2.43.0

    ChangeLog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

     * Promtool: Add HTTP client configuration to query commands.
     * Scrape: Add include_scrape_configs to include scrape configs from different
       files.
     * HTTP client: Add no_proxy to exclude URLs from proxied requests.
     * HTTP client: Add proxy_from_enviroment to read proxies from env variables.
     * API: Add support for setting lookback delta per query via the API.
     * API: Change HTTP status code from 503/422 to 499 if a request is canceled.
     * Scrape: Allow exemplars for all metric types.
     * TSDB: Add metrics for head chunks and WAL folders size.
     * TSDB: Automatically remove incorrect snapshot with index that is ahead of
       WAL.
     * TSDB: Improve Prometheus parser error outputs to be more comprehensible.
     * UI: Scope group by labels to metric in autocompletion.
     * Scrape: Fix prometheus_target_scrape_pool_target_limit metric not set before
       reloading.
     * TSDB: Correctly update prometheus_tsdb_head_chunks_removed_total and
       prometheus_tsdb_head_chunks metrics when reading WAL.
     * TSDB: Use the correct unit (seconds) when recording out-of-order append
       deltas in the prometheus_tsdb_sample_ooo_delta metric.

    PR:             270914
    Reported by:    David O'Rourke <dor.bsd@xm0.uk> (maintainer)

 net-mgmt/prometheus2/Makefile |  3 +--
 net-mgmt/prometheus2/distinfo | 14 +++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)