mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-28 01:27:33 -04:00
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:
parent
2605fc9984
commit
2e609511bb
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue