metrics.yaml (1174B)
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: WebSockets' 12 13 websockets: 14 handshake_type: 15 type: custom_distribution 16 description: > 17 Websockets Handshake Results (ws-ok-plain, ws-ok-proxy, ws-failed-plain, 18 ws-failed-proxy, wss-ok-plain, wss-ok-proxy, wss-failed-plain, 19 wss-failed-proxy) 20 21 This metric was generated to correspond to the Legacy Telemetry enumerated 22 histogram WEBSOCKETS_HANDSHAKE_TYPE. 23 range_min: 0 24 range_max: 16 25 bucket_count: 17 26 histogram_type: linear 27 bugs: 28 - https://bugzilla.mozilla.org/show_bug.cgi?id=805457 29 data_reviews: 30 - https://bugzilla.mozilla.org/show_bug.cgi?id=805457 31 notification_emails: 32 - necko@mozilla.com 33 expires: never 34 telemetry_mirror: WEBSOCKETS_HANDSHAKE_TYPE