Bug 1700051: part 36) Reduce accessibility of `SoftText::mBegin` to `private`. r...
[gecko.git] / python / mozbuild / metrics.yaml
blob885963e6cd5b5686e152f7a383bb7949bd16a98c
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 # If this file is changed, update the generated docs:
6 # https://firefox-source-docs.mozilla.org/mach/telemetry.html#updating-generated-metrics-docs
7 ---
8 $schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
10 mozbuild:
11   compiler:
12     type: string
13     description: The compiler type in use (CC_TYPE), such as "clang" or "gcc".
14     lifetime: application
15     bugs:
16       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
17     data_reviews:
18       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
19     notification_emails:
20       - build-telemetry@mozilla.com
21       - mhentges@mozilla.com
22     expires: never
23     send_in_pings:
24       - usage
25   artifact:
26     type: boolean
27     description: True if `--enable-artifact-builds`.
28     lifetime: application
29     bugs:
30       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
31     data_reviews:
32       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
33     notification_emails:
34       - build-telemetry@mozilla.com
35       - mhentges@mozilla.com
36     expires: never
37     send_in_pings:
38       - usage
39   debug:
40     type: boolean
41     description: True if `--enable-debug`.
42     lifetime: application
43     bugs:
44       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
45     data_reviews:
46       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
47     notification_emails:
48       - build-telemetry@mozilla.com
49       - mhentges@mozilla.com
50     expires: never
51     send_in_pings:
52       - usage
53   opt:
54     type: boolean
55     description: True if `--enable-optimize`.
56     lifetime: application
57     bugs:
58       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
59     data_reviews:
60       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
61     notification_emails:
62       - build-telemetry@mozilla.com
63       - mhentges@mozilla.com
64     expires: never
65     send_in_pings:
66       - usage
67   ccache:
68     type: boolean
69     description: True if `--with-ccache`.
70     lifetime: application
71     bugs:
72       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
73     data_reviews:
74       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
75     notification_emails:
76       - build-telemetry@mozilla.com
77       - mhentges@mozilla.com
78     expires: never
79     send_in_pings:
80       - usage
81   sccache:
82     type: boolean
83     description: True if ccache in use is sccache.
84     lifetime: application
85     bugs:
86       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
87     data_reviews:
88       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
89     notification_emails:
90       - build-telemetry@mozilla.com
91       - mhentges@mozilla.com
92     expires: never
93     send_in_pings:
94       - usage
95   icecream:
96     type: boolean
97     description: True if icecream in use.
98     lifetime: application
99     bugs:
100       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053
101     data_reviews:
102       - https://bugzilla.mozilla.org/show_bug.cgi?id=1291053#c34
103     notification_emails:
104       - build-telemetry@mozilla.com
105       - mhentges@mozilla.com
106     expires: never
107     send_in_pings:
108       - usage
109   clobber:
110     type: boolean
111     description: True if the build was a clobber/full build.
112     lifetime: application
113     bugs:
114       - https://bugzilla.mozilla.org/show_bug.cgi?id=1526072
115     data_reviews:
116       - https://bugzilla.mozilla.org/show_bug.cgi?id=1526072#c15
117     notification_emails:
118       - build-telemetry@mozilla.com
119       - mhentges@mozilla.com
120     expires: never
121     send_in_pings:
122       - usage
123   project:
124     type: string
125     description: The project being built.
126     lifetime: application
127     bugs:
128       - https://bugzilla.mozilla.org/show_bug.cgi?id=1654084
129     data_reviews:
130       - https://bugzilla.mozilla.org/show_bug.cgi?id=1654084#c2
131     notification_emails:
132       - build-telemetry@mozilla.com
133       - mhentges@mozilla.com
134     expires: never
135     send_in_pings:
136       - usage