Given a sequence of stats responses for different time intervals, re arrange it into a map containing the time series for each statistic.
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
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.