diff --git a/grafana-public/dashboards/Client_ISP_distrabutions.json b/grafana-public/dashboards/Client_ISP_distrabutions.json index 4690450..c7d479b 100644 --- a/grafana-public/dashboards/Client_ISP_distrabutions.json +++ b/grafana-public/dashboards/Client_ISP_distrabutions.json @@ -1513,7 +1513,7 @@ { "allValue": ".*", "current": { - "selected": false, + "selected": true, "text": [ "gru SA Sao Paulo, BR" ], @@ -1523,7 +1523,7 @@ }, "datasource": { "type": "grafana-bigquery-datasource", - "uid": "f126f149-75bd-4e5a-9883-fcd7e62bc80a" + "uid": "P116E76923C5457A4" }, "definition": "", "description": "Metro picker using cached metadata. Sorted by continent, country and city, to facilitate comparing nearby metros.", @@ -1539,7 +1539,7 @@ "location": "", "project": "measurement-lab", "rawQuery": true, - "rawSql": "# From: 2024-12-20 Prototype cached site picker \n\nSELECT\n CONCAT(metro, ' ', ContinentCode, ' ', City, ', ', CountryCode) AS text,\n metro AS value,\nFROM (\n SELECT\n REGEXP_EXTRACT(site, '^([a-z]{3})') AS metro,\n ANY_VALUE(ContinentCode) AS ContinentCode,\n ANY_VALUE(City) AS City,\n ANY_VALUE(CountryCode) AS CountryCode,\n FROM `mlab-collaboration.mm_preproduction.cached_metadata` GROUP BY metro ORDER BY ContinentCode, CountryCode, metro\n)\n", + "rawSql": "# From: 2024-12-20 Prototype cached site picker \n\nSELECT\n CONCAT(metro, ' ', ContinentCode, ' ', City, ', ', CountryCode) AS text,\n metro AS value,\nFROM (\n SELECT\n REGEXP_EXTRACT(site, '^([a-z]{3})') AS metro,\n ANY_VALUE(ContinentCode) AS ContinentCode,\n ANY_VALUE(City) AS City,\n ANY_VALUE(CountryCode) AS CountryCode,\n FROM `${dataset}.cached_metadata` GROUP BY metro ORDER BY ContinentCode, CountryCode, metro\n)\n", "refId": "tempvar", "sql": { "columns": [ @@ -1718,6 +1718,6 @@ "timezone": "utc", "title": "Client ISP Distributions from cached histograms", "uid": "20250114a", - "version": 7, + "version": 8, "weekStart": "" -} \ No newline at end of file +}