Source code
Revision control
Copy as Markdown
Other Tools
# 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
# Adding a new metric? We have docs for that!
---
$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:
data_reviews:
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:
data_reviews:
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:
data_reviews:
notification_emails:
- krosylight@mozilla.com
expires: never