From 9b97441084084efdea7a1942bb4f3adf525df504 Mon Sep 17 00:00:00 2001 From: Abhishek Aggarwal Date: Thu, 21 Mar 2024 12:21:38 +0100 Subject: [PATCH] Remove everything from metrics.yaml and pings.yaml --- src/telemetry/metrics.yaml | 38 -------------------------------------- src/telemetry/pings.yaml | 13 ------------- 2 files changed, 51 deletions(-) diff --git a/src/telemetry/metrics.yaml b/src/telemetry/metrics.yaml index aa1b4a437..0acb50159 100644 --- a/src/telemetry/metrics.yaml +++ b/src/telemetry/metrics.yaml @@ -4,41 +4,3 @@ --- $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 - -page: - loaded: - type: datetime - lifetime: ping - send_in_pings: - - page-view - description: | - The time the page was loaded. - bugs: - - https://bugzilla.mozilla.org/show_bug.cgi?id=1741582 - data_reviews: - - https://github.com/mozilla/glean-dictionary/pull/1015#issuecomment-996051009 - data_sensitivity: - - interaction - notification_emails: - - brizental@mozilla.com - - glean-team@mozilla.com - expires: never - path: - type: string - lifetime: ping - send_in_pings: - - page-view - description: | - The path of the page that was loaded. - - Query arguments will be stripped before recording. - bugs: - - https://bugzilla.mozilla.org/show_bug.cgi?id=1741582 - data_reviews: - - https://github.com/mozilla/glean-dictionary/pull/1015#issuecomment-996051009 - data_sensitivity: - - interaction - notification_emails: - - brizental@mozilla.com - - glean-team@mozilla.com - expires: never diff --git a/src/telemetry/pings.yaml b/src/telemetry/pings.yaml index 38d4ec9be..d99e19d66 100644 --- a/src/telemetry/pings.yaml +++ b/src/telemetry/pings.yaml @@ -4,16 +4,3 @@ --- $schema: moz://mozilla.org/schemas/glean/pings/2-0-0 - -page-view: - description: | - A ping that will be sent everytime a new page is visited. - include_client_id: true - send_if_empty: false - bugs: - - https://bugzilla.mozilla.org/show_bug.cgi?id=1741582 - data_reviews: - - https://github.com/mozilla/glean-dictionary/pull/1015#issuecomment-996051009 - notification_emails: - - brizental@mozilla.com - - glean-team@mozilla.com