Menu
Open source

Pyroscope querier

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

The querier uses the ingesters for gathering recently written data and the [store-gateways] for the long-term storage.

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.