зеркало из https://github.com/mozilla/gecko-dev.git
101 строка
3.6 KiB
YAML
101 строка
3.6 KiB
YAML
navigation:
|
|
search:
|
|
objects: ["about_home", "about_newtab", "contextmenu", "oneoff",
|
|
"suggestion", "alias", "enter", "searchbar", "urlbar"]
|
|
release_channel_collection: opt-in
|
|
record_in_processes: ["main"]
|
|
description: >
|
|
This is recorded on each search navigation.
|
|
The value field records the action used to trigger the search:
|
|
"enter", "oneoff", "suggestion", "alias", null (for contextmenu)
|
|
bug_numbers: [1316281]
|
|
notification_emails: ["past@mozilla.com"]
|
|
expiry_version: "58.0"
|
|
extra_keys:
|
|
engine: The id of the search engine used.
|
|
|
|
# This category contains event entries used for Telemetry tests.
|
|
# They will not be sent out with any pings.
|
|
telemetry.test:
|
|
test:
|
|
methods: ["test1", "test2"]
|
|
objects: ["object1", "object2"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main"]
|
|
description: This is a test entry for Telemetry.
|
|
expiry_date: never
|
|
extra_keys:
|
|
key1: This is just a test description.
|
|
key2: This is another test description.
|
|
optout:
|
|
objects: ["object1", "object2"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
release_channel_collection: opt-out
|
|
record_in_processes: ["main"]
|
|
description: This is an opt-out test entry.
|
|
expiry_date: never
|
|
extra_keys:
|
|
key1: This is just a test description.
|
|
expired_version:
|
|
objects: ["object1", "object2"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main"]
|
|
description: This is a test entry with an expired version.
|
|
expiry_version: "3.6"
|
|
expired_date:
|
|
objects: ["object1", "object2"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main"]
|
|
description: This is a test entry with an expired date.
|
|
expiry_date: 2014-01-28
|
|
not_expired_optout:
|
|
objects: ["object1"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
description: This is an opt-out test entry with unexpired date and version.
|
|
release_channel_collection: opt-out
|
|
record_in_processes: ["main"]
|
|
expiry_date: 2099-01-01
|
|
expiry_version: "999.0"
|
|
main_only:
|
|
objects: ["object1"]
|
|
bug_numbers: [1313326]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main"]
|
|
description: This event is used to test main-process only recording.
|
|
expiry_version: never
|
|
content_only:
|
|
objects: ["object1"]
|
|
bug_numbers: [1313326]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["content"]
|
|
description: This event is used to test content-process only recording.
|
|
expiry_version: never
|
|
extra_keys:
|
|
foo: This is just a test description.
|
|
bar: And this is another test description.
|
|
main_and_content:
|
|
objects: ["object1"]
|
|
bug_numbers: [1313326]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main", "content"]
|
|
description: This event is used to test main and content process recording.
|
|
expiry_version: never
|
|
|
|
# This is a secondary category used for Telemetry tests.
|
|
# The events here will not be sent out with any pings.
|
|
telemetry.test.second:
|
|
test:
|
|
objects: ["object1", "object2", "object3"]
|
|
bug_numbers: [1286606]
|
|
notification_emails: ["telemetry-client-dev@mozilla.com"]
|
|
record_in_processes: ["main"]
|
|
description: This is a test entry for Telemetry.
|
|
expiry_date: never
|
|
extra_keys:
|
|
key1: This is just a test description.
|