Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Fioretti <natalie.fioretti@postfinance.ch>
  • Loading branch information
muryoutaisuu committed Feb 12, 2020
1 parent 6dd6c97 commit 01dd0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It also implements the Store API, which allows being queried by Thanos query com
In addition it allows writing to longterm Objectstorage, which in return is accessible to Thanos query component through Thanos store.

In general the remote write functionality is the better way of propagating Prometheus data to a different store
and should be prefered over [Prometheus federation](https://prometheus.io/docs/prometheus/latest/federation),
and should be preferred over [Prometheus federation](https://prometheus.io/docs/prometheus/latest/federation),
especially when federation would return a lot of metrics.

## Load Distribution and Tenancy
Expand All @@ -25,7 +25,7 @@ The simplest HA setup is achieved by having two Thanos receive instances.
The Prometheus instance is then configured to remote write to both of these Thanos receive endpoints.
There's no need for the hashring functionality in this simple and zero-tenants setup.

Exerpt from the `prometheus.yml` configuration file:
Excerpt from the `prometheus.yml` configuration file:
```yaml
remote_write:
- url: http://thanos1.example:19291/api/v1/receive
Expand Down

0 comments on commit 01dd0ef

Please sign in to comment.