75 строки
2.5 KiB
YAML
75 строки
2.5 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://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
$tags:
|
|
- 'Calendar :: General'
|
|
|
|
calendar:
|
|
calendar_count:
|
|
type: labeled_string
|
|
description: >
|
|
How many calendars were set up, keyed by calendar type
|
|
Types are e.g. "storage", "caldav", "ics" and various types from add-ons.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1615985
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1899602
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1903006
|
|
data_sensitivity:
|
|
- technical
|
|
notification_emails:
|
|
- telemetry-client-dev@thunderbird.net
|
|
expires: never
|
|
|
|
read_only_calendar_count:
|
|
type: labeled_string
|
|
description: >
|
|
How many read-only calendars were set up, keyed by calendar type.
|
|
Types are e.g. "storage", "caldav", "ics" and various types from add-ons.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1615985
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1899602
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1903006
|
|
data_sensitivity:
|
|
- technical
|
|
notification_emails:
|
|
- telemetry-client-dev@thunderbird.net
|
|
expires: never
|
|
|
|
preferences_boolean:
|
|
type: labeled_boolean
|
|
description: Values of boolean preferences.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1757993
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1899602
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1757993#c6
|
|
data_sensitivity:
|
|
- technical
|
|
notification_emails:
|
|
- telemetry-client-dev@thunderbird.net
|
|
expires: never
|
|
labels:
|
|
- calendar.alarms.playsound
|
|
- calendar.alarms.show
|
|
- calendar.alarms.showmissed
|
|
- calendar.item.editInTab
|
|
- calendar.item.promptDelete
|
|
- calendar.timezone.useSystemTimezone
|
|
- calendar.view-minimonth.showWeekNumber
|
|
- calendar.view.showLocation
|
|
- calendar.week.d0sundaysoff
|
|
- calendar.week.d1mondaysoff
|
|
- calendar.week.d2tuesdaysoff
|
|
- calendar.week.d3wednesdaysoff
|
|
- calendar.week.d4thursdaysoff
|
|
- calendar.week.d5fridaysoff
|
|
- calendar.week.d6saturdaysoff
|