doc: fix image src after b67bd156 (#4612)

Followup for b67bd156d5

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
Zakhar Bessarab 2023-07-11 13:19:05 +04:00 committed by GitHub
parent b67bd156d5
commit 195b9386cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -751,12 +751,12 @@ But this flag avoids non-consistent results due to the fact that only part of th
Here is an illustration of a potential problem when `search.latencyOffset` is set to zero:
<img src="keyConcepts_withoutLatencyOffset.png">
<img src="keyConcepts_without_LatencyOffset.png">
When this flag is set, the VM will return the last metric value collected before the `search.latencyOffset`
duration throughout the `search.latencyOffset` duration:
<img src="keyConcepts_withLatencyOffset.png">
<img src="keyConcepts_with_LatencyOffset.png">
It can be overridden on per-query basis via `latency_offset` arg.