Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / widget / metrics.yaml
blobf30e05ab6397464c13d803f5fea355795e5ee2b8
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   - 'Core :: Widget'
13 widget:
14   dark_mode:
15     type: boolean
16     description: >
17       Whether the OS theme is dark.
18       This metric was generated to correspond to the Legacy Telemetry
19       scalar widget.dark_mode.
20     bugs:
21       - https://bugzil.la/1601846
22     data_reviews:
23       - https://bugzil.la/1601846
24     notification_emails:
25       - layout-telemetry-alerts@mozilla.com
26       - cmccormack@mozilla.com
27     expires: never
28     telemetry_mirror: WIDGET_DARK_MODE
30   pointing_devices:
31     type: labeled_boolean
32     labels:
33       - mouse
34       - touch
35       - pen
36     description: >
37       Whether the system has any matching pointing device for each label.
38     bugs:
39       - https://bugzilla.mozilla.org/show_bug.cgi?id=1907575
40     data_reviews:
41       - https://bugzilla.mozilla.org/show_bug.cgi?id=1907575
42     notification_emails:
43       - krosylight@mozilla.com
44       - dom-core@mozilla.com
45     expires: never