84 lines
2.6 KiB
YAML
84 lines
2.6 KiB
YAML
# 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://icecat-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
$tags:
|
|
- 'Core :: DOM: Push Subscriptions'
|
|
|
|
web_push:
|
|
detected_duplicated_message_ids:
|
|
type: counter
|
|
description: >
|
|
Counts the duplicated IDs from the server. The ability to detect
|
|
depends on the pref `dom.push.maxRecentMessageIDsPerSubscription`.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928124
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928124
|
|
notification_emails:
|
|
- krosylight@mozilla.com
|
|
expires: never
|
|
error_code:
|
|
type: labeled_counter
|
|
description: >
|
|
The code indicating why the push message couldn't be processed.
|
|
labels:
|
|
- decryption_error
|
|
- not_delivered
|
|
- uncaught_exception
|
|
- unhandled_rejection
|
|
- internal_error
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928124
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928124
|
|
notification_emails:
|
|
- krosylight@mozilla.com
|
|
expires: never
|
|
content_encoding:
|
|
type: labeled_counter
|
|
description: >
|
|
Which content encoding is being used for push.
|
|
labels:
|
|
- aes128gcm
|
|
- aesgcm
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928131
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1928131
|
|
notification_emails:
|
|
- krosylight@mozilla.com
|
|
expires: never
|
|
unsubscribed_by_clearing_data:
|
|
type: counter
|
|
description: >
|
|
Counts unsubscriptions triggered by ClearDataService.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1948721
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1948721
|
|
notification_emails:
|
|
- krosylight@mozilla.com
|
|
expires: 149
|
|
|
|
api_notify:
|
|
type: counter
|
|
description: >
|
|
Number of push messages that were successfully decrypted and delivered to
|
|
a ServiceWorker.
|
|
|
|
This metric was generated to correspond to the Legacy Telemetry count
|
|
histogram PUSH_API_NOTIFY.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1429286
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1429286
|
|
notification_emails:
|
|
- push@mozilla.com
|
|
expires: never
|
|
telemetry_mirror: h#PUSH_API_NOTIFY
|