Skip to content

Commit

Permalink
Update content/en/docs/collector/deployment/gateway.md
Browse files Browse the repository at this point in the history
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
  • Loading branch information
michael2893 and jpkrohling committed Jan 6, 2025
1 parent aff3fe7 commit 94bb694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/collector/deployment/gateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 94bb694

Please sign in to comment.