We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e445569 commit 6e2c00aCopy full SHA for 6e2c00a
tutorials/katacoda/thanos/1-globalview/step3.md
@@ -20,10 +20,10 @@ You can read more about Thanos Querier [here](https://thanos.io/tip/components/q
20
21
## Deploying Thanos Querier
22
23
-Let' now start the Query component. As you remember [Thanos sidecar](https://thanos.io/tip/components/query.md/) exposes `StoreAPI`
+Let's now start the Query component. As you remember [Thanos sidecar](https://thanos.io/tip/components/query.md/) exposes `StoreAPI`
24
so we will make sure we point the Querier to the gRPC endpoints of all our three sidecars:
25
26
-Click below snippet to start the Querier.
+Click the snippet below to start the Querier.
27
28
```
29
docker run -d --net=host --rm \
0 commit comments