From 6b6648be3e7b152e1b03735cb4d5cbd3f0042d52 Mon Sep 17 00:00:00 2001 From: Linh Nguyen Date: Wed, 6 Mar 2024 11:50:03 -0500 Subject: [PATCH 1/3] Update SQL modal --- src/components/SqlModal.svelte | 13 +++++++------ src/routing/pages/probe/FirefoxLegacyDetails.svelte | 2 -- src/routing/pages/probe/GleanDetails.svelte | 7 ------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/components/SqlModal.svelte b/src/components/SqlModal.svelte index 24756adb5..b69382262 100644 --- a/src/components/SqlModal.svelte +++ b/src/components/SqlModal.svelte @@ -84,12 +84,12 @@ if ($store.probe.type === 'histogram') { tabs.push({ id: 1, - label: 'Telemetry SQL', + label: 'Distribution SQL', sql: getDesktopSql, }); tabs.push({ id: 2, - label: 'Distribution SQL', + label: 'Telemetry SQL', sql: getDesktopSql, }); } @@ -202,8 +202,9 @@

Sorry, this feature is not available for Glean metrics yet.

{:else}

- The following SQL query can be copy/pasted and used in the BigQuery - console to explore this data further: + The following SQL query can be copied and used in the BigQuery console + to explore further. Please note that you need internal access to our + analysis tooling to query the data.

{/if}