Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.01 KB

File metadata and controls

20 lines (13 loc) · 1.01 KB
title menuTitle description weight
Grafana Phlare querier
Querier
The querier evaluates PromQL expressions.
50

Grafana Phlare querier

The querier is a stateless component that evaluates queries expressions by fetching profiles series and labels on the read path.

The querier uses the [ingester]({{< relref "ingester.md" >}}) component only to query recently written data. The support of querying the [long-term storage]({{< relref "../about-grafana-phlare-architecture/index.md#long-term-storage" >}}) is planned for the next release.

Connecting to ingesters

You must configure the querier with the same -ingester.ring.* flags (or their respective YAML configuration parameters) that you use to configure the ingesters so that the querier can access the ingester hash ring and discover the addresses of the ingesters.

Querier configuration

For details about querier configuration, refer to [querier]({{< relref "../../configure-server/reference-configuration-parameters/index.md#querier" >}}).