These options control how location information is derived from data.
The query should be formatted as time series data. The time series (group by) name should be a 2-letter country code. For example "US" for United States or "FR" for France.
The query should be formatted as time series data. The time series (group by) name should be a 3-letter country code. For example "USA" for United States or "FRA" for France.
The query should be formatted as time series data. The time series (group by) name should be a 2-letter US state code. For example "CA" for California.
The query should be formatted as time series data. The time series (group by) name should be a valid key in "probes.json".
This supports any datasource capable of generating a JSON response with a custom list of locations (the same format that for the JSON endpoint). Example: Warp 10
This supports Elasticsearch Geo-points using the GeoHash grid Aggregation feature as well as Prometheus and InfluxDB data sources that return geohashes.
The query should be formatted as table data and contain an obligatory geohash column as well as optional data like a metric column.
The query should be formatted as table data and contain obligatory latitude, longitude columns as well as optional data like a metric column.