Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Documentation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Hélia Barroso committed Jul 3, 2023

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
1 parent b60452a commit 4c29506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick-tutorial.md
Original file line number Diff line number Diff line change
@@ -131,9 +131,9 @@ Below, we will set up a Thanos Querier to connect to our Sidecars, and expose it
```bash
thanos query \
--http-address 0.0.0.0:19192 \ # HTTP Endpoint for Thanos Querier UI
--endpiont 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query
--endpiont 1.2.3.5:19090 \ # Also repeatable
--endpiont dnssrv+_grpc._tcp.thanos-store.monitoring.svc # Supports DNS A & SRV records
--endpoint 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query
--endpoint 1.2.3.5:19090 \ # Also repeatable
--endpoint dnssrv+_grpc._tcp.thanos-store.monitoring.svc # Supports DNS A & SRV records
```

Go to the configured HTTP address, which should now show a UI similar to that of Prometheus. You can now query across all Prometheus instances within the cluster. You can also check out the Stores page, which shows all of your stores.

0 comments on commit 4c29506

Please sign in to comment.