Fetch method to simulate a random access interface for Chronon by distributing requests to relevant GroupBys.
Fetch method to simulate a random access interface for Chronon by distributing requests to relevant GroupBys. This is a batch API which allows the caller to provide a sequence of ColumnSpec queries and receive a mapping of results.
TODO: Metrics TODO: Collection identifier for metrics TODO: Consider removing prefix interface for this method TODO: Consider using simpler response type since mapping is redundant
– batch of ColumnSpec queries
Future map of query to GroupBy response
For a time interval determine the aggregated stats between an startTs and endTs.
For a time interval determine the aggregated stats between an startTs and endTs. Particularly useful for determining data distributions between [startTs, endTs]
Fetch all stats IRs available between startTs and endTs.
Fetch all stats IRs available between startTs and endTs.
Stats are stored in a single dataname for all joins. For each join TimedValues are obtained and filtered as needed.
Main endpoint for fetching statistics over time available.