Skip to content

Commit

Permalink
Fix wrong store api link
Browse files Browse the repository at this point in the history
Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
  • Loading branch information
Junyoung, Sung committed Dec 28, 2020
1 parent 17a2c24 commit b4a1ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu: components

The `thanos query` command (also known as "Querier") implements the [Prometheus HTTP v1 API](https://prometheus.io/docs/prometheus/latest/querying/api/) to query data in a Thanos cluster via PromQL.

In short, it gathers the data needed to evaluate the query from underlying [StoreAPIs](../../pkg/store/storepb/rpc.proto), evaluates the query and returns the result.
In short, it gathers the data needed to evaluate the query from underlying [StoreAPIs](/pkg/store/storepb/rpc.proto), evaluates the query and returns the result.

Querier is fully stateless and horizontally scalable.

Expand Down

0 comments on commit b4a1ffa

Please sign in to comment.