From 94bb69409b3fb39c8bafbc8aacef6640a51a9ba3 Mon Sep 17 00:00:00 2001 From: michael2893 Date: Thu, 2 Jan 2025 09:35:37 -0500 Subject: [PATCH] Update content/en/docs/collector/deployment/gateway.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Juraci Paixão Kröhling --- content/en/docs/collector/deployment/gateway/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/collector/deployment/gateway/index.md b/content/en/docs/collector/deployment/gateway/index.md index 7bd2d8c13eb4..4e83f2e599b2 100644 --- a/content/en/docs/collector/deployment/gateway/index.md +++ b/content/en/docs/collector/deployment/gateway/index.md @@ -278,7 +278,9 @@ With a Prometheus backend, an example error is: This error could indicate that identical targets exist in two jobs, and the order of the timestamps is incorrect. For example: -- Metric `M1` received at time 13:56:04 with value `100` +- Metric `M1` received at `T1` with a timestamp 13:56:04 with value `100` +- Metric `M1` received at `T2` with a timestamp 13:56:24 with value `120` +- Metric `M1` received at `T3` with a timestamp 13:56:04 with value `110` - Metric `M1` received at time 13:56:24 with value `120` - Metric `M1` received at time 13:56:04 with value `110`