mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix remove inconsistent time handling compared to floats
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
e58ede971a
commit
90a41cd937
|
@ -1030,9 +1030,6 @@ func (wp *wblSubsetProcessor) processWBLSamples(h *Head) (unknownRefs, unknownHi
|
||||||
unknownHistogramRefs++
|
unknownHistogramRefs++
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if s.t <= ms.mmMaxTime() {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
var chunkCreated bool
|
var chunkCreated bool
|
||||||
var ok bool
|
var ok bool
|
||||||
if s.h != nil {
|
if s.h != nil {
|
||||||
|
|
Loading…
Reference in a new issue