Bug 1791785 - When dumping symbols never emit INLINE_ORIGIN directives with an empty...
[gecko.git] / browser / modules / metrics.yaml
blob1f130a6e3f580285420da278bb88227c91e57d81
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Firefox :: General'
13 browser.engagement:
14   active_ticks:
15     type: counter
16     description: |
17       The number of five-second intervals ('ticks') the user was considered
18       'active'.
20       'active' means keyboard or mouse interaction with the application.
21       It doesn't take into account whether or not the window has focus or is in
22       the foreground, only if it is receiving these interaction events.
24       Migrated from Telemetry's `browser.engagement.active_ticks`.
25     bugs:
26       - https://bugzilla.mozilla.org/show_bug.cgi?id=1376942  # Telemetry
27       - https://bugzilla.mozilla.org/show_bug.cgi?id=1545172  # Telemetry
28       - https://bugzilla.mozilla.org/show_bug.cgi?id=1741674
29       - https://bugzilla.mozilla.org/show_bug.cgi?id=1755050
30       - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
31     data_reviews:
32       - https://bugzilla.mozilla.org/show_bug.cgi?id=1545172#c8
33       - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
34     data_sensitivity:
35       - interaction
36     notification_emails:
37       - loines@mozilla.com
38     expires: 112
39     send_in_pings:
40       - baseline
41       - metrics
42     no_lint:
43       - BASELINE_PING
45   uri_count:
46     type: counter
47     description: |
48       The number of total non-unique http(s) URIs visited, including page
49       reloads, after the session has been restored. URIs on minimized or
50       background tabs may also be counted. Private browsing uris are included.
52       Migrated from Telemetry's
53       `browser.engagement.total_uri_count_normal_and_private_mode`.
54     bugs:
55       - https://bugzilla.mozilla.org/show_bug.cgi?id=1535169  # Telemetry
56       - https://bugzilla.mozilla.org/show_bug.cgi?id=1741674
57       - https://bugzilla.mozilla.org/show_bug.cgi?id=1755050
58       - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
59     data_reviews:
60       - https://bugzilla.mozilla.org/show_bug.cgi?id=1535169#c14
61       - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
62     data_sensitivity:
63       - interaction
64     notification_emails:
65       - loines@mozilla.com
66     expires: 112
67     send_in_pings:
68       - baseline
69       - metrics
70     no_lint:
71       - BASELINE_PING