Skip to content

Commit

Permalink
Update docs/sources/reference/components/prometheus/prometheus.remote…
Browse files Browse the repository at this point in the history
….queue.md

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
mattdurham and clayton-cornell authored Oct 9, 2024
1 parent 42fbdd9 commit d5eb26e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,13 @@ Any data that has not been written to disk, or that is in the network queues is

### Retries

Network errors will be retried. 429 errors will be retried. 5XX errors will retry. Any other non-2XX return codes will not be tried.
`prometheus.remote.queue` will retry sending data if the following errors or HTTP status codes are returned:

* Network errors.
* HTTP 429 error.s
* HTTP 5XX errors.

`prometheus.remote.queue` will not retry sending data if any other unsuccessful status codes are returned.

### Memory

Expand Down

0 comments on commit d5eb26e

Please sign in to comment.