Prometheus
v3.14.0Observability2026年8月18日
APIの非推奨化や運用上確認が必要な削除と既定値変更に加え、新機能、性能改善、正確性に関する修正を含みます。セキュリティアドバイザリや、明示的に説明されたセキュリティ脆弱性はありません。
要対応 (1)
breakingPromQL duration 式のデフォルト有効化
PromQL の duration 式がデフォルトで有効になりました。
promql-duration-exprfeature flag は何もしない設定になっています。
影響確認 (1)
breaking
hcloudターゲットの__meta_hetzner_datacenterラベル削除hcloudターゲットを使用している場合に該当します。hcloudターゲットから、__meta_hetzner_datacenterラベルが削除されました。Hetzner Cloud API からこの情報が削除されたことに伴う変更です。
事前準備 (1)
deprecated
statsクエリパラメータの一部指定値を非推奨化削除時期は未定statsにtrueまたはall以外の値を設定している場合に該当します。/api/v1/queryと/api/v1/query_rangeで、statsにtrueまたはall以外を指定した場合の利用が非推奨になりました。指定した値は引き続き基本統計を有効にしますが、非推奨警告が返されます。次のメジャーリリースでは受け付けられなくなります。
その他の記録済み変更 39 件すべてfixes 22 · additions 8 · value changes 8 · constraints 1
fixes (22)
- [CHANGE] API:
/api/v1/status/confignow correctly showsseparator: ""andreplacement: ""in relabel configs when explicitly set to empty, instead of omitting them. - [BUGFIX] Alerting: Fix 100% CPU usage on shutdown that could delay graceful shutdown and trigger timeout-based kills.
- [BUGFIX] Discovery/AWS: Stop
promtool check configfrom making AWS metadata service (IMDS) network calls when theregionfield is omitted in EC2, ECS, RDS, MSK, ElastiCache, and Lightsail service discovery configs. - [BUGFIX] Discovery/Docker: Set a request timeout for
docker_sdanddockerswarm_sdonunix,npipe, andtcphosts. Previously an unresponsive daemon could freeze discovery indefinitely, silently pinning targets to a stale snapshot. - [BUGFIX] Discovery/Docker: Fix panic in Docker Swarm service discovery when a service runs as a plugin or network-attachment.
- [BUGFIX] Discovery/Docker: Fix discovery of IPv6-only containers.
- [BUGFIX] PromQL: Fix case-insensitive regex label matchers silently dropping matching values.
- [BUGFIX] PromQL: Fix
mad_over_timereturning 0 instead ofNaNwhen the range contains aNaNsample. - [BUGFIX] Promtool: Accept
--enable-feature=promql-binop-fill-modifiersincheck rules, which previously rejected validfill()/fill_left()/fill_right()expressions. - [BUGFIX] Remote write: Respect the
AZURE_FEDERATED_TOKEN_FILEenvironment variable for workload identity authentication instead of hardcoding the token file path. - [BUGFIX] Rules: Clean up stale
rule_group_last_rule_duration_sum_secondsandrule_group_last_restore_duration_secondsseries when a rule group is removed or renamed on reload. Previously each reload leaked two series per dropped group, growing/metricscardinality over time. - [BUGFIX] Scrape: Fix scrape manager spinning at 100% CPU on shutdown.
- [BUGFIX] TSDB: Fix silent data loss and potential crash loop when
stale_series_compaction_thresholdis used in the config file. - [BUGFIX] TSDB: Fix potential data loss on restart when out-of-order ingestion is enabled and blocks are compacted.
- [BUGFIX] TSDB: Fix
prometheus_tsdb_head_stale_seriesover-counting and early eviction of series that change between float, integer histogram, and float histogram sample types. - [BUGFIX] TSDB: Fix goroutine and file handle leaks when Prometheus fails to open a corrupt TSDB. On Windows, the leaked directory handle also prevented TSDB directory removal.
- [BUGFIX] TSDB: Fix out-of-order queries blocking compaction for hours, causing memory usage to grow.
- [BUGFIX] TSDB: Fix deleted series causing missing samples and errors after restart.
- [BUGFIX] TSDB: Fix native histogram data becoming incorrect after restart.
- [BUGFIX] TSDB: Surface query errors that were previously silently discarded.
- [BUGFIX] TSDB: Honour the configured float chunk encoding when compaction rewrites chunks; previously chunks encoded with
--enable-feature=xor2-encodingcould silently revert to XOR after compaction. - [BUGFIX] UI: Show the delete-series form on the TSDB Status page when
--web.is enabled.enable-admin-api
additions (8)
- [FEATURE] Discovery: Add Oracle Cloud Infrastructure compute service discovery (
oci_sd_configs). - [FEATURE] PromQL: Add experimental
start_timestamp(instant-vector)function returning the start timestamp of each sample in the given vector. Requires theuse-start-timestampsfeature flag. - [FEATURE] TSDB: Add experimental support for encoding start timestamps in histograms and float histograms. Hidden behind the
histograms-st-encodingfeature flag. - [ENHANCEMENT] OTLP: Emit a warning when OTLP attribute names collide into the same Prometheus label after sanitization (e.g.
k8s.andpod. name k8s_pod_nameboth becomek8s_pod_name), and expose theprometheus_api_otlp_translation_warnings_totalcounter labelled bycategoryto track such warnings. - [ENHANCEMENT] Promtool: Add
--remote-write.flag topath push metricsfor backends that use a non-default remote-write endpoint. - [ENHANCEMENT] TSDB: Add
prometheus_tsdb_head_native_histogram_seriesandprometheus_tsdb_head_native_histogram_bucketsgauges tracking the number of native histogram series and buckets in the head. - [ENHANCEMENT] UI: Add syntax highlighting, autocompletion, and linting for PromQL duration expressions (
step(),range(),min_of(),max_of()) in range selectors and subqueries. - [ENHANCEMENT] UI: Add copy button next to rule names on the Rules and Alerts pages.
value changes (8)
- [CHANGE] PromQL: Promote
first_over_timeto stable. It no longer requires thepromql-experimental-functionsfeature flag. - [ENHANCEMENT] Remote write: Forward histogram start timestamps in the remote write V2 protocol.
- [ENHANCEMENT] UI: Improve rule group title contrast on the Rules page.
- [PERF] Speed up regex label matchers matching a set of literal values (e.g.
{job=~"foo|bar|baz"}). - [PERF] Remote read: Improve remote read throughput by removing unnecessary per-write flushing.
- [PERF] Scrape: Parse text and OpenMetrics formats without recursion, preventing stack overflow from deeply nested or malicious exposition input.
- [PERF] Scrape: Reduce native histogram scrape parsing allocations by ~49%.
- [PERF] TSDB: Speed up queries on series with many in-memory chunks.
constraints (1)
- [FEATURE] PromQL: Allow
rate()andincrease()to use start timestamps as an alternative for rate extrapolation. Hidden behind theuse-start-timestampsfeature flag.
Prometheusをスタックに追加
対応が必要なリリースが出たときに、週次メールでお知らせします。 今回の破壊的変更も、その一例です。