Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 44 kB image not shown  

Quelle  metrics.yaml   Sprache: unbekannt

 
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Adding a new metric? We have docs for that!
https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Core :: WebRTC'

rtcrtpsender:
  count:
    type: counter
    description: >
      The number of RTCRtpSenders created.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  count_setparameters_compat:
    type: counter
    description: >
      The number of RTCRtpSenders created that use the compatibility mode for
      setParameters.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  used_sendencodings:
    type: rate
    description: >
      The proportion of RTCRtpSenders that were created by an addTransceivers
      call that was passed a sendEncodings.
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

rtcrtpsender.setparameters:
  warn_no_getparameters:
    type: rate
    description: >
      The proportion of RTCRtpSenders configured with the setParameters compat
      mode that have warned at least once about a setParameters call because
      [[LastReturnedParameters]] was not set.  (ie; there was not a recent
      enough call to getParameters)
    denominator_metric: rtcrtpsender.count_setparameters_compat
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  warn_length_changed:
    type: rate
    description: >
      The proportion of RTCRtpSenders configured with the setParameters compat
      mode that have warned at least once about a setParameters call that
      attempted to change the number of encodings.
    denominator_metric: rtcrtpsender.count_setparameters_compat
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  warn_no_transactionid:
    type: rate
    description: >
      The proportion of RTCRtpSenders configured with the setParameters compat
      mode that have warned at least once about a setParameters call that did
      not set the transactionId field.
    denominator_metric: rtcrtpsender.count_setparameters_compat
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_length_changed:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call that attempted to change the number of
      encodings.
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_rid_changed:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call that attempted to change the rid on an
      encoding (note that we only check this if the encoding count did not
      change, see fail_length_changed).
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_no_getparameters:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call because [[LastReturnedParameters]] was not set.
      (ie; there was not a recent enough call to getParameters)
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_no_transactionid:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call that did not set the transactionId field.
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_stale_transactionid:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call that used a stale transaction id.
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_no_encodings:
    type: rate
    description: >
      The proportion of RTCRtpSenders configured with the setParameters compat
      mode that have thrown an error at least once about a setParameters call
      that had no encodings (we do not measure this against the general
      population of RTCRtpSenders, since without the compat mode this failure
      is never observed, because it fails the length change check).
    denominator_metric: rtcrtpsender.count_setparameters_compat
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

  fail_other:
    type: rate
    description: >
      The proportion of RTCRtpSenders that have thrown an error at least once
      about a setParameters call that had no encodings.
    denominator_metric: rtcrtpsender.count
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1401592
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1832459
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881403
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912188
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 142

codec.stats:
  ulpfec_negotiated:
    type: labeled_counter
    description: >
      Counts the number of times that ulpfec is negotiated or not negotiated
      on the first negotiation for each video transceiver.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 138
    labels:
      - negotiated
      - not_negotiated

  other_fec_signaled:
    type: labeled_counter
    description: >
      Count how many other fec options are being offered.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 138

  video_preferred_codec:
    type: labeled_counter
    description: >
      Counts the preferred video codec being signaled to us to identify preferred video codec.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 138

  audio_preferred_codec:
    type: labeled_counter
    description: >
      Counts the preferred audio codec being signaled to us to identify preferred audio codec.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1858213
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881396
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912181
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 138

webrtcdtls:
  protocol_version:
    type: labeled_counter
    description: >
      The version of DTLS used for each webrtc connection. Can be 1.0, 1.2, or 1.3 (there is no 1.1 version of DTLS)
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  cipher:
    type: labeled_counter
    description: >
      The CipherSuite used for each webrtc DTLS connection, as a string
      representation of the CipherSuite's ID in 4 hex digits (eg;
      TLS_DHE_RSA_WITH_AES_128_CBC_SHA would be "0x0033")
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  srtp_cipher:
    type: labeled_counter
    description: >
      The SRTPProtectionProfile (see RFC 5764) used for each webrtc SRTP
      connection, as a string representation of the SRTPProtectionProfile's ID
      in 4 hex digits (eg; SRTP_AES128_CM_HMAC_SHA1_80 would be "0x0001")
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  client_handshake_result:
    type: labeled_counter
    description: >
      The result of each webrtc client DTLS handshake as a string containing
      either the name of the error code (eg; SSL_ERROR_BAD_CERTIFICATE),
      SUCCESS for successful handshakes, ALPN_FAILURE when ALPN negotiation
      fails, or CERT_FAILURE when cert validation fails.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  server_handshake_result:
    type: labeled_counter
    description: >
      The result of each webrtc server DTLS handshake, as the name of the error
      code (eg; SSL_ERROR_BAD_CERTIFICATE), the empty string for successful
      handshakes, ALPN_FAILURE when ALPN negotiation fails, or CERT_FAILURE when
      cert validation fails.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  client_handshake_started_counter:
    type: counter
    description: >
      The number of webrtc transports that have started a DTLS handshake as the client.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

  server_handshake_started_counter:
    type: counter
    description: >
      The number of webrtc transports that have started a DTLS handshake as the server.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884140
    data_sensitivity:
      - technical
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: 145

webrtc.video:
  recv_codec_used:
    type: labeled_counter
    description: >
      The video codec used for receiving video on a WebRTC call.
      This metric was generated to correspond to the Legacy Telemetry
      scalar webrtc.video.recv_codec_used.
    bugs:
      - https://bugzil.la/1556766
    data_reviews:
      - https://bugzil.la/1556766
    notification_emails:
      - dminor@mozilla.com
      - nohlmeier@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_RECV_CODEC_USED

  send_codec_used:
    type: labeled_counter
    description: >
      The video codec used for sending video on a WebRTC call.
      This metric was generated to correspond to the Legacy Telemetry
      scalar webrtc.video.send_codec_used.
    bugs:
      - https://bugzil.la/1556766
    data_reviews:
      - https://bugzil.la/1556766
    notification_emails:
      - dminor@mozilla.com
      - nohlmeier@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_SEND_CODEC_USED

webrtc:
  video_quality_inbound_bandwidth_kbits:
    type: custom_distribution
    description: >
      Locally measured data rate of inbound video (kbit/s). Computed every
      second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_INBOUND_BANDWIDTH_KBITS.
    range_min: 1
    range_max: 1000000
    bucket_count: 1000
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_INBOUND_BANDWIDTH_KBITS

  audio_quality_inbound_bandwidth_kbits:
    type: custom_distribution
    description: >
      Locally measured data rate on inbound audio (kbit/s). Computed every
      second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_INBOUND_BANDWIDTH_KBITS.
    range_min: 1
    range_max: 1000000
    bucket_count: 1000
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_INBOUND_BANDWIDTH_KBITS

  video_quality_inbound_packetloss_rate:
    type: custom_distribution
    description: >
      Locally measured packet loss on inbound video (permille). Sampled every
      second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_INBOUND_PACKETLOSS_RATE.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: permille
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_INBOUND_PACKETLOSS_RATE

  audio_quality_inbound_packetloss_rate:
    type: custom_distribution
    description: >
      Locally measured packet loss on inbound audio (permille). Sampled every
      second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_INBOUND_PACKETLOSS_RATE.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: permille
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_INBOUND_PACKETLOSS_RATE

  video_quality_outbound_packetloss_rate:
    type: custom_distribution
    description: >
      RTCP-reported packet loss by remote recipient of outbound video
      (permille). Sampled every second of a call (for easy comparison).

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_OUTBOUND_PACKETLOSS_RATE.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: permille
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_OUTBOUND_PACKETLOSS_RATE

  audio_quality_outbound_packetloss_rate:
    type: custom_distribution
    description: >
      RTCP-reported packet loss by remote recipient of outbound audio
      (permille). Sampled every second of a call (for easy comparison).

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_OUTBOUND_PACKETLOSS_RATE.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: permille
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_OUTBOUND_PACKETLOSS_RATE

  video_quality_inbound_jitter:
    type: timing_distribution
    description: >
      Locally measured jitter on inbound video (ms). Sampled every second of a
      call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_INBOUND_JITTER.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_INBOUND_JITTER

  audio_quality_inbound_jitter:
    type: timing_distribution
    description: >
      Locally measured jitter on inbound audio (ms). Sampled every second of a
      call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_INBOUND_JITTER.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_INBOUND_JITTER

  video_quality_outbound_jitter:
    type: timing_distribution
    description: >
      RTCP-reported jitter by remote recipient of outbound video (ms). Sampled
      every second of a call (for easy comparison).

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_OUTBOUND_JITTER.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_OUTBOUND_JITTER

  audio_quality_outbound_jitter:
    type: timing_distribution
    description: >
      RTCP-reported jitter by remote recipient of outbound audio (ms). Sampled
      every second of a call (for easy comparison).

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_OUTBOUND_JITTER.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_OUTBOUND_JITTER

  video_quality_outbound_rtt:
    type: timing_distribution
    description: >
      Roundtrip time of outbound video (ms). Sampled every second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_QUALITY_OUTBOUND_RTT.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_QUALITY_OUTBOUND_RTT

  audio_quality_outbound_rtt:
    type: timing_distribution
    description: >
      Roundtrip time of outbound audio (ms). Sampled every second of a call.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AUDIO_QUALITY_OUTBOUND_RTT.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AUDIO_QUALITY_OUTBOUND_RTT

  video_encoder_bitrate_avg_per_call_kbps:
    type: custom_distribution
    description: >
      Video encoder's average bitrate (in kbits/s) over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_ENCODER_BITRATE_AVG_PER_CALL_KBPS.
    range_min: 1
    range_max: 10000
    bucket_count: 100
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_ENCODER_BITRATE_AVG_PER_CALL_KBPS

  video_encoder_bitrate_std_dev_per_call_kbps:
    type: custom_distribution
    description: >
      Standard deviation from video encoder's average bitrate (in kbits/s) over
      an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_ENCODER_BITRATE_STD_DEV_PER_CALL_KBPS.
    range_min: 1
    range_max: 5000
    bucket_count: 100
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_ENCODER_BITRATE_STD_DEV_PER_CALL_KBPS

  video_encoder_framerate_avg_per_call:
    type: custom_distribution
    description: >
      Video encoder's average framerate (in fps) over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_ENCODER_FRAMERATE_AVG_PER_CALL.
    range_min: 1
    range_max: 200
    bucket_count: 50
    histogram_type: exponential
    unit: frames per second (fps)
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_ENCODER_FRAMERATE_AVG_PER_CALL

  video_encoder_framerate_10x_std_dev_per_call:
    type: custom_distribution
    description: >
      Standard deviation from video encoder's average framerate (in 1/10 fps)
      over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_ENCODER_FRAMERATE_10X_STD_DEV_PER_CALL.
    range_min: 1
    range_max: 200
    bucket_count: 50
    histogram_type: exponential
    unit: 1/10 fps
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_ENCODER_FRAMERATE_10X_STD_DEV_PER_CALL

  video_decoder_bitrate_avg_per_call_kbps:
    type: custom_distribution
    description: >
      Video decoder's average bitrate (in kbits/s) over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_DECODER_BITRATE_AVG_PER_CALL_KBPS.
    range_min: 1
    range_max: 10000
    bucket_count: 100
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_DECODER_BITRATE_AVG_PER_CALL_KBPS

  video_decoder_bitrate_std_dev_per_call_kbps:
    type: custom_distribution
    description: >
      Standard deviation from video decoder's average bitrate (in kbits/s) over
      an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_DECODER_BITRATE_STD_DEV_PER_CALL_KBPS.
    range_min: 1
    range_max: 5000
    bucket_count: 100
    histogram_type: exponential
    unit: kilobits per second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_DECODER_BITRATE_STD_DEV_PER_CALL_KBPS

  video_decoder_framerate_avg_per_call:
    type: custom_distribution
    description: >
      Video decoder's average framerate (in fps) over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_DECODER_FRAMERATE_AVG_PER_CALL.
    range_min: 1
    range_max: 200
    bucket_count: 50
    histogram_type: exponential
    unit: frames per second (fps)
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_DECODER_FRAMERATE_AVG_PER_CALL

  video_decoder_framerate_10x_std_dev_per_call:
    type: custom_distribution
    description: >
      Standard deviation from video decoder's average framerate (in 1/10 fps)
      over an entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_DECODER_FRAMERATE_10X_STD_DEV_PER_CALL.
    range_min: 1
    range_max: 200
    bucket_count: 50
    histogram_type: exponential
    unit: 1/10 fps
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_DECODER_FRAMERATE_10X_STD_DEV_PER_CALL

  video_decoder_discarded_packets_per_call_ppm:
    type: custom_distribution
    description: >
      Video decoder's number of discarded packets (in packets/min) over an
      entire call

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_VIDEO_DECODER_DISCARDED_PACKETS_PER_CALL_PPM.
    range_min: 1
    range_max: 50000
    bucket_count: 100
    histogram_type: exponential
    unit: packets per minute
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_VIDEO_DECODER_DISCARDED_PACKETS_PER_CALL_PPM

  call_duration:
    type: timing_distribution
    description: >
      The length of time (in seconds) that a call lasted.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_CALL_DURATION.
    time_unit: second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1571015
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1586271
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1571015
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1586271
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_CALL_DURATION

  av_call_duration:
    type: timing_distribution
    description: >
      The length of time (in seconds) that a call with audio or video in it
      lasted.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram WEBRTC_AV_CALL_DURATION.
    time_unit: second
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1695378
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1695378
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_AV_CALL_DURATION

  call_count_3:
    type: counter
    description: >
      The number of successfully connected calls made during a session
      (discounting re-negotiations).

      This metric was generated to correspond to the Legacy Telemetry count
      histogram WEBRTC_CALL_COUNT_3.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=875097
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1261063
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1654248
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=875097
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1261063
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1654248
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_CALL_COUNT_3

  get_user_media_type:
    type: custom_distribution
    description: >
      Type for media in getUserMedia calls (0=Camera, 1=Screen, 2=Application,
      3=Window, 4=Browser, 5=Microphone, 6=AudioCapture, 7=Other)

      This metric was generated to correspond to the Legacy Telemetry enumerated
      histogram WEBRTC_GET_USER_MEDIA_TYPE.
    range_min: 0
    range_max: 8
    bucket_count: 9
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_GET_USER_MEDIA_TYPE

  renegotiations:
    type: custom_distribution
    description: >
      Number of Renegotiations during each call

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram WEBRTC_RENEGOTIATIONS.
    range_min: 1
    range_max: 21
    bucket_count: 20
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_RENEGOTIATIONS

  max_video_send_track:
    type: custom_distribution
    description: >
      Number of Video tracks sent simultaneously

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram WEBRTC_MAX_VIDEO_SEND_TRACK.
    range_min: 1
    range_max: 10
    bucket_count: 9
    histogram_type: linear
    unit: video tracks
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_MAX_VIDEO_SEND_TRACK

  max_video_receive_track:
    type: custom_distribution
    description: >
      Number of Video tracks received simultaneously

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram WEBRTC_MAX_VIDEO_RECEIVE_TRACK.
    range_min: 1
    range_max: 20
    bucket_count: 19
    histogram_type: linear
    unit: video tracks
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_MAX_VIDEO_RECEIVE_TRACK

  max_audio_send_track:
    type: custom_distribution
    description: >
      Number of Audio tracks sent simultaneously

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram WEBRTC_MAX_AUDIO_SEND_TRACK.
    range_min: 1
    range_max: 20
    bucket_count: 19
    histogram_type: linear
    unit: audio tracks
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_MAX_AUDIO_SEND_TRACK

  max_audio_receive_track:
    type: custom_distribution
    description: >
      Number of Audio tracks received simultaneously

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram WEBRTC_MAX_AUDIO_RECEIVE_TRACK.
    range_min: 1
    range_max: 30
    bucket_count: 29
    histogram_type: linear
    unit: audio tracks
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_MAX_AUDIO_RECEIVE_TRACK

  datachannel_negotiated:
    type: labeled_counter
    description: >
      Was DataChannels negotiated

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_DATACHANNEL_NEGOTIATED.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_DATACHANNEL_NEGOTIATED

  call_type:
    type: custom_distribution
    description: >
      Type of call: (Bitmask) Audio = 1, Video = 2, DataChannels = 4

      This metric was generated to correspond to the Legacy Telemetry enumerated
      histogram WEBRTC_CALL_TYPE.
    range_min: 0
    range_max: 8
    bucket_count: 9
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1935420
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: WEBRTC_CALL_TYPE

  software_h264_enabled:
    type: labeled_counter
    description: >
      Whether hardware H264 is enabled

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_SOFTWARE_H264_ENABLED.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_SOFTWARE_H264_ENABLED

  has_h264_hardware:
    type: labeled_counter
    description: >
      Whether the user has H264 hardware

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_HAS_H264_HARDWARE.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_HAS_H264_HARDWARE

  hardware_h264_enabled:
    type: labeled_counter
    description: >
      Whether software H264 is enabled

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_HARDWARE_H264_ENABLED.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_HARDWARE_H264_ENABLED

  h264_enabled:
    type: labeled_counter
    description: >
      Whether any kind of H264 is enabled

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_H264_ENABLED.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1766509
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_H264_ENABLED

  gmp_init_success:
    type: labeled_counter
    description: >
      Counts of GMP codec initialization success and failure

      This metric was generated to correspond to the Legacy Telemetry boolean
      histogram WEBRTC_GMP_INIT_SUCCESS.
    labels:
      - "false"
      - "true"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1774222
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1774222
    notification_emails:
      - webrtc-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: h#WEBRTC_GMP_INIT_SUCCESS

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]