Backed out changeset 3fc04d8eb32b (bug 1659763) for frame checker crashes. a=backout
[gecko.git] / netwerk / metrics.yaml
bloba8c11539187495d38375ce9f5f663d3088454c83
1 # This Source Code Form is subject to the terms of the Mozilla Public\r
2 # License, v. 2.0. If a copy of the MPL was not distributed with this\r
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.\r
4 \r
5 # Adding a new metric? We have docs for that!\r
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html\r
7 \r
8 ---\r
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0\r
10 $tags:\r
11   - 'Core :: Networking'\r
13 networking:\r
14   speculative_connect_outcome:\r
15     type: labeled_counter\r
16     description: >\r
17       Counts the occurrence of each outcome of a speculative connection\r
18     bugs:\r
19       - https://bugzilla.mozilla.org/show_bug.cgi?id=909865\r
20     data_reviews:\r
21       - https://bugzilla.mozilla.org/show_bug.cgi?id=909865\r
22     data_sensitivity:\r
23       - technical\r
24     notification_emails:\r
25       - necko@mozilla.com\r
26       - acreskey@mozilla.com\r
27     expires: never\r
28     labels:\r
29       - successful\r
30       - aborted_socket_limit\r
31       - aborted_socket_fail\r
32       - aborted_https_not_enabled\r
33     telemetry_mirror: NETWORKING_SPECULATIVE_CONNECT_OUTCOME\r
35   cookie_timestamp_fixed_count:\r
36     type: labeled_counter\r
37     description: >\r
38       Counts the number of times a cookie's invalid timestamp was fixed when\r
39       reading it from the DB.\r
40     bugs:\r
41       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126\r
42     data_reviews:\r
43       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5\r
44     data_sensitivity:\r
45       - technical\r
46     notification_emails:\r
47       - necko@mozilla.com\r
48       - vgosu@mozilla.com\r
49     labels:\r
50       - creationTime\r
51       - lastAccessed\r
52     expires: never\r
54   cookie_creation_fixup_diff:\r
55     type: custom_distribution\r
56     unit: second\r
57     description: >\r
58       If we fix up a cookie creation timestamp that is in the future this\r
59       metric records the number of seconds that timestamp was off from NOW.\r
60     bugs:\r
61       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126\r
62     data_reviews:\r
63       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5\r
64     data_sensitivity:\r
65       - technical\r
66     notification_emails:\r
67       - necko@mozilla.com\r
68       - vgosu@mozilla.com\r
69     expires: never\r
70     range_min: 0\r
71     range_max: 315360000000\r
72     bucket_count: 100\r
73     histogram_type: exponential\r
75   cookie_access_fixup_diff:\r
76     type: custom_distribution\r
77     unit: second\r
78     description: >\r
79       If we fix up a cookie lastAccessed timestamp that is in the future this\r
80       metric records the number of seconds that timestamp was off from NOW.\r
81     bugs:\r
82       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126\r
83     data_reviews:\r
84       - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5\r
85     data_sensitivity:\r
86       - technical\r
87     notification_emails:\r
88       - necko@mozilla.com\r
89       - vgosu@mozilla.com\r
90     expires: never\r
91     range_min: 0\r
92     range_max: 315360000000\r
93     bucket_count: 100\r
94     histogram_type: exponential\r