Register missing metric prometheus_tsdb_sample_ooo_delta (#17477)

* register missing metric prometheus_tsdb_sample_ooo_delta

Signed-off-by: yeya24 <benye@amazon.com>

* changelog

Signed-off-by: yeya24 <benye@amazon.com>

---------

Signed-off-by: yeya24 <benye@amazon.com>
This commit is contained in:
Ben Ye 2025-11-11 02:07:08 -08:00 committed by GitHub
parent 2605fc9984
commit 2e609511bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
## main / unreleased
* [FEATURE] Templates: Add urlQueryEscape to template functions. #17403
* [BUGFIX] TSDB: Register `prometheus_tsdb_sample_ooo_delta` metric properly. #17477
## 3.7.3 / 2025-10-29

View file

@ -562,6 +562,7 @@ func newHeadMetrics(h *Head, r prometheus.Registerer) *headMetrics {
m.checkpointDeleteTotal,
m.checkpointCreationFail,
m.checkpointCreationTotal,
m.oooHistogram,
m.mmapChunksTotal,
m.mmapChunkCorruptionTotal,
m.snapshotReplayErrorTotal,