Skip to content
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

Update dependency prometheus/prometheus to v2.53.1 #173

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus/prometheus minor 2.52.0 -> 2.53.1

Release Notes

prometheus/prometheus (prometheus/prometheus)

v2.53.1

Compare Source

Fix a bug which would drop samples in remote-write if the sending flow stalled
for longer than it takes to write one "WAL segment". How long this takes depends on the size
of your Prometheus; as a rough guide with 10 million series it is about 2-3 minutes.

  • [BUGFIX] Remote-write: stop dropping samples in catch-up #​14446

v2.53.0

Compare 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.

  • [CHANGE] Rules: Execute 1 query instead of N (where N is the number of alerts within alert rule) when restoring alerts. #​13980 #​14048
  • [CHANGE] Runtime: Change GOGC threshold from 100 to 75 #​14176 #​14285
  • [FEATURE] Rules: Add new option query_offset for each rule group via rule group configuration file and rule_query_offset as part of the global configuration to have more resilience for remote write delays. #​14061 #​14216 #​14273
  • [ENHANCEMENT] Rules: Add rule_group_last_restore_duration_seconds metric to measure the time it takes to restore a rule group. #​13974
  • [ENHANCEMENT] OTLP: Improve remote write format translation performance by using label set hashes for metric identifiers instead of string based ones. #​14006 #​13991
  • [ENHANCEMENT] TSDB: Optimize querying with regexp matchers. #​13620
  • [BUGFIX] OTLP: Don't generate target_info unless there are metrics and at least one identifying label is defined. #​13991
  • [BUGFIX] Scrape: Do no try to ingest native histograms when the native histograms feature is turned off. This happened when protobuf scrape was enabled by for example the created time feature. #​13987
  • [BUGFIX] Scaleway SD: Use the instance's public IP if no private IP is available as the __address__ meta label. #​13941
  • [BUGFIX] Query logger: Do not leak file descriptors on error. #​13948
  • [BUGFIX] TSDB: Let queries with heavy regex matches be cancelled and not use up the CPU. #​14096 #​14103 #​14118 #​14199
  • [BUGFIX] API: Do not warn if result count is equal to the limit, only when exceeding the limit for the series, label-names and label-values APIs. #​14116
  • [BUGFIX] TSDB: Fix head stats and hooks when replaying a corrupted snapshot. #​14079

Configuration

📅 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency prometheus/prometheus to v2.53.0 Update dependency prometheus/prometheus to v2.53.1 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/prometheus-prometheus-2.x branch from 48b8ad9 to 305dd0b Compare July 10, 2024 18:55
@platan platan merged commit 10feb67 into master Aug 7, 2024
@renovate renovate bot deleted the renovate/prometheus-prometheus-2.x branch August 7, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant