This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
Releases: m-lab/telescope
Releases · m-lab/telescope
1.2
This update improves Telescope's access to the backend dataset and brings the queries used to select tests more into alignment with other representations of the NDT data.
- Support M-Lab's new BigQuery 'fast table' access to NDT data, significantly decreasing query time.
- Remove batch options in processing of queries
- Change to minimum CountRTT threshold
Additionally, this version of Telescope has improved coverage for unit testing and code documentation.
1.1
This update makes substantial changes to the Selector file format to make it easier to use Telescope to query many different datasets with a single selector file.
- Adds support for lists of parameters as opposed to single values for
metrics
,sites
,client_providers
,client_countries
, andstart_times
fields. - Adds a
client_countries
field to allow the user to select test results by client geolocation - Makes minor style improvements to bring the code closer to the Google Python Style Guide
This update is a breaking change to the Selector file format. Telescope v1.0 style Selector files are no longer supported for Telescope v1.1.