Skip to content

Update prom/prometheus Docker tag to v3.4.0#7165

Merged
yurishkuro merged 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/prom-prometheus-3.x
May 26, 2025
Merged

Update prom/prometheus Docker tag to v3.4.0#7165
yurishkuro merged 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/prom-prometheus-3.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
prom/prometheus minor v3.3.0 -> v3.4.0
prom/prometheus minor v3.3.1 -> v3.4.0
prom/prometheus minor v3.2.0 -> v3.4.0

Release Notes

prometheus/prometheus (prom/prometheus)

v3.4.0: 3.4.0 / 2025-05-17

Compare Source

  • [CHANGE] Config: Make setting out-of-order native histograms feature (--enable-feature=ooo-native-histograms) a no-op. Out-of-order native histograms are now always enabled when out_of_order_time_window is greater than zero and --enable-feature=native-histograms is set. #​16207
  • [FEATURE] OTLP translate: Add feature flag for optionally translating OTel explicit bucket histograms into native histograms with custom buckets. #​15850
  • [FEATURE] OTLP translate: Add option to receive OTLP metrics without translating names or attributes. #​16441
  • [FEATURE] PromQL: allow arithmetic operations in durations in PromQL parser. #​16249
  • [FEATURE] OTLP receiver: Add primitive support for ingesting OTLP delta metrics as-is. #​16360
  • [ENHANCEMENT] PromQL: histogram_fraction for bucket histograms. #​16095
  • [ENHANCEMENT] TSDB: add prometheus_tsdb_wal_replay_unknown_refs_total and prometheus_tsdb_wbl_replay_unknown_refs_total metrics to track unknown series references during WAL/WBL replay. #​16166
  • [ENHANCEMENT] Scraping: Add config option for escaping scheme request. #​16066
  • [ENHANCEMENT] Config: Add global config option for convert_classic_histograms_to_nhcb. #​16226
  • [ENHANCEMENT] Alerting: make batch size configurable (--alertmanager.notification-batch-size). #​16254
  • [PERF] Kubernetes SD: make endpointSlice discovery more efficient. #​16433
  • [BUGFIX] Config: Fix auto-reload on changes to rule and scrape config files. #​16340
  • [BUGFIX] Scraping: Skip native histogram series if ingestion is disabled. #​16218
  • [BUGFIX] TSDB: Handle metadata/tombstones/exemplars for duplicate series during WAL replay. #​16231
  • [BUGFIX] TSDB: Avoid processing exemplars outside the valid time range during WAL replay. #​16242
  • [BUGFIX] Promtool: Add feature flags for PromQL features. #​16443
  • [BUGFIX] Rules: correct logging of alert name & template data. #​15093
  • [BUGFIX] PromQL: Use arithmetic mean for histogram_stddev() and histogram_stdvar() . #​16444

v3.3.1: 3.3.1 / 2025-05-02

Compare Source

  • [BUGFIX] Azure SD: Fix panic on malformed log message. #​16434 #​16210
  • [BUGFIX] Config: Update GOGC before loading TSDB. #​16491

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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 these updates again.


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

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

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@forking-renovate forking-renovate Bot added the changelog:dependencies Update to dependencies label May 26, 2025
@renovate-bot renovate-bot requested a review from a team as a code owner May 26, 2025 17:06
@renovate-bot renovate-bot requested a review from joe-elliott May 26, 2025 17:06
@renovate-bot renovate-bot added the changelog:dependencies Update to dependencies label May 26, 2025
@dosubot dosubot Bot added the docker Pull requests that update Docker code label May 26, 2025
@yurishkuro yurishkuro enabled auto-merge May 26, 2025 17:07
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.18%. Comparing base (782cc19) to head (f1f5757).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7165      +/-   ##
==========================================
- Coverage   96.21%   96.18%   -0.03%     
==========================================
  Files         361      361              
  Lines       21836    21836              
==========================================
- Hits        21009    21004       -5     
- Misses        618      622       +4     
- Partials      209      210       +1     
Flag Coverage Δ
badger_v1 9.87% <ø> (ø)
badger_v2 1.90% <ø> (ø)
cassandra-4.x-v1-manual 14.85% <ø> (ø)
cassandra-4.x-v2-auto 1.89% <ø> (ø)
cassandra-4.x-v2-manual 1.89% <ø> (ø)
cassandra-5.x-v1-manual 14.85% <ø> (ø)
cassandra-5.x-v2-auto 1.89% <ø> (ø)
cassandra-5.x-v2-manual 1.89% <ø> (ø)
elasticsearch-6.x-v1 20.69% <ø> (ø)
elasticsearch-7.x-v1 20.77% <ø> (ø)
elasticsearch-8.x-v1 20.95% <ø> (ø)
elasticsearch-8.x-v2 1.90% <ø> (ø)
grpc_v1 11.41% <ø> (ø)
grpc_v2 1.90% <ø> (ø)
kafka-3.x-v1 10.14% <ø> (ø)
kafka-3.x-v2 1.90% <ø> (ø)
memory_v2 1.90% <ø> (ø)
opensearch-1.x-v1 20.82% <ø> (ø)
opensearch-2.x-v1 20.82% <ø> (ø)
opensearch-2.x-v2 1.90% <ø> (ø)
query 1.90% <ø> (ø)
tailsampling-processor 0.51% <ø> (ø)
unittests 95.00% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yurishkuro yurishkuro added this pull request to the merge queue May 26, 2025
Merged via the queue into jaegertracing:main with commit abe6de5 May 26, 2025
62 checks passed
@renovate-bot renovate-bot deleted the renovate/prom-prometheus-3.x branch May 26, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:dependencies Update to dependencies docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants