tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

metrics.yaml (89499B)


      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/.
      4 
      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
      7 
      8 ---
      9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
     10 $tags:
     11  - 'Core :: Networking'
     12 
     13 networking:
     14  cookie_timestamp_fixed_count:
     15    type: labeled_counter
     16    description: >
     17      Counts the number of times a cookie's invalid timestamp was fixed when
     18      reading it from the DB.
     19    bugs:
     20      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126
     21    data_reviews:
     22      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5
     23    data_sensitivity:
     24      - technical
     25    notification_emails:
     26      - necko@mozilla.com
     27      - vgosu@mozilla.com
     28    labels:
     29      - creationTime
     30      - lastAccessed
     31    expires: never
     32 
     33  cookie_creation_fixup_diff:
     34    type: custom_distribution
     35    unit: second
     36    description: >
     37      If we fix up a cookie creation timestamp that is in the future this
     38      metric records the number of seconds that timestamp was off from NOW.
     39    bugs:
     40      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126
     41    data_reviews:
     42      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5
     43    data_sensitivity:
     44      - technical
     45    notification_emails:
     46      - necko@mozilla.com
     47      - vgosu@mozilla.com
     48    expires: never
     49    range_min: 0
     50    range_max: 315360000000
     51    bucket_count: 100
     52    histogram_type: exponential
     53 
     54  cookie_access_fixup_diff:
     55    type: custom_distribution
     56    unit: second
     57    description: >
     58      If we fix up a cookie lastAccessed timestamp that is in the future this
     59      metric records the number of seconds that timestamp was off from NOW.
     60    bugs:
     61      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126
     62    data_reviews:
     63      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828126#c5
     64    data_sensitivity:
     65      - technical
     66    notification_emails:
     67      - necko@mozilla.com
     68      - vgosu@mozilla.com
     69    expires: never
     70    range_min: 0
     71    range_max: 315360000000
     72    bucket_count: 100
     73    histogram_type: exponential
     74 
     75  cookie_count_total:
     76    type: custom_distribution
     77    description: >
     78      Reports the total number of cookies in storage
     79    range_min: 0
     80    range_max: 4000
     81    bucket_count: 22
     82    histogram_type: exponential
     83    unit: integer
     84    bugs:
     85      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
     86      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
     87      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
     88      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
     89    data_reviews:
     90      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
     91      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
     92      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
     93      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
     94    data_sensitivity:
     95      - technical
     96    notification_emails:
     97      - necko@mozilla.com
     98      - edgul@mozilla.com
     99    expires: 157
    100 
    101  cookie_count_partitioned:
    102    type: custom_distribution
    103    description: >
    104      Reports the number of partitioned cookies in storage
    105    range_min: 0
    106    range_max: 4000
    107    bucket_count: 22
    108    histogram_type: exponential
    109    unit: integer
    110    bugs:
    111      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    112      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    113      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    114      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    115    data_reviews:
    116      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    117      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    118      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    119      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    120    data_sensitivity:
    121      - technical
    122    notification_emails:
    123      - necko@mozilla.com
    124      - edgul@mozilla.com
    125    expires: 157
    126 
    127  cookie_count_unpartitioned:
    128    type: custom_distribution
    129    description: >
    130      Reports the number of unpartitioned cookies in storage
    131    range_min: 0
    132    range_max: 4000
    133    bucket_count: 22
    134    histogram_type: exponential
    135    unit: integer
    136    bugs:
    137      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    138      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    139      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    140      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    141    data_reviews:
    142      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    143      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    144      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    145      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    146    data_sensitivity:
    147      - technical
    148    notification_emails:
    149      - necko@mozilla.com
    150      - edgul@mozilla.com
    151    expires: 157
    152 
    153  cookie_count_part_by_key:
    154    type: custom_distribution
    155    description: >
    156      A distribution of the partitioned cookies in storage belonging to
    157      a particular cookie key (host + origin attributes)
    158    range_min: 1
    159    range_max: 220
    160    bucket_count: 10
    161    histogram_type: exponential
    162    unit: integer
    163    bugs:
    164      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    165      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    166      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    167      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    168    data_reviews:
    169      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    170      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    171      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    172      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    173    data_sensitivity:
    174      - technical
    175    notification_emails:
    176      - necko@mozilla.com
    177      - edgul@mozilla.com
    178    expires: 157
    179 
    180  cookie_count_unpart_by_key:
    181    type: custom_distribution
    182    description: >
    183      A distribution of the unpartitioned cookies in storage belonging to
    184      a particular cookie key (host + origin attributes)
    185    range_min: 1
    186    range_max: 220
    187    bucket_count: 10
    188    histogram_type: exponential
    189    unit: integer
    190    bugs:
    191      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    192      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    193      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    194      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    195    data_reviews:
    196      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    197      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    198      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    199      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    200    data_sensitivity:
    201      - technical
    202    notification_emails:
    203      - necko@mozilla.com
    204      - edgul@mozilla.com
    205    expires: 157
    206 
    207  cookie_purge_max:
    208    type: custom_distribution
    209    description: >
    210      A distribution of the number of cookies purged across
    211      all host + OAs as a result of exceeding the cookie maximum threshold
    212      (single purge)
    213    range_min: 1
    214    range_max: 4000
    215    bucket_count: 22
    216    histogram_type: exponential
    217    unit: integer
    218    bugs:
    219      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    220      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    221      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    222      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    223    data_reviews:
    224      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    225      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    226      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    227      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    228    data_sensitivity:
    229      - technical
    230    notification_emails:
    231      - necko@mozilla.com
    232      - edgul@mozilla.com
    233    expires: 157
    234 
    235  cookie_purge_entry_max:
    236    type: custom_distribution
    237    description: >
    238      A distribution of the number of cookies purged for a single
    239      host + OA entry as a result of exceeding the maximum threshold
    240      for the given host + OA (single purge)
    241    range_min: 1
    242    range_max: 220
    243    bucket_count: 10
    244    histogram_type: exponential
    245    unit: integer
    246    bugs:
    247      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942
    248      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    249      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    250      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    251    data_reviews:
    252      - https://bugzilla.mozilla.org/show_bug.cgi?id=1828942#TDB
    253      - https://bugzilla.mozilla.org/show_bug.cgi?id=1892158
    254      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    255      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    256    data_sensitivity:
    257      - technical
    258    notification_emails:
    259      - necko@mozilla.com
    260      - edgul@mozilla.com
    261    expires: 157
    262 
    263  cookie_chips_partition_limit_overflow:
    264    type: custom_distribution
    265    description: >
    266      The number of cookie bytes exceeding chips partition limit capacity for a single partition
    267    range_min: 0
    268    range_max: 16000000
    269    bucket_count: 22
    270    histogram_type: exponential
    271    unit: integer
    272    bugs:
    273      - https://bugzilla.mozilla.org/show_bug.cgi?id=1878391
    274      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    275      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    276    data_reviews:
    277      - https://bugzilla.mozilla.org/show_bug.cgi?id=1878391
    278      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922606
    279      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989180
    280    data_sensitivity:
    281      - technical
    282    notification_emails:
    283      - necko@mozilla.com
    284      - edgul@mozilla.com
    285    expires: 157
    286 
    287  cookie_db_validation:
    288    type: labeled_counter
    289    description: >
    290      Counts cookies loaded from the DB grouped by validation result.
    291    bugs:
    292      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972513
    293    data_reviews:
    294      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972513
    295    notification_emails:
    296      - necko@mozilla.com
    297      - edgul@mozilla.com
    298      - baku@mozilla.com
    299    expires: 157
    300    labels:
    301      - eOK
    302      - eRejectedEmptyNameAndValue
    303      - eRejectedNameValueOversize
    304      - eRejectedInvalidCharName
    305      - eRejectedInvalidCharValue
    306      - eRejectedInvalidPath
    307      - eRejectedInvalidDomain
    308      - eRejectedInvalidPrefix
    309      - eRejectedNoneRequiresSecure
    310      - eRejectedPartitionedRequiresSecure
    311      - eRejectedHttpOnlyButFromScript
    312      - eRejectedSecureButNonHttps
    313      - eRejectedForNonSameSiteness
    314      - eRejectedAttributePathOversize
    315      - eRejectedAttributeDomainOversize
    316      - eRejectedAttributeExpiryOversize
    317 
    318  sqlite_cookies_block_main_thread:
    319    type: timing_distribution
    320    time_unit: millisecond
    321    description: >
    322      Time spent on blocking main thread by startup cookie database read (in milliseconds), only for blocking case
    323    bugs:
    324      - https://bugzilla.mozilla.org/show_bug.cgi?id=870460
    325    data_reviews:
    326      - https://bugzilla.mozilla.org/show_bug.cgi?id=870460
    327    notification_emails:
    328      - necko@mozilla.com
    329    expires: never
    330    telemetry_mirror: MOZ_SQLITE_COOKIES_BLOCK_MAIN_THREAD_MS_V2
    331 
    332  sqlite_cookies_time_to_block_main_thread:
    333    type: timing_distribution
    334    time_unit: millisecond
    335    description: >
    336      How long (in milliseconds) after we finished reading the cookie db until the first cookie request came in (0 implies we blocked the main thread)
    337    bugs:
    338      - https://bugzilla.mozilla.org/show_bug.cgi?id=1413839
    339    data_reviews:
    340      - https://bugzilla.mozilla.org/show_bug.cgi?id=1413839
    341    notification_emails:
    342      - necko@mozilla.com
    343    expires: never
    344    telemetry_mirror: MOZ_SQLITE_COOKIES_TIME_TO_BLOCK_MAIN_THREAD_MS
    345 
    346  dns_lookup_time:
    347    type: timing_distribution
    348    time_unit: millisecond
    349    description: >
    350      Time for a successful DNS resolution (msec) |
    351      Migrated from Firefox Telemetry's `DNS_LOOKUP_TIME`.
    352    bugs:
    353      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240
    354    data_reviews:
    355      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240#c6
    356    data_sensitivity:
    357      - technical
    358    notification_emails:
    359      - necko@mozilla.com
    360      - acreskey@mozilla.com
    361    expires: never
    362    telemetry_mirror: DNS_LOOKUP_TIME
    363 
    364  trr_fetch_duration:
    365    type: labeled_timing_distribution
    366    time_unit: millisecond
    367    description: >
    368      Time for a successful DoH request, from AsyncOpen to ReturnData
    369    bugs:
    370      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922235
    371    data_reviews:
    372      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922235
    373    notification_emails:
    374      - necko@mozilla.com
    375    labels:
    376      - h1
    377      - h1_network_only
    378      - h2
    379      - h2_network_only
    380      - h3
    381      - h3_network_only
    382    expires: never
    383 
    384  trr_dns_start: &trr_dns_start
    385    type: labeled_timing_distribution
    386    time_unit: millisecond
    387    description: >
    388      In TRR channel, time from connection open to the DNS request
    389      being issued.
    390    bugs:
    391      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922238
    392    data_reviews:
    393      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922238
    394    notification_emails:
    395      - necko@mozilla.com
    396      - kershaw@mozilla.com
    397    labels:
    398      - mozilla.cloudflare-dns.com
    399      - firefox.dns.nextdns.io
    400      - private.canadianshield.cira.ca
    401      - doh.xfinity.com
    402      - dns.shaw.ca
    403      - dooh.cloudflare-dns.com
    404      - mozilla.cloudflare-dns.com_2
    405      - firefox.dns.nextdns.io_2
    406      - private.canadianshield.cira.ca_2
    407      - doh.xfinity.com_2
    408      - dns.shaw.ca_2
    409      - dooh.cloudflare-dns.com_2
    410      - mozilla.cloudflare-dns.com_3
    411      - firefox.dns.nextdns.io_3
    412      - private.canadianshield.cira.ca_3
    413      - doh.xfinity.com_3
    414      - dns.shaw.ca_3
    415      - dooh.cloudflare-dns.com_3
    416    expires: never
    417 
    418  trr_dns_end:
    419    <<: *trr_dns_start
    420    description: >
    421      In TRR channel, time from the DNS request being issued to
    422      the response.
    423    expires: never
    424 
    425  trr_tcp_connection:
    426    <<: *trr_dns_start
    427    description: >
    428      In TRR channel, time from the TCP SYN packet is received to
    429      the connection is established and ready for HTTP.
    430    expires: never
    431 
    432  trr_tls_handshake:
    433    <<: *trr_dns_start
    434    description: >
    435      In TRR channel, time from after the TCP SYN packet is
    436      received to the secure connection is established and ready for HTTP.
    437    expires: never
    438 
    439  trr_open_to_first_sent:
    440    <<: *trr_dns_start
    441    description: >
    442      In TRR channel, time from open to first byte of request.
    443    expires: never
    444 
    445  trr_first_sent_to_last_received:
    446    <<: *trr_dns_start
    447    description: >
    448      In TRR channel, time from first byte of request sent to
    449      last byte of response received.
    450    expires: never
    451 
    452  trr_open_to_first_received:
    453    <<: *trr_dns_start
    454    description: >
    455      In TRR channel, time from open to first byte of reply received.
    456    expires: never
    457 
    458  trr_complete_load:
    459    <<: *trr_dns_start
    460    description: >
    461      In TRR channel, overall load time.
    462    expires: never
    463 
    464  trr_response_size: &trr_response_size
    465    type: labeled_memory_distribution
    466    memory_unit: byte
    467    description: >
    468      In TRR channel, the size of the HTTP response.
    469    bugs:
    470      - https://bugzilla.mozilla.org/show_bug.cgi?id=1957859
    471    data_reviews:
    472      - https://bugzilla.mozilla.org/show_bug.cgi?id=1957859
    473    notification_emails:
    474      - necko@mozilla.com
    475      - kershaw@mozilla.com
    476    labels:
    477      - mozilla.cloudflare-dns.com
    478      - firefox.dns.nextdns.io
    479      - private.canadianshield.cira.ca
    480      - doh.xfinity.com
    481      - dns.shaw.ca
    482      - dooh.cloudflare-dns.com
    483      - mozilla.cloudflare-dns.com_2
    484      - firefox.dns.nextdns.io_2
    485      - private.canadianshield.cira.ca_2
    486      - doh.xfinity.com_2
    487      - dns.shaw.ca_2
    488      - dooh.cloudflare-dns.com_2
    489      - mozilla.cloudflare-dns.com_3
    490      - firefox.dns.nextdns.io_3
    491      - private.canadianshield.cira.ca_3
    492      - doh.xfinity.com_3
    493      - dns.shaw.ca_3
    494      - dooh.cloudflare-dns.com_3
    495    expires: never
    496 
    497  trr_request_size:
    498    <<: *trr_response_size
    499    description: >
    500      In TRR channel, the size of the HTTP request.
    501    expires: never
    502 
    503  dns_renewal_time:
    504    type: timing_distribution
    505    time_unit: millisecond
    506    description: >
    507      Time for a renewed DNS OS resolution (msec) |
    508      Migrated from Firefox Telemetry's `DNS_RENEWAL_TIME`.
    509    bugs:
    510      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240
    511    data_reviews:
    512      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240#c6
    513    data_sensitivity:
    514      - technical
    515    notification_emails:
    516      - necko@mozilla.com
    517      - acreskey@mozilla.com
    518    expires: never
    519    telemetry_mirror: DNS_RENEWAL_TIME
    520 
    521  dns_renewal_time_for_ttl:
    522    type: timing_distribution
    523    time_unit: millisecond
    524    description: >
    525      Time for a DNS OS resolution (msec) used to get TTL |
    526      Migrated from Firefox Telemetry's `DNS_RENEWAL_TIME_FOR_TTL`.
    527    bugs:
    528      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240
    529    data_reviews:
    530      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240#c6
    531    data_sensitivity:
    532      - technical
    533    notification_emails:
    534      - necko@mozilla.com
    535      - acreskey@mozilla.com
    536    expires: never
    537    telemetry_mirror: DNS_RENEWAL_TIME_FOR_TTL
    538 
    539  dns_failed_lookup_time:
    540    type: timing_distribution
    541    time_unit: millisecond
    542    description: >
    543      Time for an unsuccessful DNS OS resolution (msec) |
    544      Migrated from Firefox Telemetry's `DNS_FAILED_LOOKUP_TIME`.
    545    bugs:
    546      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240
    547    data_reviews:
    548      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838240#c6
    549    data_sensitivity:
    550      - technical
    551    notification_emails:
    552      - necko@mozilla.com
    553      - acreskey@mozilla.com
    554    expires: never
    555    telemetry_mirror: DNS_FAILED_LOOKUP_TIME
    556 
    557  dns_native_https_call_time:
    558    type: timing_distribution
    559    time_unit: millisecond
    560    description: >
    561      Time spent in the call to the native OS DNS resolution.
    562    bugs:
    563      - https://bugzilla.mozilla.org/show_bug.cgi?id=1885529
    564    data_reviews:
    565      - https://bugzilla.mozilla.org/show_bug.cgi?id=1885529
    566    data_sensitivity:
    567      - technical
    568    notification_emails:
    569      - necko@mozilla.com
    570      - vgosu@mozilla.com
    571    expires: never
    572 
    573  dns_native_count:
    574    type: labeled_counter
    575    description: >
    576      The count of calls to the native DNS APIs
    577    bugs:
    578      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879165
    579      - https://bugzilla.mozilla.org/show_bug.cgi?id=1958160
    580    data_reviews:
    581      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879165
    582    data_sensitivity:
    583      - technical
    584    notification_emails:
    585      - vgosu@mozilla.com
    586      - necko@mozilla.com
    587    expires: never
    588    labels:
    589      - regular
    590      - private
    591      - https_regular
    592      - https_private
    593 
    594  http_onstart_suspend_total_time:
    595    type: timing_distribution
    596    time_unit: millisecond
    597    telemetry_mirror: HTTP_ONSTART_SUSPEND_TOTAL_TIME
    598    description: >
    599      Time in milliseconds that http channel spent suspended between AsyncOpen and OnStartRequest.
    600    bugs:
    601      - https://bugzilla.mozilla.org/show_bug.cgi?id=1897209
    602      - https://bugzilla.mozilla.org/show_bug.cgi?id=1347948
    603    data_reviews:
    604      - https://bugzilla.mozilla.org/show_bug.cgi?id=1897209
    605    notification_emails:
    606      - necko@mozilla.com
    607    expires: never
    608 
    609  http_1_download_throughput:
    610    type: custom_distribution
    611    unit: mbps
    612    range_min: 0
    613    range_max: 10000
    614    bucket_count: 100
    615    histogram_type: exponential
    616    description: >
    617     The download throughput for  http/1.0, http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps.
    618    bugs:
    619      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798
    620    data_reviews:
    621      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798#c2
    622    data_sensitivity:
    623      - technical
    624    notification_emails:
    625      - necko@mozilla.com
    626      - acreskey@mozilla.com
    627    expires: never
    628    telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_1
    629 
    630  http_1_download_throughput_10_50: &http_1_download_throughput_10_50
    631    type: custom_distribution
    632    unit: mbps
    633    range_min: 0
    634    range_max: 10000
    635    bucket_count: 100
    636    histogram_type: exponential
    637    description: >
    638     The download throughput for http/1.0 and http/1.1 requests between 10MB and 50MB. Measured in megabits per second, Mbps.
    639    bugs:
    640      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909931
    641    data_reviews:
    642      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909931
    643    data_sensitivity:
    644      - technical
    645    notification_emails:
    646      - necko@mozilla.com
    647    expires: never
    648 
    649  http_1_download_throughput_50_100:
    650    <<: *http_1_download_throughput_10_50
    651    description: >
    652     The download throughput for http/1.0 and http/1.1 requests between 50MB and 100MB. Measured in megabits per second, Mbps.
    653 
    654  http_1_download_throughput_100:
    655    <<: *http_1_download_throughput_10_50
    656    description: >
    657     The download throughput for http/1.0 and http/1.1 requests size larger than 100MB. Measured in megabits per second, Mbps.
    658 
    659  http_2_download_throughput:
    660    type: custom_distribution
    661    unit: mbps
    662    range_min: 0
    663    range_max: 10000
    664    bucket_count: 100
    665    histogram_type: exponential
    666    description: >
    667     The download throughput for http/2 requests larger than 10MB. Measured in megabits per second, Mbps.
    668    bugs:
    669      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798
    670    data_reviews:
    671      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798#c2
    672    data_sensitivity:
    673      - technical
    674    notification_emails:
    675      - necko@mozilla.com
    676      - acreskey@mozilla.com
    677    expires: never
    678    telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_2
    679 
    680  http_2_download_throughput_10_50: &http_2_download_throughput_10_50
    681    type: custom_distribution
    682    unit: mbps
    683    range_min: 0
    684    range_max: 10000
    685    bucket_count: 100
    686    histogram_type: exponential
    687    description: >
    688     The download throughput for http/2 requests between 10MB and 50MB. Measured in megabits per second, Mbps.
    689    bugs:
    690      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909931
    691    data_reviews:
    692      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909931
    693    data_sensitivity:
    694      - technical
    695    notification_emails:
    696      - necko@mozilla.com
    697    expires: never
    698 
    699  http_2_download_throughput_50_100:
    700    <<: *http_2_download_throughput_10_50
    701    description: >
    702     The download throughput for http/2 requests between 50MB and 100MB. Measured in megabits per second, Mbps.
    703 
    704  http_2_download_throughput_100:
    705    <<: *http_2_download_throughput_10_50
    706    description: >
    707     The download throughput for http/2 requests size larger than 100MB. Measured in megabits per second, Mbps.
    708 
    709  http_3_download_throughput:
    710    type: custom_distribution
    711    unit: mbps
    712    range_min: 0
    713    range_max: 10000
    714    bucket_count: 100
    715    histogram_type: exponential
    716    description: >
    717     The download throughput for http/3 requests larger than 10MB. Measured in megabits per second, Mbps.
    718    bugs:
    719      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798
    720    data_reviews:
    721      - https://bugzilla.mozilla.org/show_bug.cgi?id=1846798#c2
    722    data_sensitivity:
    723      - technical
    724    notification_emails:
    725      - necko@mozilla.com
    726      - acreskey@mozilla.com
    727    expires: never
    728    telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_3
    729 
    730  http_3_download_throughput_10_50: &http_3_download_throughput_10_50
    731    type: custom_distribution
    732    unit: mbps
    733    range_min: 0
    734    range_max: 10000
    735    bucket_count: 100
    736    histogram_type: exponential
    737    description: >
    738     The download throughput for http/3 requests between 10MB and 50MB. Measured in megabits per second, Mbps.
    739    bugs:
    740      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909663
    741    data_reviews:
    742      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909663
    743    data_sensitivity:
    744      - technical
    745    notification_emails:
    746      - necko@mozilla.com
    747    expires: never
    748 
    749  http_3_download_throughput_50_100:
    750    <<: *http_3_download_throughput_10_50
    751    description: >
    752     The download throughput for http/3 requests between 50MB and 100MB. Measured in megabits per second, Mbps.
    753 
    754  http_3_download_throughput_100:
    755    <<: *http_3_download_throughput_10_50
    756    description: >
    757     The download throughput for http/3 requests size larger than 100MB. Measured in megabits per second, Mbps.
    758 
    759  http_1_upload_throughput:
    760    type: custom_distribution
    761    unit: mbps
    762    range_min: 0
    763    range_max: 5000
    764    bucket_count: 100
    765    histogram_type: exponential
    766    description: >
    767     The upload throughput for http/1.0, http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps.
    768    bugs:
    769      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256
    770    data_reviews:
    771      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    772    data_sensitivity:
    773      - technical
    774    notification_emails:
    775      - necko@mozilla.com
    776      - acreskey@mozilla.com
    777    expires: never
    778    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_1
    779 
    780  http_2_upload_throughput:
    781    type: custom_distribution
    782    unit: mbps
    783    range_min: 0
    784    range_max: 5000
    785    bucket_count: 100
    786    histogram_type: exponential
    787    description: >
    788     The upload throughput for http/2 requests larger than 10MB. Measured in megabits per second, Mbps.
    789    bugs:
    790      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256
    791    data_reviews:
    792      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    793    data_sensitivity:
    794      - technical
    795    notification_emails:
    796      - necko@mozilla.com
    797      - acreskey@mozilla.com
    798    expires: never
    799    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_2
    800 
    801  http_3_upload_throughput:
    802    type: custom_distribution
    803    unit: mbps
    804    range_min: 0
    805    range_max: 5000
    806    bucket_count: 100
    807    histogram_type: exponential
    808    description: >
    809     The upload throughput for http/3 requests larger than 10MB. Measured in megabits per second, Mbps.
    810    bugs:
    811      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256
    812    data_reviews:
    813      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    814    data_sensitivity:
    815      - technical
    816    notification_emails:
    817      - necko@mozilla.com
    818      - acreskey@mozilla.com
    819    expires: never
    820    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_3
    821 
    822  http_1_upload_throughput_10_50:
    823    type: custom_distribution
    824    unit: mbps
    825    range_min: 0
    826    range_max: 5000
    827    bucket_count: 100
    828    histogram_type: exponential
    829    description: >
    830     The upload throughput for http/1.0, http/1.1 request size between 10MB and 50MB. Measured in megabits per second, Mbps.
    831    bugs:
    832      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    833    data_reviews:
    834      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    835    data_sensitivity:
    836      - technical
    837    notification_emails:
    838      - necko@mozilla.com
    839      - kershaw@mozilla.com
    840    expires: never
    841    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_1_10_50
    842 
    843  http_1_upload_throughput_50_100:
    844    type: custom_distribution
    845    unit: mbps
    846    range_min: 0
    847    range_max: 5000
    848    bucket_count: 100
    849    histogram_type: exponential
    850    description: >
    851     The upload throughput for http/1.0, http/1.1 request size between 50MB and 100MB. Measured in megabits per second, Mbps.
    852    bugs:
    853      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    854    data_reviews:
    855      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    856    data_sensitivity:
    857      - technical
    858    notification_emails:
    859      - necko@mozilla.com
    860      - kershaw@mozilla.com
    861    expires: never
    862    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_1_50_100
    863 
    864  http_1_upload_throughput_100:
    865    type: custom_distribution
    866    unit: mbps
    867    range_min: 0
    868    range_max: 5000
    869    bucket_count: 100
    870    histogram_type: exponential
    871    description: >
    872     The upload throughput for http/1.0, http/1.1 request size larger than 100MB. Measured in megabits per second, Mbps.
    873    bugs:
    874      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    875    data_reviews:
    876      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    877    data_sensitivity:
    878      - technical
    879    notification_emails:
    880      - necko@mozilla.com
    881      - kershaw@mozilla.com
    882    expires: never
    883    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_1_100
    884 
    885  http_2_upload_throughput_10_50:
    886    type: custom_distribution
    887    unit: mbps
    888    range_min: 0
    889    range_max: 5000
    890    bucket_count: 100
    891    histogram_type: exponential
    892    description: >
    893     The upload throughput for http/2 request size between 10MB and 50MB. Measured in megabits per second, Mbps.
    894    bugs:
    895      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    896    data_reviews:
    897      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    898    data_sensitivity:
    899      - technical
    900    notification_emails:
    901      - necko@mozilla.com
    902      - kershaw@mozilla.com
    903    expires: never
    904    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_2_10_50
    905 
    906  http_2_upload_throughput_50_100:
    907    type: custom_distribution
    908    unit: mbps
    909    range_min: 0
    910    range_max: 5000
    911    bucket_count: 100
    912    histogram_type: exponential
    913    description: >
    914     The upload throughput for http/2 request size between 50MB and 100MB. Measured in megabits per second, Mbps.
    915    bugs:
    916      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    917    data_reviews:
    918      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    919    data_sensitivity:
    920      - technical
    921    notification_emails:
    922      - necko@mozilla.com
    923      - kershaw@mozilla.com
    924    expires: never
    925    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_2_50_100
    926 
    927  http_2_upload_throughput_100:
    928    type: custom_distribution
    929    unit: mbps
    930    range_min: 0
    931    range_max: 5000
    932    bucket_count: 100
    933    histogram_type: exponential
    934    description: >
    935     The upload throughput for http/2 request size larger than 100MB. Measured in megabits per second, Mbps.
    936    bugs:
    937      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    938    data_reviews:
    939      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    940    data_sensitivity:
    941      - technical
    942    notification_emails:
    943      - necko@mozilla.com
    944      - kershaw@mozilla.com
    945    expires: never
    946    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_2_100
    947 
    948  http_3_upload_throughput_1_10:
    949    type: custom_distribution
    950    unit: mbps
    951    range_min: 0
    952    range_max: 3000
    953    bucket_count: 100
    954    histogram_type: exponential
    955    description: >
    956     The upload throughput for http/3 request size between 1MB and 10MB. Measured in megabits per second, Mbps.
    957    bugs:
    958      - https://bugzilla.mozilla.org/show_bug.cgi?id=2003794
    959    data_reviews:
    960      - https://bugzilla.mozilla.org/show_bug.cgi?id=2003794
    961    data_sensitivity:
    962      - technical
    963    notification_emails:
    964      - necko@mozilla.com
    965      - omansfeld@mozilla.com
    966    expires: 157
    967 
    968  http_3_upload_throughput_10_50:
    969    type: custom_distribution
    970    unit: mbps
    971    range_min: 0
    972    range_max: 5000
    973    bucket_count: 100
    974    histogram_type: exponential
    975    description: >
    976     The upload throughput for http/3 request size between 10MB and 50MB. Measured in megabits per second, Mbps.
    977    bugs:
    978      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
    979    data_reviews:
    980      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
    981    data_sensitivity:
    982      - technical
    983    notification_emails:
    984      - necko@mozilla.com
    985      - kershaw@mozilla.com
    986    expires: never
    987    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_3_10_50
    988 
    989  http_3_upload_throughput_50_100:
    990    type: custom_distribution
    991    unit: mbps
    992    range_min: 0
    993    range_max: 5000
    994    bucket_count: 100
    995    histogram_type: exponential
    996    description: >
    997     The upload throughput for http/3 request size between 50MB and 100MB. Measured in megabits per second, Mbps.
    998    bugs:
    999      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
   1000    data_reviews:
   1001      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
   1002    data_sensitivity:
   1003      - technical
   1004    notification_emails:
   1005      - necko@mozilla.com
   1006      - kershaw@mozilla.com
   1007    expires: never
   1008    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_3_50_100
   1009 
   1010  http_3_upload_throughput_100:
   1011    type: custom_distribution
   1012    unit: mbps
   1013    range_min: 0
   1014    range_max: 5000
   1015    bucket_count: 100
   1016    histogram_type: exponential
   1017    description: >
   1018     The upload throughput for http/3 request size larger than 100MB. Measured in megabits per second, Mbps.
   1019    bugs:
   1020      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866739
   1021    data_reviews:
   1022      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858256#c2
   1023    data_sensitivity:
   1024      - technical
   1025    notification_emails:
   1026      - necko@mozilla.com
   1027      - kershaw@mozilla.com
   1028    expires: never
   1029    telemetry_mirror: HTTP_UPLOAD_THROUGHPUT_MBPS_HTTP_3_100
   1030 
   1031  http_3_ecn_ce_ect0_ratio_sent: &http_3_ecn_ce_ect0_ratio_sent
   1032    type: custom_distribution
   1033    unit: integer
   1034    range_min: 0
   1035    range_max: 2000
   1036    bucket_count: 100
   1037    histogram_type: exponential
   1038    description: >
   1039      HTTP3: ECN CE to ECT0 ratio (multiply by 10000) sent.
   1040    bugs:
   1041      - https://bugzilla.mozilla.org/show_bug.cgi?id=1902065
   1042    data_reviews:
   1043      - https://bugzilla.mozilla.org/show_bug.cgi?id=1902065
   1044    data_sensitivity:
   1045      - technical
   1046    notification_emails:
   1047      - necko@mozilla.com
   1048      - minden@mozilla.com
   1049    expires: never
   1050 
   1051  http_3_ecn_ce_ect0_ratio_received:
   1052    <<: *http_3_ecn_ce_ect0_ratio_sent
   1053    description: >
   1054      HTTP3: ECN CE to ECT0 ratio (multiply by 10000) received.
   1055 
   1056  http_3_ecn_path_capability:
   1057    type: labeled_counter
   1058    description: >
   1059      Number of paths known to be ECN capable or not-capable.
   1060    bugs:
   1061      - https://bugzilla.mozilla.org/show_bug.cgi?id=1902065
   1062    data_reviews:
   1063      - https://bugzilla.mozilla.org/show_bug.cgi?id=1902065
   1064    data_sensitivity:
   1065      - technical
   1066    notification_emails:
   1067      - necko@mozilla.com
   1068      - minden@mozilla.com
   1069    expires: never
   1070    labels:
   1071      - capable
   1072      - black-hole
   1073      - bleaching
   1074      - received-unsent-ect-1
   1075 
   1076  http_3_loss_ratio:
   1077    type: custom_distribution
   1078    unit: integer
   1079    range_min: 0
   1080    range_max: 2000
   1081    bucket_count: 100
   1082    histogram_type: exponential
   1083    description: >
   1084      HTTP3: packet loss ratio (multiply by 10000).
   1085    bugs:
   1086      - https://bugzilla.mozilla.org/show_bug.cgi?id=1917778
   1087    data_reviews:
   1088      - https://bugzilla.mozilla.org/show_bug.cgi?id=1917778
   1089    data_sensitivity:
   1090      - technical
   1091    notification_emails:
   1092      - necko@mozilla.com
   1093      - minden@mozilla.com
   1094    expires: never
   1095 
   1096  http_3_spurious_congestion_event_ratio:
   1097    type: custom_distribution
   1098    unit: integer
   1099    range_min: 0
   1100    range_max: 10000
   1101    bucket_count: 100
   1102    histogram_type: linear
   1103    description: >
   1104      HTTP3: spurious congestion event to loss induced congestion event ratio (10000 scaling factor).
   1105    bugs:
   1106      - https://bugzilla.mozilla.org/show_bug.cgi?id=1992148
   1107    data_reviews:
   1108      - https://bugzilla.mozilla.org/show_bug.cgi?id=1992148
   1109    data_sensitivity:
   1110      - technical
   1111    notification_emails:
   1112      - necko@mozilla.com
   1113      - omansfeld@mozilla.com
   1114    expires: 157
   1115 
   1116  http_3_slow_start_exited:
   1117    type: labeled_counter
   1118    description: >
   1119      Counts whether an HTTP3 connections exited slow start.
   1120    bugs:
   1121      - https://bugzilla.mozilla.org/show_bug.cgi?id=2004717
   1122    data_reviews:
   1123      - https://bugzilla.mozilla.org/show_bug.cgi?id=2004717
   1124    data_sensitivity:
   1125      - technical
   1126    notification_emails:
   1127      - necko@mozilla.com
   1128      - omansfeld@mozilla.com
   1129    expires: 157
   1130    labels:
   1131      - exited
   1132      - not_exited
   1133 
   1134  http_3_congestion_event_reason:
   1135    type: labeled_counter
   1136    description: >
   1137      The type of signal that caused a congestion event in Firefox's QUIC stack.
   1138    bugs:
   1139      - https://bugzilla.mozilla.org/show_bug.cgi?id=2004031
   1140    data_reviews:
   1141      - https://bugzilla.mozilla.org/show_bug.cgi?id=2004031
   1142    data_sensitivity:
   1143      - technical
   1144    notification_emails:
   1145      - necko@mozilla.com
   1146      - omansfeld@mozilla.com
   1147    expires: 157
   1148    labels:
   1149      - loss
   1150      - ecn-ce
   1151 
   1152  http_3_connection_close_reason:
   1153    type: labeled_counter
   1154    description: >
   1155      Number of HTTP3 connections closed, labeled by reason.
   1156    bugs:
   1157      - https://bugzilla.mozilla.org/show_bug.cgi?id=1926258
   1158    data_reviews:
   1159      - https://bugzilla.mozilla.org/show_bug.cgi?id=1926258
   1160    data_sensitivity:
   1161      - technical
   1162    notification_emails:
   1163      - necko@mozilla.com
   1164      - minden@mozilla.com
   1165    expires: never
   1166    labels:
   1167      # neqo_transport::CloseReason::Application
   1168      - Application
   1169      # neqo_transport::CloseReason::Transport
   1170      - NoError
   1171      - InternalError
   1172      - ConnectionRefused
   1173      - FlowControlError
   1174      - StreamLimitError
   1175      - StreamStateError
   1176      - FinalSizeError
   1177      - FrameEncodingError
   1178      - TransportParameterError
   1179      - ProtocolViolation
   1180      - InvalidToken
   1181      - ApplicationError
   1182      - CryptoBufferExceeded
   1183      - CryptoError
   1184      - QlogError
   1185      - CryptoAlert
   1186      - EchRetry
   1187      - AckedUnsentPacket
   1188      - ConnectionIdLimitExceeded
   1189      - ConnectionIdsExhausted
   1190      - ConnectionState
   1191      - DecodingFrame
   1192      - DecryptError
   1193      - DisabledVersion
   1194      - IdleTimeout
   1195      - IntegerOverflow
   1196      - InvalidInput
   1197      - InvalidMigration
   1198      - InvalidPacket
   1199      - InvalidResumptionToken
   1200      - InvalidRetry
   1201      - InvalidStreamId
   1202      - KeysDiscarded
   1203      - KeysExhausted
   1204      - KeysPending
   1205      - KeyUpdateBlocked
   1206      - NoAvailablePath
   1207      - NoMoreData
   1208      - NotAvailable
   1209      - NotConnected
   1210      - PacketNumberOverlap
   1211      - PeerApplicationError
   1212      - PeerError
   1213      - StatelessReset
   1214      - TooMuchData
   1215      - UnexpectedMessage
   1216      - UnknownConnectionId
   1217      - UnknownFrameType
   1218      - VersionNegotiation
   1219      - WrongRole
   1220 
   1221  http_3_quic_frame_count:
   1222    type: labeled_counter
   1223    description: >
   1224      Number of QUIC frames send and received by type.
   1225    bugs:
   1226      - https://bugzilla.mozilla.org/show_bug.cgi?id=1929818
   1227    data_reviews:
   1228      - https://bugzilla.mozilla.org/show_bug.cgi?id=1929818
   1229    data_sensitivity:
   1230      - technical
   1231    notification_emails:
   1232      - necko@mozilla.com
   1233      - minden@mozilla.com
   1234    expires: never
   1235    labels:
   1236      - ack_tx
   1237      - ack_rx
   1238      - crypto_tx
   1239      - crypto_rx
   1240      - stream_tx
   1241      - stream_rx
   1242      - reset_stream_tx
   1243      - reset_stream_rx
   1244      - stop_sending_tx
   1245      - stop_sending_rx
   1246      - ping_tx
   1247      - ping_rx
   1248      - padding_tx
   1249      - padding_rx
   1250      - max_streams_tx
   1251      - max_streams_rx
   1252      - streams_blocked_tx
   1253      - streams_blocked_rx
   1254      - max_data_tx
   1255      - max_data_rx
   1256      - data_blocked_tx
   1257      - data_blocked_rx
   1258      - max_stream_data_tx
   1259      - max_stream_data_rx
   1260      - stream_data_blocked_tx
   1261      - stream_data_blocked_rx
   1262      - new_connection_id_tx
   1263      - new_connection_id_rx
   1264      - retire_connection_id_tx
   1265      - retire_connection_id_rx
   1266      - path_challenge_tx
   1267      - path_challenge_rx
   1268      - path_response_tx
   1269      - path_response_rx
   1270      - connection_close_tx
   1271      - connection_close_rx
   1272      - handshake_done_tx
   1273      - handshake_done_rx
   1274      - new_token_tx
   1275      - new_token_rx
   1276      - ack_frequency_tx
   1277      - ack_frequency_rx
   1278      - datagram_tx
   1279      - datagram_rx
   1280 
   1281 
   1282  cache_metadata_first_read_time: &cache_metadata_first_read_time
   1283    type: timing_distribution
   1284    time_unit: millisecond
   1285    description: >
   1286      Time spent to read the first part of the metadata from the cache entry file.
   1287    bugs:
   1288      - https://bugzilla.mozilla.org/show_bug.cgi?id=1908994
   1289    data_reviews:
   1290      - https://bugzilla.mozilla.org/show_bug.cgi?id=1908994
   1291    notification_emails:
   1292      - necko@mozilla.com
   1293    expires: never
   1294    telemetry_mirror: NETWORK_CACHE_METADATA_FIRST_READ_TIME_MS
   1295 
   1296  cache_metadata_second_read_time:
   1297    <<: *cache_metadata_first_read_time
   1298    description: >
   1299      Time spent to read the missing part of the metadata from the cache entry file.
   1300    telemetry_mirror: NETWORK_CACHE_METADATA_SECOND_READ_TIME_MS
   1301 
   1302  cache_metadata_size:
   1303    type: memory_distribution
   1304    memory_unit: byte
   1305    description:
   1306      Size of the metadata in bytes parsed from the disk.
   1307    bugs:
   1308      - https://bugzilla.mozilla.org/show_bug.cgi?id=1133739
   1309      - https://bugzilla.mozilla.org/show_bug.cgi?id=1495336
   1310      - https://bugzilla.mozilla.org/show_bug.cgi?id=1908994
   1311    data_reviews:
   1312      - https://bugzilla.mozilla.org/show_bug.cgi?id=1908994
   1313    data_sensitivity:
   1314      - technical
   1315    notification_emails:
   1316      - necko@mozilla.com
   1317    expires: never
   1318 
   1319  residual_cache_folder_count:
   1320    type: counter
   1321    description: >
   1322      Counts how often we find a cache folder that wasn't purged
   1323      at shutdown by a background task process.
   1324    bugs:
   1325      - https://bugzilla.mozilla.org/1848542
   1326    data_reviews:
   1327      - https://bugzilla.mozilla.org/show_bug.cgi?id=1848542
   1328    notification_emails:
   1329      - vgosu@mozilla.com
   1330    expires: 156
   1331 
   1332  residual_cache_folder_removal:
   1333    type: labeled_counter
   1334    description: >
   1335      Counts how often succeed/fail in removing cache folder
   1336      that wasn't purged at shutdown
   1337    bugs:
   1338      - https://bugzilla.mozilla.org/1848542
   1339      - https://bugzilla.mozilla.org/1989190
   1340    data_reviews:
   1341      - https://bugzilla.mozilla.org/show_bug.cgi?id=1848542
   1342      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989190
   1343    notification_emails:
   1344      - vgosu@mozilla.com
   1345    expires: 156
   1346    labels:
   1347      - success
   1348      - failure
   1349 
   1350  trr_request_count:
   1351    type: labeled_counter
   1352    description: >
   1353      The count of successful TRR requests keyed by regular/private browsing
   1354    bugs:
   1355      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866245
   1356      - https://bugzilla.mozilla.org/show_bug.cgi?id=1902190
   1357      - https://bugzilla.mozilla.org/show_bug.cgi?id=1958160
   1358    data_reviews:
   1359      - https://bugzilla.mozilla.org/show_bug.cgi?id=1866245
   1360    notification_emails:
   1361      - vgosu@mozilla.com
   1362      - necko@mozilla.com
   1363    expires: never
   1364    labels:
   1365      - regular
   1366      - private
   1367 
   1368  trr_request_count_per_conn:
   1369    type: labeled_counter
   1370    description: >
   1371      Number of DOH requests per connection keyed by HTTP version
   1372    bugs:
   1373      - https://bugzilla.mozilla.org/show_bug.cgi?id=1916352
   1374    data_reviews:
   1375      - https://bugzilla.mozilla.org/show_bug.cgi?id=1916352
   1376    notification_emails:
   1377      - kershaw@mozilla.com
   1378      - necko@mozilla.com
   1379    expires: never
   1380    labels:
   1381      - mozilla.cloudflare-dns.com_h1
   1382      - firefox.dns.nextdns.io_h1
   1383      - private.canadianshield.cira.ca_h1
   1384      - doh.xfinity.com_h1
   1385      - dns.shaw.ca_h1
   1386      - dooh.cloudflare-dns.com_h1
   1387      - mozilla.cloudflare-dns.com_h2
   1388      - firefox.dns.nextdns.io_h2
   1389      - private.canadianshield.cira.ca_h2
   1390      - doh.xfinity.com_h2
   1391      - dns.shaw.ca_h2
   1392      - dooh.cloudflare-dns.com_h2
   1393      - mozilla.cloudflare-dns.com_h3
   1394      - firefox.dns.nextdns.io_h3
   1395      - private.canadianshield.cira.ca_h3
   1396      - doh.xfinity.com_h3
   1397      - dns.shaw.ca_h3
   1398      - dooh.cloudflare-dns.com_h3
   1399 
   1400  http_redirect_to_scheme_top_level: &http_redirect_to_scheme_top_level
   1401    type: labeled_counter
   1402    description: >
   1403      Count of the HTTP redirection that triggered by top-level document, keyed by the URL scheme redirected to
   1404    bugs:
   1405      - https://bugzilla.mozilla.org/show_bug.cgi?id=1413512
   1406      - https://bugzilla.mozilla.org/show_bug.cgi?id=1567462
   1407      - https://bugzilla.mozilla.org/show_bug.cgi?id=1897290
   1408    data_reviews:
   1409      - https://bugzilla.mozilla.org/show_bug.cgi?id=1897290
   1410    notification_emails:
   1411      - necko@mozilla.com
   1412    expires: never
   1413 
   1414  http_redirect_to_scheme_subresource:
   1415    <<: *http_redirect_to_scheme_top_level
   1416    description: >
   1417      Count of the HTTP redirection that triggered by subresource, keyed by the URL scheme redirected to
   1418 
   1419  http_response_version:
   1420    type: labeled_counter
   1421    description: >
   1422      HTTP protocol version used on response from nsHttp.h
   1423    bugs:
   1424      - https://bugzilla.mozilla.org/show_bug.cgi?id=1876776
   1425    data_reviews:
   1426      - https://bugzilla.mozilla.org/show_bug.cgi?id=1876776#c2
   1427    notification_emails:
   1428      - necko@mozilla.com
   1429    expires: never
   1430    labels:
   1431      - unknown
   1432      - http_1
   1433      - http_2
   1434      - http_3
   1435 
   1436  http_response_status_code:
   1437    type: labeled_counter
   1438    description: >
   1439      HTTP Response Status Code (200, 301, 302, 304, 307, 308, 400, 401, 403, 404, 421, 425, 429, other 400 and 500)
   1440    bugs:
   1441      - https://bugzilla.mozilla.org/show_bug.cgi?id=1896350
   1442      - https://bugzilla.mozilla.org/show_bug.cgi?id=1903410
   1443    data_reviews:
   1444      - https://bugzilla.mozilla.org/show_bug.cgi?id=1896350
   1445    notification_emails:
   1446      - necko@mozilla.com
   1447      - smayya@mozilla.com
   1448    expires: never
   1449    labels:
   1450      - 200_ok
   1451      - 301_moved_permanently
   1452      - 302_found
   1453      - 304_not_modified
   1454      - 307_temporary_redirect
   1455      - 308_permanent_redirect
   1456      - 400_bad_request
   1457      - 401_unauthorized
   1458      - 403_forbidden
   1459      - 404_not_found
   1460      - 421_misdirected_request
   1461      - 425_too_early
   1462      - 429_too_many_requests
   1463      - other_4xx
   1464      - other_5xx
   1465      - other
   1466 
   1467  https_rr_presented:
   1468    type: labeled_counter
   1469    description: >
   1470      HTTPS RR is presented or not
   1471    bugs:
   1472      - https://bugzilla.mozilla.org/1686421
   1473    data_reviews:
   1474      - https://bugzilla.mozilla.org/show_bug.cgi?id=1686421
   1475    notification_emails:
   1476      - necko@mozilla.com
   1477      - kershaw@mozilla.com
   1478    expires: never
   1479    labels:
   1480      - presented
   1481      - presented_with_http3
   1482      - none
   1483 
   1484  http_channel_onstart_success_https_rr:
   1485    type: labeled_counter
   1486    description: >
   1487      Successfully started HTTP channels when HTTPS RR is used
   1488    bugs:
   1489      - https://bugzilla.mozilla.org/1682552
   1490    data_reviews:
   1491      - https://bugzilla.mozilla.org/show_bug.cgi?id=1682552
   1492    notification_emails:
   1493      - necko@mozilla.com
   1494      - kershaw@mozilla.com
   1495    expires: never
   1496    labels:
   1497      - success
   1498      - failure
   1499      - success_ech_used
   1500      - failure_ech_used
   1501 
   1502  http_channel_disposition:
   1503    type: labeled_counter
   1504    description: >
   1505      Channel Disposition for HTTP and HTTPS:
   1506      cancel, disk, net_ok, net_early_fail, and net_late_fail
   1507    bugs:
   1508      - https://bugzilla.mozilla.org/1341128
   1509      - https://bugzilla.mozilla.org/1898248
   1510    data_reviews:
   1511      - https://bugzilla.mozilla.org/show_bug.cgi?id=1898248
   1512    notification_emails:
   1513      - necko@mozilla.com
   1514    expires: never
   1515    labels:
   1516      - http_cancelled
   1517      - http_disk
   1518      - http_net_ok
   1519      - http_net_early_fail
   1520      - http_net_late_fail
   1521      - https_cancelled
   1522      - https_disk
   1523      - https_net_ok
   1524      - https_net_early_fail
   1525      - https_net_late_fail
   1526 
   1527  http_channel_disposition_enabled_upgrade: &http_channel_disposition_enabled_upgrade
   1528    type: labeled_counter
   1529    description: >
   1530      Upgrading display content Channel Disposition (key: enable_upgrade)
   1531    bugs:
   1532      - https://bugzilla.mozilla.org/1440701
   1533      - https://bugzilla.mozilla.org/1898248
   1534    data_reviews:
   1535      - https://bugzilla.mozilla.org/show_bug.cgi?id=1898248
   1536    notification_emails:
   1537      - necko@mozilla.com
   1538      - seceng-telemetry@mozilla.com
   1539    expires: never
   1540    labels:
   1541      - cancel
   1542      - disk
   1543      - net_ok
   1544      - net_early_fail
   1545      - net_late_fail
   1546 
   1547  http_channel_disposition_enabled_no_reason:
   1548    <<: *http_channel_disposition_enabled_upgrade
   1549    description: >
   1550      Upgrading display content Channel Disposition (key: enabled_no_reason)
   1551 
   1552  http_channel_disposition_enabled_wont:
   1553    <<: *http_channel_disposition_enabled_upgrade
   1554    description: >
   1555      Upgrading display content Channel Disposition (key: enabled_wont)
   1556 
   1557  http_channel_disposition_disabled_upgrade:
   1558    <<: *http_channel_disposition_enabled_upgrade
   1559    description: >
   1560      Upgrading display content Channel Disposition (key: disable_upgrade)
   1561 
   1562  http_channel_disposition_disabled_no_reason:
   1563    <<: *http_channel_disposition_enabled_upgrade
   1564    description: >
   1565      Upgrading display content Channel Disposition (key: disabled_no_reason)
   1566 
   1567  http_channel_disposition_disabled_wont:
   1568    <<: *http_channel_disposition_enabled_upgrade
   1569    description: >
   1570      Upgrading display content Channel Disposition (key: disabled_wont)
   1571 
   1572  http_channel_disposition_upgrade:
   1573    type: dual_labeled_counter
   1574    description: >
   1575      Upgrading display content Channel Disposition
   1576 
   1577      This metric was generated to correspond to the Legacy Telemetry
   1578      categorical histogram HTTP_CHANNEL_DISPOSITION_UPGRADE.
   1579    dual_labels:
   1580      key:
   1581        description: No static keys unfortunately.
   1582      category:
   1583        labels:
   1584          - cancel
   1585          - disk
   1586          - netOk
   1587          - netEarlyFail
   1588          - netLateFail
   1589        description: Labels of the keyed categorical legacy telemetry histogram
   1590          HTTP_CHANNEL_DISPOSITION_UPGRADE.
   1591    bugs:
   1592      - https://bugzilla.mozilla.org/show_bug.cgi?id=1440701
   1593    data_reviews:
   1594      - https://bugzilla.mozilla.org/show_bug.cgi?id=1440701
   1595    notification_emails:
   1596      - necko@mozilla.com
   1597      - seceng-telemetry@mozilla.com
   1598      - jkt@mozilla.com
   1599    expires: never
   1600    telemetry_mirror: HTTP_CHANNEL_DISPOSITION_UPGRADE
   1601 
   1602  http_channel_onstart_status:
   1603    type: labeled_counter
   1604    description: >
   1605      Whether successfully started HTTP channels
   1606    bugs:
   1607      - https://bugzilla.mozilla.org/1473333
   1608      - https://bugzilla.mozilla.org/1587226
   1609      - https://bugzilla.mozilla.org/1898248
   1610    data_reviews:
   1611      - https://bugzilla.mozilla.org/show_bug.cgi?id=1898248
   1612    notification_emails:
   1613      - necko@mozilla.com
   1614    expires: never
   1615    labels:
   1616      - successful
   1617      - fail
   1618 
   1619  http3_channel_onstart_success:
   1620    type: dual_labeled_counter
   1621    description: >
   1622      Successfully started HTTP channels when HTTP3 is used
   1623 
   1624      This metric was generated to correspond to the Legacy Telemetry boolean
   1625      histogram HTTP3_CHANNEL_ONSTART_SUCCESS.
   1626    dual_labels:
   1627      key:
   1628        labels:
   1629          - "http3"
   1630          - "no_http3"
   1631        description: Whether http3 was used.
   1632      category:
   1633        labels:
   1634          - "false"
   1635          - "true"
   1636        description: Boolean
   1637    bugs:
   1638      - https://bugzilla.mozilla.org/show_bug.cgi?id=1677987
   1639    data_reviews:
   1640      - https://bugzilla.mozilla.org/show_bug.cgi?id=1677987
   1641    notification_emails:
   1642      - necko@mozilla.com
   1643    expires: never
   1644    telemetry_mirror: HTTP3_CHANNEL_ONSTART_SUCCESS
   1645 
   1646  http_channel_page_open_to_first_sent:
   1647    type: timing_distribution
   1648    time_unit: millisecond
   1649    description: >
   1650      Time in milliseconds from AsyncOpen to first byte of request sent,
   1651      applicable for page loads without HTTPS RR
   1652    bugs:
   1653      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1654    data_reviews:
   1655      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1656    data_sensitivity:
   1657      - technical
   1658    notification_emails:
   1659      - necko@mozilla.com
   1660      - kershaw@mozilla.com
   1661    expires: never
   1662    metadata:
   1663      # Settings used for prototyping telemetry alerting
   1664      monitor:
   1665        alert: True
   1666        bugzilla_notification_emails:
   1667          - gmierzwinski@mozilla.com
   1668 
   1669  http_channel_sub_open_to_first_sent:
   1670    type: timing_distribution
   1671    time_unit: millisecond
   1672    description: >
   1673      Time in milliseconds from AsyncOpen to first byte of request sent,
   1674      applicable for sub-resource loads without HTTPS RR
   1675    bugs:
   1676      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1677    data_reviews:
   1678      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1679    data_sensitivity:
   1680      - technical
   1681    notification_emails:
   1682      - necko@mozilla.com
   1683      - kershaw@mozilla.com
   1684    expires: never
   1685 
   1686  http_channel_page_open_to_first_sent_https_rr:
   1687    type: timing_distribution
   1688    time_unit: millisecond
   1689    description: >
   1690      Time in milliseconds from AsyncOpen to first byte of request sent,
   1691      applicable for page loads with HTTPS RR
   1692    bugs:
   1693      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1694    data_reviews:
   1695      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1696    data_sensitivity:
   1697      - technical
   1698    notification_emails:
   1699      - necko@mozilla.com
   1700      - kershaw@mozilla.com
   1701    expires: never
   1702 
   1703  http_to_https_upgrade_reason:
   1704    type: labeled_counter
   1705    description: >
   1706      Whether a top-level HTTP request gets upgraded to HTTPS and the reason for it
   1707    bugs:
   1708      - https://bugzilla.mozilla.org/show_bug.cgi?id=1883954
   1709      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922559
   1710    data_reviews:
   1711      - https://bugzilla.mozilla.org/show_bug.cgi?id=1883954
   1712    notification_emails:
   1713      - ckerschb@mozilla.com
   1714      - freddyb@mozilla.com
   1715      - kershaw@mozilla.com
   1716      - necko@mozilla.com
   1717      - seceng-telemetry@mozilla.com
   1718    expires: never
   1719    labels:
   1720      - not_initialized
   1721      - not_initialized_https #Bug 1912222, remove eventually
   1722      - no_upgrade
   1723      - no_upgrade_https #Bug 1912222, remove eventually
   1724      - already_https
   1725      - hsts
   1726      - https_only_upgrade
   1727      - https_only_upgrade_downgrade
   1728      - https_first_upgrade
   1729      - https_first_upgrade_downgrade
   1730      - https_first_schemeless_upgrade
   1731      - https_first_schemeless_upgrade_downgrade
   1732      - csp_uir
   1733      - https_rr
   1734      - web_extension_upgrade
   1735      - upgrade_exception
   1736      - skip_upgrade
   1737 
   1738  https_http_or_local:
   1739    type: labeled_counter
   1740    description: >
   1741      Whether a top-level request is HTTPS, HTTP, or HTTP for local domain
   1742    bugs:
   1743      - https://bugzilla.mozilla.org/show_bug.cgi?id=1933672
   1744    data_reviews:
   1745      - https://bugzilla.mozilla.org/show_bug.cgi?id=1933672
   1746    notification_emails:
   1747      - ckerschb@mozilla.com
   1748      - kershaw@mozilla.com
   1749      - necko@mozilla.com
   1750      - seceng-telemetry@mozilla.com
   1751    expires: never
   1752    labels:
   1753      - load_is_https
   1754      - load_is_http
   1755      - load_is_http_for_local_domain
   1756 
   1757  local_network_access:
   1758    type: labeled_counter
   1759    description: >
   1760      Whether the request is crossing to a more private addresspace
   1761    bugs:
   1762    - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1763    data_reviews:
   1764    - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1765    notification_emails:
   1766     - smayya@mozilla.com
   1767     - vgosu@mozilla.com
   1768     - necko@gmail.com
   1769    expires: 150
   1770    labels:
   1771      - private_to_local_http
   1772      - private_to_local_https
   1773      - public_to_local_http
   1774      - public_to_local_https
   1775      - public_to_private_http
   1776      - public_to_private_https
   1777      - success
   1778      - failure
   1779 
   1780  local_network_access_port:
   1781    type: custom_distribution
   1782    description: >
   1783       port used for local network access
   1784    range_min: 1
   1785    range_max: 65535
   1786    bucket_count: 65535
   1787    unit: port number
   1788    histogram_type: linear
   1789    bugs:
   1790      - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1791    data_reviews:
   1792      - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1793    notification_emails:
   1794     - smayya@mozilla.com
   1795     - vgosu@mozilla.com
   1796     - necko@gmail.com
   1797    expires: 150
   1798 
   1799  local_network_access_prompts_shown:
   1800    type: labeled_counter
   1801    description: >
   1802      Count of permission prompts shown to users for local network access,
   1803      separated by localhost vs local network access types. Cross-site labels
   1804      are used when the requesting origin differs from the top-level origin.
   1805    bugs:
   1806      - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1807    data_reviews:
   1808      - https://bugzilla.mozilla.org/show_bug.cgi?id=1960582
   1809    notification_emails:
   1810      - smayya@mozilla.com
   1811      - vgosu@mozilla.com
   1812      - necko@gmail.com
   1813    expires: 150
   1814    labels:
   1815      - localhost
   1816      - local_network
   1817      - localhost_cross_site
   1818      - local_network_cross_site
   1819 
   1820  local_network_blocked_tracker:
   1821    type: counter
   1822    description: >
   1823      Counts the number of times the channel was blocked because it's a LNA load triggered by a tracker
   1824    bugs:
   1825      - https://bugzilla.mozilla.org/show_bug.cgi?id=1973500
   1826    data_reviews:
   1827      - https://bugzilla.mozilla.org/show_bug.cgi?id=1973500
   1828    data_sensitivity:
   1829      - technical
   1830    notification_emails:
   1831      - necko@mozilla.com
   1832    expires: 160
   1833 
   1834  local_network_access_connection:
   1835    type: event
   1836    description: >
   1837      Recorded when a site attempts to access local network resources.
   1838    bugs:
   1839      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989916
   1840    data_reviews:
   1841      - https://bugzilla.mozilla.org/show_bug.cgi?id=1989916#c5
   1842    data_sensitivity:
   1843      - stored_content
   1844    notification_emails:
   1845      - smayya@mozilla.com
   1846      - vgosu@mozilla.com
   1847      - necko@mozilla.com
   1848    send_in_pings:
   1849      - local-network-access
   1850    expires: 150
   1851    extra_keys:
   1852      top_level_site:
   1853        description: The base domain (eTLD+1) of the top-level document/main window.
   1854        type: string
   1855      initiator:
   1856        description: The base domain (eTLD+1) of the site that triggered the LNA request (triggering principal).
   1857        type: string
   1858      target_host:
   1859        description: The base domain (eTLD+1) of the target host being accessed.
   1860        type: string
   1861      target_ip:
   1862        description: The IP address the target URL resolves to.
   1863        type: string
   1864      target_port:
   1865        description: The port being accessed.
   1866        type: quantity
   1867      protocol:
   1868        description: The protocol used for the connection (websocket/webtransport/http/https/fetch/xhr).
   1869        type: string
   1870      is_secure_context:
   1871        description: Whether the request is from a secure context.
   1872        type: boolean
   1873      prompt_action:
   1874        description: The user action on the permission prompt (allow/deny/dismissed/not_shown).
   1875        type: string
   1876      load_success:
   1877        description: Whether the load/connection was successful.
   1878        type: boolean
   1879 
   1880  http_channel_sub_open_to_first_sent_https_rr:
   1881    type: timing_distribution
   1882    time_unit: millisecond
   1883    description: >
   1884      Time in milliseconds from AsyncOpen to first byte of request sent,
   1885      applicable for sub-resource loads with HTTPS RR
   1886    bugs:
   1887      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1888    data_reviews:
   1889      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1890    data_sensitivity:
   1891      - technical
   1892    notification_emails:
   1893      - necko@mozilla.com
   1894      - kershaw@mozilla.com
   1895    expires: never
   1896 
   1897  transaction_wait_time_https_rr:
   1898    type: timing_distribution
   1899    time_unit: millisecond
   1900    description: >
   1901      Time from submission to dispatch of transaction when HTTPS RR is used (ms)
   1902    bugs:
   1903      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1904    data_reviews:
   1905      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1906    data_sensitivity:
   1907      - technical
   1908    notification_emails:
   1909      - necko@mozilla.com
   1910      - kershaw@mozilla.com
   1911    expires: never
   1912 
   1913  proxy_info_type:
   1914    type: labeled_counter
   1915    description: >
   1916      The proxies configurations created in the browser session (SOCKSv4, SOCKSv5, HTTP, HTTPS)
   1917    bugs:
   1918      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879848
   1919      - https://bugzilla.mozilla.org/show_bug.cgi?id=1928273
   1920    data_reviews:
   1921      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879848
   1922      - https://bugzilla.mozilla.org/show_bug.cgi?id=1928273
   1923    data_sensitivity:
   1924      - technical
   1925    notification_emails:
   1926      - necko@mozilla.com
   1927      - vgosu@mozilla.com
   1928    expires: never
   1929    labels:
   1930      - http
   1931      - https
   1932      # SOCKS4 Proxy
   1933      - socks4
   1934      # SOCKS4a Proxy. Proxy resolves URL hostname
   1935      - socks4a
   1936      # SOCKS5 Proxy
   1937      - socks5
   1938      # SOCKS5 Proxy. Proxy resolves URL hostname
   1939      # Use convention from curl for socks5 proxies that resolve the hostname
   1940      # https://curl.se/libcurl/c/CURLOPT_PROXY.html
   1941      - socks5h
   1942      # No proxy
   1943      - direct
   1944      - unknown
   1945 
   1946  transaction_wait_time:
   1947    type: timing_distribution
   1948    time_unit: millisecond
   1949    description: >
   1950      Time from submission to dispatch of transaction without HTTPS RR (ms)
   1951    bugs:
   1952      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1953    data_reviews:
   1954      - https://bugzilla.mozilla.org/show_bug.cgi?id=1697480
   1955    data_sensitivity:
   1956      - technical
   1957    notification_emails:
   1958      - necko@mozilla.com
   1959      - kershaw@mozilla.com
   1960    expires: never
   1961 
   1962  os_socket_limit_reached:
   1963    type: counter
   1964    description: >
   1965      Counts the number of times the os socket limit was reached. i.e. CanAttachSocket() returned false.
   1966    bugs:
   1967      - https://bugzilla.mozilla.org/1901855
   1968    data_reviews:
   1969      - https://bugzilla.mozilla.org/show_bug.cgi?id=1901855#c1
   1970    data_sensitivity:
   1971      - technical
   1972    notification_emails:
   1973      - necko@mozilla.com
   1974      - acreskey@mozilla.com
   1975    expires: never
   1976 
   1977  http_3_udp_datagram_segment_size_sent:
   1978    type: memory_distribution
   1979    memory_unit: byte
   1980    description: >
   1981      HTTP3 UDP datagram segment size sent.
   1982    bugs:
   1983      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   1984    data_reviews:
   1985      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   1986    data_sensitivity:
   1987      - technical
   1988    notification_emails:
   1989      - necko@mozilla.com
   1990      - minden@mozilla.com
   1991    expires: never
   1992 
   1993  http_3_udp_datagram_segment_size_received:
   1994    type: memory_distribution
   1995    memory_unit: byte
   1996    description: >
   1997      HTTP3 UDP datagram size received.
   1998    bugs:
   1999      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2000    data_reviews:
   2001      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2002    data_sensitivity:
   2003      - technical
   2004    notification_emails:
   2005      - necko@mozilla.com
   2006      - minden@mozilla.com
   2007    expires: never
   2008 
   2009  http_3_udp_datagram_size_sent:
   2010    type: memory_distribution
   2011    memory_unit: byte
   2012    description: >
   2013      HTTP3 UDP datagram size sent.
   2014    bugs:
   2015      - https://bugzilla.mozilla.org/show_bug.cgi?id=1975873
   2016    data_reviews:
   2017      - https://bugzilla.mozilla.org/show_bug.cgi?id=1975873
   2018    data_sensitivity:
   2019      - technical
   2020    notification_emails:
   2021      - necko@mozilla.com
   2022      - minden@mozilla.com
   2023    expires: never
   2024 
   2025  http_3_udp_datagram_size_received:
   2026    type: memory_distribution
   2027    memory_unit: byte
   2028    description: >
   2029      HTTP3 UDP datagram size received.
   2030    bugs:
   2031      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2032    data_reviews:
   2033      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2034    data_sensitivity:
   2035      - technical
   2036    notification_emails:
   2037      - necko@mozilla.com
   2038      - minden@mozilla.com
   2039    expires: never
   2040 
   2041  http_3_udp_datagram_segments_sent:
   2042    type: custom_distribution
   2043    unit: integer
   2044    range_min: 0
   2045    # Maximum number of UDP segments per datagram.
   2046    #
   2047    # See e.g. Linux https://github.com/torvalds/linux/blob/20371ba120635d9ab7fc7670497105af8f33eb08/include/linux/udp.h#L111.
   2048    range_max: 128
   2049    bucket_count: 100
   2050    histogram_type: exponential
   2051    description: >
   2052      HTTP3 UDP number of segments per datagram sent.
   2053    bugs:
   2054      - https://bugzilla.mozilla.org/show_bug.cgi?id=1975873
   2055    data_reviews:
   2056      - https://bugzilla.mozilla.org/show_bug.cgi?id=1975873
   2057    data_sensitivity:
   2058      - technical
   2059    notification_emails:
   2060      - necko@mozilla.com
   2061      - minden@mozilla.com
   2062    expires: never
   2063 
   2064  http_3_udp_datagram_segments_received:
   2065    type: custom_distribution
   2066    unit: integer
   2067    range_min: 0
   2068    # Maximum number of UDP segments per datagram.
   2069    #
   2070    # See e.g. Linux https://github.com/torvalds/linux/blob/20371ba120635d9ab7fc7670497105af8f33eb08/include/linux/udp.h#L111.
   2071    range_max: 128
   2072    bucket_count: 100
   2073    histogram_type: exponential
   2074    description: >
   2075      HTTP3 UDP number of segments per datagram received.
   2076    bugs:
   2077      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2078    data_reviews:
   2079      - https://bugzilla.mozilla.org/show_bug.cgi?id=1906853
   2080    data_sensitivity:
   2081      - technical
   2082    notification_emails:
   2083      - necko@mozilla.com
   2084      - minden@mozilla.com
   2085    expires: never
   2086 
   2087  prconnect_blocking_time_normal:
   2088    type: timing_distribution
   2089    description: >
   2090      Time spent blocked in PR_Connect when we are not shutting down and there
   2091      has been niether a network nor an offline state change in the last 60s
   2092      (ms).
   2093 
   2094      This metric was generated to correspond to the Legacy Telemetry
   2095      exponential histogram PRCONNECT_BLOCKING_TIME_NORMAL.
   2096    time_unit: millisecond
   2097    bugs:
   2098      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2099    data_reviews:
   2100      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2101    notification_emails:
   2102      - necko@mozilla.com
   2103    expires: never
   2104    telemetry_mirror: PRCONNECT_BLOCKING_TIME_NORMAL
   2105 
   2106  prconnect_blocking_time_shutdown:
   2107    type: timing_distribution
   2108    description: >
   2109      Time spent blocked in PR_Connect during a shutdown (ms).
   2110 
   2111      This metric was generated to correspond to the Legacy Telemetry
   2112      exponential histogram PRCONNECT_BLOCKING_TIME_SHUTDOWN.
   2113    time_unit: millisecond
   2114    bugs:
   2115      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2116    data_reviews:
   2117      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2118    notification_emails:
   2119      - necko@mozilla.com
   2120    expires: never
   2121    telemetry_mirror: PRCONNECT_BLOCKING_TIME_SHUTDOWN
   2122 
   2123  prconnect_blocking_time_connectivity_change:
   2124    type: timing_distribution
   2125    description: >
   2126      Time spent blocked in PR_Connect when there has been the connectiviy
   2127      change in the last 60s (ms).
   2128 
   2129      This metric was generated to correspond to the Legacy Telemetry
   2130      exponential histogram PRCONNECT_BLOCKING_TIME_CONNECTIVITY_CHANGE.
   2131    time_unit: millisecond
   2132    bugs:
   2133      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2134    data_reviews:
   2135      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2136    notification_emails:
   2137      - necko@mozilla.com
   2138    expires: never
   2139    telemetry_mirror: PRCONNECT_BLOCKING_TIME_CONNECTIVITY_CHANGE
   2140 
   2141  prconnect_blocking_time_link_change:
   2142    type: timing_distribution
   2143    description: >
   2144      Time spent blocked in PR_Connect when there has been a link change in the
   2145      last 60s (ms).
   2146 
   2147      This metric was generated to correspond to the Legacy Telemetry
   2148      exponential histogram PRCONNECT_BLOCKING_TIME_LINK_CHANGE.
   2149    time_unit: millisecond
   2150    bugs:
   2151      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2152    data_reviews:
   2153      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2154    notification_emails:
   2155      - necko@mozilla.com
   2156    expires: never
   2157    telemetry_mirror: PRCONNECT_BLOCKING_TIME_LINK_CHANGE
   2158 
   2159  prconnect_blocking_time_offline:
   2160    type: timing_distribution
   2161    description: >
   2162      Time spent blocked in PR_Connect when the offline state has changed in the
   2163      last 60s (ms).
   2164 
   2165      This metric was generated to correspond to the Legacy Telemetry
   2166      exponential histogram PRCONNECT_BLOCKING_TIME_OFFLINE.
   2167    time_unit: millisecond
   2168    bugs:
   2169      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2170    data_reviews:
   2171      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2172    notification_emails:
   2173      - necko@mozilla.com
   2174    expires: never
   2175    telemetry_mirror: PRCONNECT_BLOCKING_TIME_OFFLINE
   2176 
   2177  prconnect_fail_blocking_time_normal:
   2178    type: timing_distribution
   2179    description: >
   2180      Time spent blocked in a failed PR_Connect when we are not shutting down
   2181      and there has been niether a network nor an offline state change in the
   2182      last 60s (ms).
   2183 
   2184      This metric was generated to correspond to the Legacy Telemetry
   2185      exponential histogram PRCONNECT_FAIL_BLOCKING_TIME_NORMAL.
   2186    time_unit: millisecond
   2187    bugs:
   2188      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2189    data_reviews:
   2190      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2191    notification_emails:
   2192      - necko@mozilla.com
   2193    expires: never
   2194    telemetry_mirror: PRCONNECT_FAIL_BLOCKING_TIME_NORMAL
   2195 
   2196  prconnect_fail_blocking_time_shutdown:
   2197    type: timing_distribution
   2198    description: >
   2199      Time spent blocked in a failed PR_Connect during a shutdown (ms).
   2200 
   2201      This metric was generated to correspond to the Legacy Telemetry
   2202      exponential histogram PRCONNECT_FAIL_BLOCKING_TIME_SHUTDOWN.
   2203    time_unit: millisecond
   2204    bugs:
   2205      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2206    data_reviews:
   2207      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2208    notification_emails:
   2209      - necko@mozilla.com
   2210    expires: never
   2211    telemetry_mirror: PRCONNECT_FAIL_BLOCKING_TIME_SHUTDOWN
   2212 
   2213  prconnect_fail_blocking_time_connectivity_change:
   2214    type: timing_distribution
   2215    description: >
   2216      Time spent blocked in a failed PR_Connect when there has been the
   2217      connectiviy change in the last 60s (ms).
   2218 
   2219      This metric was generated to correspond to the Legacy Telemetry
   2220      exponential histogram PRCONNECT_FAIL_BLOCKING_TIME_CONNECTIVITY_CHANGE.
   2221    time_unit: millisecond
   2222    bugs:
   2223      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2224    data_reviews:
   2225      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2226    notification_emails:
   2227      - necko@mozilla.com
   2228    expires: never
   2229    telemetry_mirror: PRCONNECT_FAIL_BLOCKING_TIME_CONNECTIVITY_CHANGE
   2230 
   2231  prconnect_fail_blocking_time_link_change:
   2232    type: timing_distribution
   2233    description: >
   2234      Time spent blocked in a failed PR_Connect when there has been a link
   2235      change in the last 60s (ms).
   2236 
   2237      This metric was generated to correspond to the Legacy Telemetry
   2238      exponential histogram PRCONNECT_FAIL_BLOCKING_TIME_LINK_CHANGE.
   2239    time_unit: millisecond
   2240    bugs:
   2241      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2242    data_reviews:
   2243      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2244    notification_emails:
   2245      - necko@mozilla.com
   2246    expires: never
   2247    telemetry_mirror: PRCONNECT_FAIL_BLOCKING_TIME_LINK_CHANGE
   2248 
   2249  prconnect_fail_blocking_time_offline:
   2250    type: timing_distribution
   2251    description: >
   2252      Time spent blocked in a failed PR_Connect when the offline state has
   2253      changed in the last 60s (ms).
   2254 
   2255      This metric was generated to correspond to the Legacy Telemetry
   2256      exponential histogram PRCONNECT_FAIL_BLOCKING_TIME_OFFLINE.
   2257    time_unit: millisecond
   2258    bugs:
   2259      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2260    data_reviews:
   2261      - https://bugzilla.mozilla.org/show_bug.cgi?id=1257809
   2262    notification_emails:
   2263      - necko@mozilla.com
   2264    expires: never
   2265    telemetry_mirror: PRCONNECT_FAIL_BLOCKING_TIME_OFFLINE
   2266 
   2267  prconnectcontinue_blocking_time_normal:
   2268    type: timing_distribution
   2269    description: >
   2270      Time spent blocked in PR_ConnectContinue when we are not shutting down and
   2271      there has been niether a network nor an offline state change in the last
   2272      60s (ms).
   2273 
   2274      This metric was generated to correspond to the Legacy Telemetry
   2275      exponential histogram PRCONNECTCONTINUE_BLOCKING_TIME_NORMAL.
   2276    time_unit: millisecond
   2277    bugs:
   2278      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2279    data_reviews:
   2280      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2281    notification_emails:
   2282      - necko@mozilla.com
   2283    expires: never
   2284    telemetry_mirror: PRCONNECTCONTINUE_BLOCKING_TIME_NORMAL
   2285 
   2286  prconnectcontinue_blocking_time_shutdown:
   2287    type: timing_distribution
   2288    description: >
   2289      Time spent blocked in PR_ConnectContinue during a shutdown (ms).
   2290 
   2291      This metric was generated to correspond to the Legacy Telemetry
   2292      exponential histogram PRCONNECTCONTINUE_BLOCKING_TIME_SHUTDOWN.
   2293    time_unit: millisecond
   2294    bugs:
   2295      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2296    data_reviews:
   2297      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2298    notification_emails:
   2299      - necko@mozilla.com
   2300    expires: never
   2301    telemetry_mirror: PRCONNECTCONTINUE_BLOCKING_TIME_SHUTDOWN
   2302 
   2303  prconnectcontinue_blocking_time_connectivity_change:
   2304    type: timing_distribution
   2305    description: >
   2306      Time spent blocked in PR_ConnectContinue when there has been the
   2307      connectivity change in the last 60s (ms).
   2308 
   2309      This metric was generated to correspond to the Legacy Telemetry
   2310      exponential histogram PRCONNECTCONTINUE_BLOCKING_TIME_CONNECTIVITY_CHANGE.
   2311    time_unit: millisecond
   2312    bugs:
   2313      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2314    data_reviews:
   2315      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2316    notification_emails:
   2317      - necko@mozilla.com
   2318    expires: never
   2319    telemetry_mirror: PRCONNECTCONTINUE_BLOCKING_TIME_CONNECTIVITY_CHANGE
   2320 
   2321  prconnectcontinue_blocking_time_link_change:
   2322    type: timing_distribution
   2323    description: >
   2324      Time spent blocked in PR_ConnectContinue when there has been a link change
   2325      in the last 60s (ms).
   2326 
   2327      This metric was generated to correspond to the Legacy Telemetry
   2328      exponential histogram PRCONNECTCONTINUE_BLOCKING_TIME_LINK_CHANGE.
   2329    time_unit: millisecond
   2330    bugs:
   2331      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2332    data_reviews:
   2333      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2334    notification_emails:
   2335      - necko@mozilla.com
   2336    expires: never
   2337    telemetry_mirror: PRCONNECTCONTINUE_BLOCKING_TIME_LINK_CHANGE
   2338 
   2339  prconnectcontinue_blocking_time_offline:
   2340    type: timing_distribution
   2341    description: >
   2342      Time spent blocked in PR_ConnectContinue when the offline state has
   2343      changed in the last 60s (ms).
   2344 
   2345      This metric was generated to correspond to the Legacy Telemetry
   2346      exponential histogram PRCONNECTCONTINUE_BLOCKING_TIME_OFFLINE.
   2347    time_unit: millisecond
   2348    bugs:
   2349      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2350    data_reviews:
   2351      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2352    notification_emails:
   2353      - necko@mozilla.com
   2354    expires: never
   2355    telemetry_mirror: PRCONNECTCONTINUE_BLOCKING_TIME_OFFLINE
   2356 
   2357  prclose_tcp_blocking_time_normal:
   2358    type: timing_distribution
   2359    description: >
   2360      Time spent blocked in PR_Close when we are not shutting down and there has
   2361      been niether a network nor an offline state change in the last 60s (ms).
   2362 
   2363      This metric was generated to correspond to the Legacy Telemetry
   2364      exponential histogram PRCLOSE_TCP_BLOCKING_TIME_NORMAL.
   2365    time_unit: millisecond
   2366    bugs:
   2367      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2368    data_reviews:
   2369      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2370    notification_emails:
   2371      - necko@mozilla.com
   2372    expires: never
   2373    telemetry_mirror: PRCLOSE_TCP_BLOCKING_TIME_NORMAL
   2374 
   2375  prclose_tcp_blocking_time_shutdown:
   2376    type: timing_distribution
   2377    description: >
   2378      Time spent blocked in PR_Close during a shutdown (ms).
   2379 
   2380      This metric was generated to correspond to the Legacy Telemetry
   2381      exponential histogram PRCLOSE_TCP_BLOCKING_TIME_SHUTDOWN.
   2382    time_unit: millisecond
   2383    bugs:
   2384      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2385    data_reviews:
   2386      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2387    notification_emails:
   2388      - necko@mozilla.com
   2389    expires: never
   2390    telemetry_mirror: PRCLOSE_TCP_BLOCKING_TIME_SHUTDOWN
   2391 
   2392  prclose_tcp_blocking_time_connectivity_change:
   2393    type: timing_distribution
   2394    description: >
   2395      Time spent blocked in PR_Close when there has been the connectivity change
   2396      in the last 60s (ms).
   2397 
   2398      This metric was generated to correspond to the Legacy Telemetry
   2399      exponential histogram PRCLOSE_TCP_BLOCKING_TIME_CONNECTIVITY_CHANGE.
   2400    time_unit: millisecond
   2401    bugs:
   2402      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2403    data_reviews:
   2404      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2405    notification_emails:
   2406      - necko@mozilla.com
   2407    expires: never
   2408    telemetry_mirror: PRCLOSE_TCP_BLOCKING_TIME_CONNECTIVITY_CHANGE
   2409 
   2410  prclose_tcp_blocking_time_link_change:
   2411    type: timing_distribution
   2412    description: >
   2413      Time spent blocked in PR_Close when there has been a link change in the
   2414      last 60s (ms).
   2415 
   2416      This metric was generated to correspond to the Legacy Telemetry
   2417      exponential histogram PRCLOSE_TCP_BLOCKING_TIME_LINK_CHANGE.
   2418    time_unit: millisecond
   2419    bugs:
   2420      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2421    data_reviews:
   2422      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2423    notification_emails:
   2424      - necko@mozilla.com
   2425    expires: never
   2426    telemetry_mirror: PRCLOSE_TCP_BLOCKING_TIME_LINK_CHANGE
   2427 
   2428  prclose_tcp_blocking_time_offline:
   2429    type: timing_distribution
   2430    description: >
   2431      Time spent blocked in PR_Close when the offline state has changed in the
   2432      last 60s (ms).
   2433 
   2434      This metric was generated to correspond to the Legacy Telemetry
   2435      exponential histogram PRCLOSE_TCP_BLOCKING_TIME_OFFLINE.
   2436    time_unit: millisecond
   2437    bugs:
   2438      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2439    data_reviews:
   2440      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2441    notification_emails:
   2442      - necko@mozilla.com
   2443    expires: never
   2444    telemetry_mirror: PRCLOSE_TCP_BLOCKING_TIME_OFFLINE
   2445 
   2446  prclose_udp_blocking_time_normal:
   2447    type: timing_distribution
   2448    description: >
   2449      Time spent blocked in PR_Close when we are not shutting down and there has
   2450      been niether a network nor an offline state change in the last 60s (ms).
   2451 
   2452      This metric was generated to correspond to the Legacy Telemetry
   2453      exponential histogram PRCLOSE_UDP_BLOCKING_TIME_NORMAL.
   2454    time_unit: millisecond
   2455    bugs:
   2456      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2457    data_reviews:
   2458      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2459    notification_emails:
   2460      - necko@mozilla.com
   2461    expires: never
   2462    telemetry_mirror: PRCLOSE_UDP_BLOCKING_TIME_NORMAL
   2463 
   2464  prclose_udp_blocking_time_shutdown:
   2465    type: timing_distribution
   2466    description: >
   2467      Time spent blocked in PR_Close during a shutdown (ms).
   2468 
   2469      This metric was generated to correspond to the Legacy Telemetry
   2470      exponential histogram PRCLOSE_UDP_BLOCKING_TIME_SHUTDOWN.
   2471    time_unit: millisecond
   2472    bugs:
   2473      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2474    data_reviews:
   2475      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2476    notification_emails:
   2477      - necko@mozilla.com
   2478    expires: never
   2479    telemetry_mirror: PRCLOSE_UDP_BLOCKING_TIME_SHUTDOWN
   2480 
   2481  prclose_udp_blocking_time_connectivity_change:
   2482    type: timing_distribution
   2483    description: >
   2484      Time spent blocked in PR_Close when there has been the connectivity change
   2485      in the last 60s (ms).
   2486 
   2487      This metric was generated to correspond to the Legacy Telemetry
   2488      exponential histogram PRCLOSE_UDP_BLOCKING_TIME_CONNECTIVITY_CHANGE.
   2489    time_unit: millisecond
   2490    bugs:
   2491      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2492    data_reviews:
   2493      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2494    notification_emails:
   2495      - necko@mozilla.com
   2496    expires: never
   2497    telemetry_mirror: PRCLOSE_UDP_BLOCKING_TIME_CONNECTIVITY_CHANGE
   2498 
   2499  prclose_udp_blocking_time_link_change:
   2500    type: timing_distribution
   2501    description: >
   2502      Time spent blocked in PR_Close when there has been a link change in the
   2503      last 60s (ms).
   2504 
   2505      This metric was generated to correspond to the Legacy Telemetry
   2506      exponential histogram PRCLOSE_UDP_BLOCKING_TIME_LINK_CHANGE.
   2507    time_unit: millisecond
   2508    bugs:
   2509      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2510    data_reviews:
   2511      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2512    notification_emails:
   2513      - necko@mozilla.com
   2514    expires: never
   2515    telemetry_mirror: PRCLOSE_UDP_BLOCKING_TIME_LINK_CHANGE
   2516 
   2517  prclose_udp_blocking_time_offline:
   2518    type: timing_distribution
   2519    description: >
   2520      Time spent blocked in PR_Close when the offline state has changed in the
   2521      last 60s (ms).
   2522 
   2523      This metric was generated to correspond to the Legacy Telemetry
   2524      exponential histogram PRCLOSE_UDP_BLOCKING_TIME_OFFLINE.
   2525    time_unit: millisecond
   2526    bugs:
   2527      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2528    data_reviews:
   2529      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
   2530    notification_emails:
   2531      - necko@mozilla.com
   2532    expires: never
   2533    telemetry_mirror: PRCLOSE_UDP_BLOCKING_TIME_OFFLINE
   2534 
   2535 network.dns:
   2536  trr_confirmation_context:
   2537    type: event
   2538    description: >
   2539      This telemetry records the status of the TRR confirmation across.
   2540      The value of the event is one of:   "ok"   "trying"
   2541      This event was generated to correspond to the Legacy Telemetry event
   2542      network.dns.trrConfirmation#context.
   2543    bugs:
   2544      - https://bugzil.la/1691408
   2545      - https://bugzil.la/1694949
   2546    data_reviews:
   2547      - https://bugzil.la/1691408
   2548      - https://bugzil.la/1694949
   2549    notification_emails:
   2550      - vgosu@mozilla.com
   2551      - necko@mozilla.com
   2552    expires: never
   2553    extra_keys:
   2554      value:
   2555        description: >
   2556          The `value` of the event. Mirrors to the Legacy Telemetry
   2557          event's `value` parameter.
   2558          The `ConfirmationState`.
   2559        type: quantity
   2560      trigger:
   2561        description: >
   2562          The reason why this confirmation was triggered. Values: [cp-connectivity, pref-change, context-init, retry, failed-lookups]
   2563        type: string
   2564      contextReason:
   2565        description: >
   2566          The cause of the current confirmation context. Values: [success, pref-change, network-change, shutdown]
   2567        type: string
   2568      attemptCount:
   2569        description: >
   2570          The number of NS requests that were issued for this confirmation.
   2571        type: quantity
   2572      results:
   2573        description: >
   2574          String representation of the last 32 confirmation results. Example: nnnnnnttttttttt indicates a number of network (n) failures followed by timeouts (t).
   2575        type: string
   2576      failedLookups:
   2577        description: >
   2578          When the trigger is failed-lookups, this contains the string representation of the failures that triggered the confirmation.
   2579        type: string
   2580      networkID:
   2581        description: >
   2582          The network ID for the recorded confirmation attempts
   2583        type: string
   2584      captivePortal:
   2585        description: >
   2586          One of [unknown, not_captive, unlocked, locked]
   2587        type: string
   2588      time:
   2589        description: >
   2590          Time from first confirmation attempt to event being recorded
   2591        type: string
   2592    telemetry_mirror: NetworkDns_Trrconfirmation_Context
   2593 
   2594 network.sso:
   2595  entra_success:
   2596    type: labeled_counter
   2597    description: >
   2598      Counts how often Entra SSO succeeded/failed (macOS only). Labels are ordered in reverse chronological relation to SSO success, meaning the labels higher up are closer to the SSO success.
   2599      device_headers_missing: only device_headers is missing in the SSO cookie.
   2600      prt_headers_missing: only prt_headers is missing in the SSO cookie.
   2601      both_headers_missing: both prt_headers and device_headers are missing in the SSO cookie.
   2602      invalid_cookie: Failed to parse SSO cookie (could be a null cookie/format is incorrect).
   2603      no_credential: ASAuthorizationSingleSignOnCredential is not present
   2604      broker_error: An error from Microsoft's broker.
   2605      invalid_controller_setup: ASAuthorizationController is setup incorrectly.
   2606    bugs:
   2607      - https://bugzilla.mozilla.org/1930742
   2608    data_reviews:
   2609      - https://bugzilla.mozilla.org/show_bug.cgi?id=1930742
   2610    notification_emails:
   2611      - necko@mozilla.com
   2612    expires: never
   2613    labels:
   2614      - success
   2615      - device_headers_missing
   2616      - prt_headers_missing
   2617      - both_headers_missing
   2618      - invalid_cookie
   2619      - no_credential
   2620      - broker_error
   2621      - invalid_controller_setup
   2622 
   2623  total_entra_uses:
   2624    type: counter
   2625    description: >
   2626      Counts how often Entra SSO is used (macOS only).
   2627    bugs:
   2628      - https://bugzilla.mozilla.org/1930742
   2629    data_reviews:
   2630      - https://bugzilla.mozilla.org/show_bug.cgi?id=1930742
   2631    notification_emails:
   2632      - necko@mozilla.com
   2633    expires: never
   2634 
   2635 network.cookies:
   2636  sqlite_open_readahead:
   2637    type: timing_distribution
   2638    description: >
   2639      Time spent on cookie DB open with readahead (ms)
   2640 
   2641      This metric was generated to correspond to the Legacy Telemetry
   2642      exponential histogram MOZ_SQLITE_COOKIES_OPEN_READAHEAD_MS.
   2643    time_unit: millisecond
   2644    bugs:
   2645      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
   2646    data_reviews:
   2647      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
   2648    notification_emails:
   2649      - necko@mozilla.com
   2650    expires: never
   2651    telemetry_mirror: MOZ_SQLITE_COOKIES_OPEN_READAHEAD_MS
   2652 
   2653 network:
   2654  id:
   2655    type: custom_distribution
   2656    description: >
   2657      Network identification (0=None, 1=New Ipv4, 2=Same, 3=New IPv6, 4=New
   2658      dual)
   2659 
   2660      This metric was generated to correspond to the Legacy Telemetry enumerated
   2661      histogram NETWORK_ID2.
   2662    range_min: 0
   2663    range_max: 6
   2664    bucket_count: 7
   2665    histogram_type: linear
   2666    bugs:
   2667      - https://bugzilla.mozilla.org/show_bug.cgi?id=1240932
   2668      - https://bugzilla.mozilla.org/show_bug.cgi?id=1395914
   2669    data_reviews:
   2670      - https://bugzilla.mozilla.org/show_bug.cgi?id=1240932
   2671      - https://bugzilla.mozilla.org/show_bug.cgi?id=1395914
   2672    notification_emails:
   2673      - necko@mozilla.com
   2674    expires: never
   2675    telemetry_mirror: NETWORK_ID2
   2676 
   2677  id_online:
   2678    type: labeled_counter
   2679    description: >
   2680      Network ID presence when the network connectivity checker reports that we
   2681      have connectivity
   2682 
   2683      This metric was generated to correspond to the Legacy Telemetry
   2684      categorical histogram NETWORK_ID_ONLINE.
   2685    labels:
   2686      - absent
   2687      - present
   2688    bugs:
   2689      - https://bugzilla.mozilla.org/show_bug.cgi?id=1580130
   2690    data_reviews:
   2691      - https://bugzilla.mozilla.org/show_bug.cgi?id=1580130
   2692    notification_emails:
   2693      - necko@mozilla.com
   2694    expires: never
   2695    telemetry_mirror: h#NETWORK_ID_ONLINE
   2696 
   2697  backgroundfilesaver_thread_count:
   2698    type: custom_distribution
   2699    description: >
   2700      Maximum number of concurrent threads reached during a given download
   2701      session
   2702 
   2703      This metric was generated to correspond to the Legacy Telemetry enumerated
   2704      histogram BACKGROUNDFILESAVER_THREAD_COUNT.
   2705    range_min: 0
   2706    range_max: 21
   2707    bucket_count: 22
   2708    histogram_type: linear
   2709    bugs:
   2710      - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726
   2711    data_reviews:
   2712      - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726
   2713    notification_emails:
   2714      - necko@mozilla.com
   2715    expires: never
   2716    telemetry_mirror: BACKGROUNDFILESAVER_THREAD_COUNT
   2717 
   2718  ipv4_and_ipv6_address_connectivity:
   2719    type: custom_distribution
   2720    description: >
   2721      Count the number of 0) successful connections to an ipv4 address, 1)
   2722      failed connection an ipv4 address, 2) successful connection to an ipv6
   2723      address and 3) failed connections to an ipv6 address.
   2724 
   2725      This metric was generated to correspond to the Legacy Telemetry enumerated
   2726      histogram IPV4_AND_IPV6_ADDRESS_CONNECTIVITY.
   2727    range_min: 0
   2728    range_max: 4
   2729    bucket_count: 5
   2730    histogram_type: linear
   2731    bugs:
   2732      - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726
   2733    data_reviews:
   2734      - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726
   2735    notification_emails:
   2736      - necko@mozilla.com
   2737    expires: never
   2738    telemetry_mirror: IPV4_AND_IPV6_ADDRESS_CONNECTIVITY
   2739 
   2740  rel_preload_miss_ratio:
   2741    type: labeled_counter
   2742    description: >
   2743      Ratio of used and unused resources preloaded with link rel=preload tag or
   2744      response header, broken down by supported resource type.
   2745 
   2746      This metric was generated to correspond to the Legacy Telemetry
   2747      categorical histogram REL_PRELOAD_MISS_RATIO.
   2748    labels:
   2749      - TYPE_SCRIPT_USED
   2750      - TYPE_SCRIPT_UNUSED
   2751      - TYPE_STYLE_USED
   2752      - TYPE_STYLE_UNUSED
   2753      - TYPE_IMAGE_USED
   2754      - TYPE_IMAGE_UNUSED
   2755      - TYPE_FONT_USED
   2756      - TYPE_FONT_UNUSED
   2757      - TYPE_FETCH_USED
   2758      - TYPE_FETCH_UNUSED
   2759    bugs:
   2760      - https://bugzilla.mozilla.org/show_bug.cgi?id=1658532
   2761      - https://bugzilla.mozilla.org/show_bug.cgi?id=1583604
   2762      - https://bugzilla.mozilla.org/show_bug.cgi?id=1666981
   2763      - https://bugzilla.mozilla.org/show_bug.cgi?id=1700831
   2764      - https://bugzilla.mozilla.org/show_bug.cgi?id=1736687
   2765      - https://bugzilla.mozilla.org/show_bug.cgi?id=1777403
   2766    data_reviews:
   2767      - https://bugzilla.mozilla.org/show_bug.cgi?id=1658532
   2768      - https://bugzilla.mozilla.org/show_bug.cgi?id=1583604
   2769      - https://bugzilla.mozilla.org/show_bug.cgi?id=1666981
   2770      - https://bugzilla.mozilla.org/show_bug.cgi?id=1700831
   2771      - https://bugzilla.mozilla.org/show_bug.cgi?id=1736687
   2772      - https://bugzilla.mozilla.org/show_bug.cgi?id=1777403
   2773    notification_emails:
   2774      - necko@mozilla.com
   2775      - kershaw@mozilla.com
   2776    expires: never
   2777    telemetry_mirror: h#REL_PRELOAD_MISS_RATIO
   2778 
   2779  urlclassifier_addon_block:
   2780    type: event
   2781    description: >
   2782      A classified network request initiated by a WebExtension was blocked by the
   2783      addon-protection feature.
   2784    bugs:
   2785      - https://bugzilla.mozilla.org/show_bug.cgi?id=1986320
   2786    data_reviews:
   2787      - https://bugzilla.mozilla.org/show_bug.cgi?id=1986320
   2788    notification_emails:
   2789      - amarchesini@mozilla.com
   2790      - addons-dev-internal@mozilla.com
   2791    expires: never
   2792    extra_keys:
   2793      addon_id:
   2794        description: The add-on ID
   2795        type: string
   2796      etld:
   2797        description: The eTLD+1 of the request URL
   2798        type: string
   2799      table:
   2800        description: Classifier table name(s) that matched
   2801        type: string