-
Notifications
You must be signed in to change notification settings - Fork 41
chore(deps): update dependency prometheus/prometheus to v2.55.1 #343
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
base: master
Are you sure you want to change the base?
Conversation
71729d2 to
dd3560f
Compare
dd3560f to
6b5721c
Compare
6b5721c to
fc5f67a
Compare
fc5f67a to
eb1a3b7
Compare
eb1a3b7 to
575aeeb
Compare
575aeeb to
8ae23e9
Compare
8ae23e9 to
dbfb53b
Compare
dbfb53b to
9d68221
Compare
9d68221 to
84ccb93
Compare
84ccb93 to
7d9d98a
Compare
7d9d98a to
cfa3682
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cfa3682 to
74cc90c
Compare
This PR contains the following updates:
v2.49.1->v2.55.1Release Notes
prometheus/prometheus (prometheus/prometheus)
v2.55.1: 2.55.1 / 2024-11-04Compare Source
round()function did not remove__name__label. #15250v2.55.0: 2.55.0 / 2024-10-22Compare Source
What's Changed
infofunction. #14495utf8-names. #14482, #14880, #14736, #14727http_headersin config. #14817created-timestamp-zero-ingestionin OpenMetrics. #14356, #14815scrape_failure_log_fileoption to log failures to a file. #14734tsdb create-blocksnew option to add labels. #14403promtool testadds--junitflag to format results. #14506delayed-compactionfeature flag, for people running many Prometheus to randomize timing. #12532__name__label to the end of the query evaluation. This is experimental and enabled under the feature-flagpromql-delayed-name-removal. #14477sort_by_labelandsort_by_label_descsort by all labels when label is equal. #14655, #14985avgandavg_over_time. #14413new-service-discovery-manager). #13147new-service-discovery-manager). #13622record_decode_failures_totalmetric. #14042New Contributors
Full Changelog: prometheus/prometheus@v2.54.1...v2.55.0
v2.54.1: 2.54.1 / 2024-08-27Compare Source
match_first_networkmode when container is reconnected to a new network. #14654Full Changelog: prometheus/prometheus@v2.54.0...v2.54.1
v2.54.0: 2.54.0 / 2024-08-09Compare Source
Release 2.54 brings a release candidate of a major new version of Remote Write: 2.0.
This is experimental at this time and may still change.
Remote-write v2 is enabled by default, but can be disabled via feature-flag
web.remote-write-receiver.accepted-protobuf-messages.highest_timestamp_in_secondsandqueue_highest_sent_timestamp_secondsmetrics now initialized to 0. #14437metadata-wal-records(defaults on). #14395,#14427,#14444time() - my_timestamp > 10m. #9138histogram_countandhistogram_sumfunctions. #14097flavor.original_nameif available. #14312out_of_order_time_windowconfig option now applies to agent. #14094|characters when generating docs. #14420Many thanks to the Prometheus Team and contributors:
@zenador
@jjo
@rexagod
@darshanime
@charleskorn
@fpetkovski
@carrieedwards
@colega
@pracucci
@akunszt
@DrAuYueng
@paulojmdias
@Maniktherana
@rabenhorst
@saswatamcode
@B1F030
@yeya24
@rapphil
@liam-howe-maersk
@jkroepke
@FUSAKLA
@Ranveer777
v2.54.0+dedupelabels: 2.54.0+dedupelabels / 2024-08-09Compare Source
Special release candidate build that incorporates performance improvements using
the
dedupelabelsGo tag. The new labels data structure deduplicates label namesand values via symbol or intern tables, trading off ~10% higher CPU usage for lower
memory usage.
Improves on
2.51.0+dedupelabelsby squashing some leaks.v2.53.5: 2.53.5 / 2025-06-27Compare Source
[LTS patch release]
v2.53.4: 2.53.4 / 2025-03-18Compare Source
v2.53.3: 2.53.3 / 2024-11-04Compare Source
v2.53.2: 2.53.2 / 2024-08-09Compare Source
Fix a bug where Prometheus would crash with a segmentation fault if a remote-read
request accessed a block on disk at about the same time as TSDB created a new block.
[BUGFIX] Remote-Read: Resolve occasional segmentation fault on query. #14515,#14523
v2.53.1: 2.53.1 / 2024-07-10Compare Source
This is a bug-fix release, reverting a change introduced in v2.51.0.
The bug was that remote-write would drop samples if the sending flow stalled for longer than it takes to write one "WAL segment". How long this takes depends on the data rate of your Prometheus; as a rough guide with 10 million series scraping once per minute it could be about 5 minutes. The issue is #14087.
As usual, container images are available at https://quay.io/repository/prometheus/prometheus?tab=tags and https://hub.docker.com/r/prom/prometheus/tags
v2.53.0: 2.53.0 / 2024-06-16Compare Source
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
query_offsetfor each rule group via rule group configuration file andrule_query_offsetas part of the global configuration to have more resilience for remote write delays. #14061 #14216 #14273rule_group_last_restore_duration_secondsmetric to measure the time it takes to restore a rule group. #13974__address__meta label. #13941v2.52.0: 2.52.0 / 2024-05-07Compare Source
prometheus_sd_kubernetes_failures_totalto track failed requests to Kubernetes API. #13554prometheus_target_scrapes_sample_duplicate_timestamp_totalmetric on duplicated series during one scrape. #12933histogram_stddevandhistogram_stdvarfor cases where the histogram has negative buckets. #13852/api/v1/series/when the API request was cancelled. #13766promtool tsdb analyze --extendedwhen no native histograms are present. #13976v2.51.2: 2.51.2 / 2024-04-09Compare Source
Bugfix release.
[BUGFIX] Notifier: could hang when using relabeling on alerts #13861
v2.51.1: 2.51.1 / 2024-03-27Compare Source
Bugfix release.
v2.51.0: 2.51.0 / 2024-03-18Compare Source
This version is built with Go 1.22.1.
There is a new optional build tag "dedupelabels", which should reduce memory consumption (#12304).
It is off by default; there will be an optional alternative image to try it out.
v2.51.0+dedupelabels: 2.51.0+dedupelabels / 2024-03-19Compare Source
Special release build that incorporates performance improvements using
the
dedupelabelsGo tag. The new labels data structure deduplicates label namesand values via symbol or intern tables, reducing memory usage.
v2.50.1: 2.50.1 / 2024-02-26Compare Source
This is a bug-fix release for an issue that broke the
/metadataAPI.Thanks to @itsmylife for the fix.
v2.50.0: 2.50.0 / 2024-02-22Compare Source
storage.ErrTooOldSampleis now generating HTTP error 400 instead of HTTP error 500. #13335sample_age_limit. #13002created-timestamp-zero-ingestion). #12733 #13279analyzehistograms command. #12331auto-gomemlimit#13395promtool tsdb dump. #13296NewPossibleNonCounterInfoannotation. #13022sort_by_labelandsort_by_label_desc. This is experimental. #13411native_histogram_min_bucket_factorin scrape_config. #13222promtool test ruleswith JSON colored formatting. #13342time()that was crashing. #13371Commits
chunks.Reader: Fix typo inChunkOrIterabledoc string by @aknuds1 in #13205ratefor new users by @tredondo in #10535native_histogram_min_bucket_factorin scrape_config by @fatsheep9146 in #13222promtool test ruleswith JSON colored formatting by @rewanthtammana in #13342Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.