mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 22:22:39 -04:00
lint
Signed-off-by: alexgreenbank <alex.greenbank@grafana.com>
This commit is contained in:
parent
c8eddaecff
commit
1c12b5c87d
1 changed files with 1 additions and 1 deletions
|
|
@ -1886,7 +1886,7 @@ loop:
|
|||
sl.l.Warn("Error on ingesting out-of-order exemplars", "num_dropped", appErrs.numExemplarOutOfOrder)
|
||||
}
|
||||
if err == nil {
|
||||
sl.updateStaleMarkers(app, defTime)
|
||||
err = sl.updateStaleMarkers(app, defTime)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue