# Functions
NewExemplarQueryable returns a exemplarQueryable that iterates through all the tenant IDs that are part of the request and aggregates the results from each tenant's ExemplarQuerier by sending of subsequent requests.
NewMergeExemplarQueryable returns a queryable that merges results from multiple underlying ExemplarQueryables.
NewMergeQueryable returns a queryable that merges results from multiple underlying Queryables.
NewMetadataQuerier returns a MetadataQuerier that merges metric metadata for multiple tenants.
NewQueryable returns a queryable that iterates through all the tenant IDs that are part of the request and aggregates the results from each tenant's Querier by sending of subsequent requests.
# Type aliases
MergeExemplarQuerierCallback returns the underlying exemplar queriers and their IDs relevant for the query.
MergeQuerierCallback returns the underlying queriers and their IDs relevant for the query.