chore(deps): update docker.io/prom/prometheus docker tag to v3.7.1 #1396
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.6.0
->v3.7.1
Release Notes
prometheus/prometheus (docker.io/prom/prometheus)
v3.7.1
: 3.7.1 / 2025-10-16Compare Source
key_
to label name when translating an OTel attribute name starting with a single underscore, and keep multiple consecutive underscores in label name when translating an OTel attribute name. This reverts the breaking changes introduced in 3.7.0. #17344v3.7.0
: 3.7.0 / 2025-10-15Compare Source
Warning
We discovered a breaking change in the OTLP endpoint: OpenTelemetry attribute names starting with underscore, for example
_attrib
, are no longer automatically translated tokey_attrib
. Please use 3.7.1 instead for OTLP ingestion.Changelog
prometheus_remote_storage_samples_in_total
, useprometheus_wal_watcher_records_read_total{type="samples"}
andprometheus_remote_storage_samples_dropped_total
instead,prometheus_remote_storage_histograms_in_total
, useprometheus_wal_watcher_records_read_total{type=~".*histogram_samples"}
andprometheus_remote_storage_histograms_dropped_total
instead,prometheus_remote_storage_exemplars_in_total
, useprometheus_wal_watcher_records_read_total{type="exemplars"}
andprometheus_remote_storage_exemplars_dropped_total
instead,prometheus_remote_storage_highest_timestamp_in_seconds
, use the more accurateprometheus_remote_storage_queue_highest_timestamp_seconds
instead in dashboards and alerts to properly account for relabeling and for more accuracy. #17065promql-extended-range-selectors
. #16457first_over_time(...)
andts_of_first_over_time(...)
behind feature flagexperimental-promql-functions
. #16963 #17021type-and-unit-labels
feature flag is enabled. #17033created-timestamp-zero-ingestion
feature flag is enabled. #16951ALERTS
andALERTS_FOR_STATE
. #17064replace
actions, etc.) within aalertmanager_config.alert_relabel_configs
block is now scoped correctly and no longer yields altered alerts to subsequent blocks. #17063metadata-wal-records
experimental feature for native histograms with custom buckets (NHCB) in protobuf scraping. #17156histogram_quantile()
. #16794info()
function on churning series. #17135400
instead of5xx
for wrongly formatted Native Histograms. #17210Failed to calculate size of \"wal\" dir
error logs during WAL clean-up. #17006-web.external-url
if-web.route-prefix
is configured. #17240Configuration
📅 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 is behind base branch, 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.