Skip to content

Commit

Permalink
Remove everything from metrics.yaml and pings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-agg committed Mar 21, 2024
1 parent 24be342 commit 9b97441
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
38 changes: 0 additions & 38 deletions src/telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 0 additions & 13 deletions src/telemetry/pings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b97441

Please sign in to comment.