Skip to content

Commit

Permalink
Fix store api link to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyoung, Sung committed Jan 24, 2021
1 parent 5f72923 commit a7da8e1
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](https://github.com/thanos-io/thanos/blob/master/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 a7da8e1

Please sign in to comment.