Skip to content

Instantly share code, notes, and snippets.

@wlach
Created December 3, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlach/0fb52a8b3048ebdbea95fcea3fa3b61e to your computer and use it in GitHub Desktop.
Save wlach/0fb52a8b3048ebdbea95fcea3fa3b61e to your computer and use it in GitHub Desktop.
Diff of glean dictionary app/metric/ping scraping output
This file has been truncated, but you can view the full file.
diff -ur data/burnham/index.json data.new/burnham/index.json
--- data/burnham/index.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/index.json 2020-12-03 15:32:20.000000000 -0500
@@ -92,6 +92,150 @@
{
"name": "test.run",
"description": "ID of the current test run.\n"
+ },
+ {
+ "name": "android_sdk_version",
+ "description": "The optional Android specific SDK version of the software running on this\nhardware device.\n"
+ },
+ {
+ "name": "app_build",
+ "description": "The build identifier generated by the CI system (e.g. \"1234/A\").\nFor language bindings that provide automatic detection for this value,\n(e.g. Android/Kotlin), in the unlikely event that the build identifier\ncan not be retrieved from the OS, it is set to \"inaccessible\". For other\nlanguage bindings, if the value was not provided through configuration,\nthis metric gets set to `Unknown`.\n"
+ },
+ {
+ "name": "app_channel",
+ "description": "The channel the application is being distributed on.\n"
+ },
+ {
+ "name": "app_display_version",
+ "description": "The user visible version string (e.g. \"1.0.3\").\n\nIn the unlikely event that the display version can not be retrieved,\nit is set to \"inaccessible\".\n"
+ },
+ {
+ "name": "architecture",
+ "description": "The architecture of the device, (e.g. \"arm\", \"x86\").\n"
+ },
+ {
+ "name": "client_id",
+ "description": "A UUID uniquely identifying the client."
+ },
+ {
+ "name": "device_manufacturer",
+ "description": "The manufacturer of the device the application is running on.\nNot set if the device manufacturer can't be determined (e.g. on Desktop).\n"
+ },
+ {
+ "name": "device_model",
+ "description": "The model of the device the application is running on.\nOn Android, this is Build.MODEL, the user-visible marketing name,\nlike \"Pixel 2 XL\".\nNot set if the device model can't be determined (e.g. on Desktop).\n"
+ },
+ {
+ "name": "end_time",
+ "description": "The time of the end of collection of the data in the ping,\nin local time and with minute precision, including timezone information.\nThis is also the time this ping was generated\nand is likely well before ping transmission time.\n"
+ },
+ {
+ "name": "experiments",
+ "description": "Optional. A dictionary of active experiments.\n"
+ },
+ {
+ "name": "first_run_date",
+ "description": "The date of the first run of the application.\n"
+ },
+ {
+ "name": "glean.baseline.duration",
+ "description": "The duration of the last foreground session.\n"
+ },
+ {
+ "name": "glean.baseline.locale",
+ "description": "The locale of the application during initialization (e.g. \"es-ES\").\nIf the locale can't be determined on the system, the value is\n[\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers),\nto indicate \"undetermined\".\n"
+ },
+ {
+ "name": "glean.core.migration.successful",
+ "description": "Reports `true` if the client was successfully migrated from the Android-specific implementation of the Glean SDK to the cross-platform one."
+ },
+ {
+ "name": "glean.database.size",
+ "description": "The size of the database file at startup.\n"
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.preinit_tasks_overflow",
+ "description": "The number of tasks queued in the pre-initialization buffer.\nOnly sent if the buffer overflows.\n"
+ },
+ {
+ "name": "glean.error.preinit_tasks_timeout",
+ "description": "Set to true if the tasks that are queued prior to Glean initialization time out."
+ },
+ {
+ "name": "glean.upload.deleted_pings_after_quota_hit",
+ "description": "The number of pings deleted after the quota for the size of the pending pings directory or number of files is hit. Since quota is only calculated for the pending pings directory, and deletion request ping live in a different directory, deletion request pings are never deleted.\n"
+ },
+ {
+ "name": "glean.upload.discarded_exceeding_pings_size",
+ "description": "The size of pings that exceeded the maximum ping size allowed for upload.\n"
+ },
+ {
+ "name": "glean.upload.pending_pings",
+ "description": "The total number of pending pings at startup. This does not include deletion-request pings.\n"
+ },
+ {
+ "name": "glean.upload.pending_pings_directory_size",
+ "description": "The size of the pending pings directory upon initialization of Glean. This does not include the size of the deletion request pings directory.\n"
+ },
+ {
+ "name": "glean.upload.ping_upload_failure",
+ "description": "Counts the number of ping upload failures, by type of failure.\nThis includes failures for all ping types,\nthough the counts appear in the next successfully sent `metrics` ping.\n"
+ },
+ {
+ "name": "glean.validation.app_forceclosed_count",
+ "description": "This metric counts how many times a dirty bit was detected when starting the Glean SDK, on Android. This dirty bit is set to `true` when Android's lifecycle `ON_START` is hit and flipped back to false on `ON_STOP`. When an application is force-closed, it might not get the `ON_STOP` and so the value would stay `true`. The next time Glean starts, it will increment this counter."
+ },
+ {
+ "name": "glean.validation.baseline_ping_count",
+ "description": "The number of baseline pings sent during the lifetime of this metrics ping."
+ },
+ {
+ "name": "glean.validation.metrics_ping_count",
+ "description": "The number of metrics pings sent during the lifetime of this baseline ping."
+ },
+ {
+ "name": "locale",
+ "description": "The locale of the application during initialization (e.g. \"es-ES\").\nIf the locale can't be determined on the system, the value is\n[\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers),\nto indicate \"undetermined\".\n"
+ },
+ {
+ "name": "os",
+ "description": "The name of the operating system.\nPossible values:\nAndroid, iOS, Linux, Darwin, Windows,\nFreeBSD, NetBSD, OpenBSD, Solaris, unknown\n"
+ },
+ {
+ "name": "os_version",
+ "description": "The user-visible version of the operating system (e.g. \"1.2.3\"). If the\nversion detection fails, this metric gets set to `Unknown`.\n"
+ },
+ {
+ "name": "ping_reason",
+ "description": "The optional reason the ping was submitted.\nThe specific values for reason are specific to each ping, and are\ndocumented in the ping's pings.yaml file.\n"
+ },
+ {
+ "name": "reason",
+ "description": "The optional reason the ping was submitted.\nThe specific values for reason are specific to each ping, and are\ndocumented in the ping's pings.yaml file.\n"
+ },
+ {
+ "name": "seq",
+ "description": "A running counter of the number of times pings of this type have been sent\n"
+ },
+ {
+ "name": "start_time",
+ "description": "The time of the start of collection of the data in the ping,\nin local time and with minute precision, including timezone information.\n"
}
]
}
Only in data.new/burnham/metrics: android_sdk_version.json
Only in data.new/burnham/metrics: app_build.json
Only in data.new/burnham/metrics: app_channel.json
Only in data.new/burnham/metrics: app_display_version.json
Only in data.new/burnham/metrics: architecture.json
Only in data.new/burnham/metrics: client_id.json
Only in data.new/burnham/metrics: device_manufacturer.json
Only in data.new/burnham/metrics: device_model.json
Only in data.new/burnham/metrics: end_time.json
Only in data.new/burnham/metrics: experiments.json
Only in data.new/burnham/metrics: first_run_date.json
Only in data.new/burnham/metrics: glean.baseline.duration.json
Only in data.new/burnham/metrics: glean.baseline.locale.json
Only in data.new/burnham/metrics: glean.core.migration.successful.json
Only in data.new/burnham/metrics: glean.database.size.json
Only in data.new/burnham/metrics: glean.error.invalid_label.json
Only in data.new/burnham/metrics: glean.error.invalid_overflow.json
Only in data.new/burnham/metrics: glean.error.invalid_state.json
Only in data.new/burnham/metrics: glean.error.invalid_value.json
Only in data.new/burnham/metrics: glean.error.preinit_tasks_overflow.json
Only in data.new/burnham/metrics: glean.error.preinit_tasks_timeout.json
Only in data.new/burnham/metrics: glean.upload.deleted_pings_after_quota_hit.json
Only in data.new/burnham/metrics: glean.upload.discarded_exceeding_pings_size.json
Only in data.new/burnham/metrics: glean.upload.pending_pings.json
Only in data.new/burnham/metrics: glean.upload.pending_pings_directory_size.json
Only in data.new/burnham/metrics: glean.upload.ping_upload_failure.json
Only in data.new/burnham/metrics: glean.validation.app_forceclosed_count.json
Only in data.new/burnham/metrics: glean.validation.baseline_ping_count.json
Only in data.new/burnham/metrics: glean.validation.metrics_ping_count.json
Only in data.new/burnham/metrics: locale.json
diff -ur data/burnham/metrics/mission.identifier.json data.new/burnham/metrics/mission.identifier.json
--- data/burnham/metrics/mission.identifier.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/mission.identifier.json 2020-12-03 15:32:19.000000000 -0500
@@ -43,22 +43,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-03-09 14:22:18",
- "last": "2020-04-30 08:47:15"
+ "first": "2020-06-11 12:44:51",
+ "last": "2020-11-30 10:52:12"
},
"description": "The identifier of the current mission.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
- "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
+ "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"lifetime": "application",
"no_lint": [],
@@ -66,14 +66,15 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 4
+ "first": 2,
+ "last": 0
},
"send_in_pings": [
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "mission.identifier"
},
{
"_config": {
@@ -119,22 +120,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-06-11 12:44:51",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-03-09 14:22:18",
+ "last": "2020-04-30 08:47:15"
},
"description": "The identifier of the current mission.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
+ "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
},
"lifetime": "application",
"no_lint": [],
@@ -142,8 +143,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 0
+ "first": 5,
+ "last": 4
},
"send_in_pings": [
"discovery"
diff -ur data/burnham/metrics/mission.status.json data.new/burnham/metrics/mission.status.json
--- data/burnham/metrics/mission.status.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/mission.status.json 2020-12-03 15:32:19.000000000 -0500
@@ -43,22 +43,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-03-09 14:22:18",
- "last": "2020-03-09 14:22:18"
+ "first": "2020-06-11 12:44:51",
+ "last": "2020-11-30 10:52:12"
},
- "description": "The current status of space ship.\n",
+ "description": "The status of the current mission.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
- "last": "47375323a9b4907a9a9012180ffbf836eb071e86"
+ "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"lifetime": "application",
"no_lint": [],
@@ -66,14 +66,15 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 5
+ "first": 2,
+ "last": 0
},
"send_in_pings": [
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "mission.status"
},
{
"_config": {
@@ -81,22 +82,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://github.com/mozilla/burnham/issues/6"
],
"dates": {
- "first": "2020-04-30 08:47:15",
- "last": "2020-04-30 08:47:15"
+ "first": "2020-05-11 14:00:52",
+ "last": "2020-05-11 14:00:52"
},
"description": "The status of the current mission.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59",
- "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
+ "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
+ "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
},
"lifetime": "application",
"no_lint": [],
@@ -104,8 +105,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 4,
- "last": 4
+ "first": 2,
+ "last": 2
},
"send_in_pings": [
"discovery"
@@ -119,22 +120,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/mozilla/burnham/issues/6"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-05-11 14:00:52",
- "last": "2020-05-11 14:00:52"
+ "first": "2020-04-30 08:47:15",
+ "last": "2020-04-30 08:47:15"
},
"description": "The status of the current mission.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
- "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
+ "first": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59",
+ "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
},
"lifetime": "application",
"no_lint": [],
@@ -142,8 +143,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 2
+ "first": 4,
+ "last": 4
},
"send_in_pings": [
"discovery"
@@ -157,22 +158,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-06-11 12:44:51",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-03-09 14:22:18",
+ "last": "2020-03-09 14:22:18"
},
- "description": "The status of the current mission.\n",
+ "description": "The current status of space ship.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
+ "last": "47375323a9b4907a9a9012180ffbf836eb071e86"
},
"lifetime": "application",
"no_lint": [],
@@ -180,8 +181,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 0
+ "first": 5,
+ "last": 5
},
"send_in_pings": [
"discovery"
Only in data.new/burnham/metrics: os.json
Only in data.new/burnham/metrics: os_version.json
Only in data.new/burnham/metrics: ping_reason.json
Only in data.new/burnham/metrics: reason.json
Only in data.new/burnham/metrics: seq.json
Only in data.new/burnham/metrics: start_time.json
diff -ur data/burnham/metrics/technology.space_travel.json data.new/burnham/metrics/technology.space_travel.json
--- data/burnham/metrics/technology.space_travel.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/technology.space_travel.json 2020-12-03 15:32:19.000000000 -0500
@@ -47,22 +47,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-03-09 14:22:18",
- "last": "2020-04-30 08:47:15"
+ "first": "2020-06-11 12:44:51",
+ "last": "2020-11-30 10:52:12"
},
"description": "Counts the number of times a space-travel technology is used.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
- "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
+ "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"labels": [
"warp_drive",
@@ -74,14 +74,15 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 4
+ "first": 2,
+ "last": 0
},
"send_in_pings": [
"discovery"
],
"type": "labeled_counter",
- "version": 0
+ "version": 0,
+ "name": "technology.space_travel"
},
{
"_config": {
@@ -131,22 +132,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-06-11 12:44:51",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-03-09 14:22:18",
+ "last": "2020-04-30 08:47:15"
},
"description": "Counts the number of times a space-travel technology is used.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6b9091148089ed6b63e45e171ec9f2af16dc3bfb",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
+ "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
},
"labels": [
"warp_drive",
@@ -158,8 +159,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 0
+ "first": 5,
+ "last": 4
},
"send_in_pings": [
"discovery"
diff -ur data/burnham/metrics/test.burnham.mission.json data.new/burnham/metrics/test.burnham.mission.json
--- data/burnham/metrics/test.burnham.mission.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.mission.json 2020-12-03 15:32:19.000000000 -0500
@@ -73,7 +73,8 @@
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.mission"
}
]
}
diff -ur data/burnham/metrics/test.burnham.position.json data.new/burnham/metrics/test.burnham.position.json
--- data/burnham/metrics/test.burnham.position.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.position.json 2020-12-03 15:32:18.000000000 -0500
@@ -73,7 +73,8 @@
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.position"
}
]
}
diff -ur data/burnham/metrics/test.burnham.space_travel.json data.new/burnham/metrics/test.burnham.space_travel.json
--- data/burnham/metrics/test.burnham.space_travel.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.space_travel.json 2020-12-03 15:32:19.000000000 -0500
@@ -53,16 +53,16 @@
"https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-02-07 18:10:42",
- "last": "2020-02-07 18:10:42"
+ "first": "2020-02-26 15:36:33",
+ "last": "2020-02-26 15:36:33"
},
- "description": "Counts the number of times a technology is used to travel through space.\n",
+ "description": "Counts the number of times a space-travel technology is used.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6acd9a3581157af088b9c1e13a33410eed2052b6",
- "last": "6acd9a3581157af088b9c1e13a33410eed2052b6"
+ "first": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa",
+ "last": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa"
},
"labels": [
"warp_drive",
@@ -74,14 +74,15 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 4,
- "last": 4
+ "first": 3,
+ "last": 3
},
"send_in_pings": [
"discovery"
],
"type": "labeled_counter",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.space_travel"
},
{
"_config": {
@@ -95,16 +96,16 @@
"https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-02-26 15:36:33",
- "last": "2020-02-26 15:36:33"
+ "first": "2020-02-07 18:10:42",
+ "last": "2020-02-07 18:10:42"
},
- "description": "Counts the number of times a space-travel technology is used.\n",
+ "description": "Counts the number of times a technology is used to travel through space.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa",
- "last": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa"
+ "first": "6acd9a3581157af088b9c1e13a33410eed2052b6",
+ "last": "6acd9a3581157af088b9c1e13a33410eed2052b6"
},
"labels": [
"warp_drive",
@@ -116,8 +117,8 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 3,
- "last": 3
+ "first": 4,
+ "last": 4
},
"send_in_pings": [
"discovery"
diff -ur data/burnham/metrics/test.burnham.status.json data.new/burnham/metrics/test.burnham.status.json
--- data/burnham/metrics/test.burnham.status.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.status.json 2020-12-03 15:32:18.000000000 -0500
@@ -73,7 +73,8 @@
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.status"
}
]
}
diff -ur data/burnham/metrics/test.burnham.test_name.json data.new/burnham/metrics/test.burnham.test_name.json
--- data/burnham/metrics/test.burnham.test_name.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.test_name.json 2020-12-03 15:32:19.000000000 -0500
@@ -73,7 +73,8 @@
"discovery"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.test_name"
}
]
}
diff -ur data/burnham/metrics/test.burnham.test_run.json data.new/burnham/metrics/test.burnham.test_run.json
--- data/burnham/metrics/test.burnham.test_run.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.burnham.test_run.json 2020-12-03 15:32:18.000000000 -0500
@@ -73,7 +73,8 @@
"discovery"
],
"type": "uuid",
- "version": 0
+ "version": 0,
+ "name": "test.burnham.test_run"
}
]
}
diff -ur data/burnham/metrics/test.name.json data.new/burnham/metrics/test.name.json
--- data/burnham/metrics/test.name.json 2020-12-03 15:30:45.000000000 -0500
+++ data.new/burnham/metrics/test.name.json 2020-12-03 15:32:18.000000000 -0500
@@ -31,10 +31,10 @@
"last": 0
},
"send_in_pings": [
- "deletion-request",
- "discovery",
"space-ship-ready",
- "starbase46"
+ "discovery",
+ "starbase46",
+ "deletion-request"
],
"type": "string",
"version": 0,
@@ -46,22 +46,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-03-09 14:22:18",
- "last": "2020-04-30 08:47:15"
+ "first": "2020-11-06 16:54:14",
+ "last": "2020-11-30 10:52:12"
},
"description": "Name of the current test.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
- "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
+ "first": "6f98ba652f135fd233b620947a04769aa640abb9",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"lifetime": "application",
"no_lint": [],
@@ -69,14 +69,18 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 4
+ "first": 0,
+ "last": 0
},
"send_in_pings": [
- "discovery"
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "test.name"
},
{
"_config": {
@@ -87,19 +91,19 @@
"https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/mozilla/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-05-11 14:00:52",
- "last": "2020-05-11 14:00:52"
+ "first": "2020-09-09 14:38:33",
+ "last": "2020-09-09 14:38:33"
},
"description": "Name of the current test.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
- "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
+ "first": "ec1d46c3de96fa09440020b3e5eb5190366648c9",
+ "last": "ec1d46c3de96fa09440020b3e5eb5190366648c9"
},
"lifetime": "application",
"no_lint": [],
@@ -107,11 +111,13 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 2
+ "first": 0,
+ "last": 0
},
"send_in_pings": [
- "discovery"
+ "discovery",
+ "space-ship-ready",
+ "starbase46"
],
"type": "string",
"version": 0
@@ -163,19 +169,19 @@
"https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/mozilla/burnham/issues/6"
],
"dates": {
- "first": "2020-09-09 14:38:33",
- "last": "2020-09-09 14:38:33"
+ "first": "2020-05-11 14:00:52",
+ "last": "2020-05-11 14:00:52"
},
"description": "Name of the current test.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "ec1d46c3de96fa09440020b3e5eb5190366648c9",
- "last": "ec1d46c3de96fa09440020b3e5eb5190366648c9"
+ "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
+ "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
},
"lifetime": "application",
"no_lint": [],
@@ -183,13 +189,11 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 0
+ "first": 2,
+ "last": 2
},
"send_in_pings": [
- "discovery",
- "space-ship-ready",
- "starbase46"
+ "discovery"
],
"type": "string",
"version": 0
@@ -200,22 +204,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-11-06 16:54:14",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-03-09 14:22:18",
+ "last": "2020-04-30 08:47:15"
},
"description": "Name of the current test.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6f98ba652f135fd233b620947a04769aa640abb9",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
+ "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
},
"lifetime": "application",
"no_lint": [],
@@ -223,14 +227,11 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 0
+ "first": 5,
+ "last": 4
},
"send_in_pings": [
- "deletion-request",
- "discovery",
- "space-ship-ready",
- "starbase46"
+ "discovery"
],
"type": "string",
"version": 0
diff -ur data/burnham/metrics/test.run.json data.new/burnham/metrics/test.run.json
--- data/burnham/metrics/test.run.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/metrics/test.run.json 2020-12-03 15:32:19.000000000 -0500
@@ -31,10 +31,10 @@
"last": 0
},
"send_in_pings": [
- "deletion-request",
- "discovery",
"space-ship-ready",
- "starbase46"
+ "discovery",
+ "starbase46",
+ "deletion-request"
],
"type": "uuid",
"version": 0,
@@ -46,22 +46,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-03-09 14:22:18",
- "last": "2020-04-30 08:47:15"
+ "first": "2020-11-06 16:54:14",
+ "last": "2020-11-30 10:52:12"
},
"description": "ID of the current test run.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
- "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
+ "first": "6f98ba652f135fd233b620947a04769aa640abb9",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"lifetime": "application",
"no_lint": [],
@@ -69,14 +69,18 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 4
+ "first": 0,
+ "last": 0
},
"send_in_pings": [
- "discovery"
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
],
"type": "uuid",
- "version": 0
+ "version": 0,
+ "name": "test.run"
},
{
"_config": {
@@ -87,19 +91,19 @@
"https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/mozilla/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-05-11 14:00:52",
- "last": "2020-05-11 14:00:52"
+ "first": "2020-09-09 14:38:33",
+ "last": "2020-09-09 14:38:33"
},
"description": "ID of the current test run.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
- "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
+ "first": "ec1d46c3de96fa09440020b3e5eb5190366648c9",
+ "last": "ec1d46c3de96fa09440020b3e5eb5190366648c9"
},
"lifetime": "application",
"no_lint": [],
@@ -107,11 +111,13 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 2,
- "last": 2
+ "first": 0,
+ "last": 0
},
"send_in_pings": [
- "discovery"
+ "discovery",
+ "space-ship-ready",
+ "starbase46"
],
"type": "uuid",
"version": 0
@@ -163,19 +169,19 @@
"https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/mozilla/burnham/issues/6"
],
"dates": {
- "first": "2020-09-09 14:38:33",
- "last": "2020-09-09 14:38:33"
+ "first": "2020-05-11 14:00:52",
+ "last": "2020-05-11 14:00:52"
},
"description": "ID of the current test run.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "ec1d46c3de96fa09440020b3e5eb5190366648c9",
- "last": "ec1d46c3de96fa09440020b3e5eb5190366648c9"
+ "first": "db35fedc909657fdc834e2c9f8ece5c32dcd719e",
+ "last": "db35fedc909657fdc834e2c9f8ece5c32dcd719e"
},
"lifetime": "application",
"no_lint": [],
@@ -183,13 +189,11 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 0
+ "first": 2,
+ "last": 2
},
"send_in_pings": [
- "discovery",
- "space-ship-ready",
- "starbase46"
+ "discovery"
],
"type": "uuid",
"version": 0
@@ -200,22 +204,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-11-06 16:54:14",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-03-09 14:22:18",
+ "last": "2020-04-30 08:47:15"
},
"description": "ID of the current test run.\n",
"disabled": false,
"expires": "never",
"gecko_datapoint": "",
"git-commits": {
- "first": "6f98ba652f135fd233b620947a04769aa640abb9",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "47375323a9b4907a9a9012180ffbf836eb071e86",
+ "last": "aadc5c04df3a48b2fdc6b6595246cb08cbf2ab59"
},
"lifetime": "application",
"no_lint": [],
@@ -223,14 +227,11 @@
"raphael@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 0
+ "first": 5,
+ "last": 4
},
"send_in_pings": [
- "deletion-request",
- "discovery",
- "space-ship-ready",
- "starbase46"
+ "discovery"
],
"type": "uuid",
"version": 0
diff -ur data/burnham/pings/baseline.json data.new/burnham/pings/baseline.json
--- data/burnham/pings/baseline.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/baseline.json 2020-12-03 15:32:20.000000000 -0500
@@ -9,12 +9,12 @@
],
"dates": {
"first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "last": "2020-12-01 14:34:51"
},
"description": "This ping is intended to provide metrics that are managed by the library\nitself, and not explicitly set by the application or included in the\napplication's `metrics.yaml` file.\nThe `baseline` ping is automatically sent when the application is moved to\nthe background.\n",
"git-commits": {
"first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
@@ -34,82 +34,101 @@
"history": [
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938"
+ "https://bugzilla.mozilla.org/1512938",
+ "https://bugzilla.mozilla.org/1599877"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
],
"dates": {
- "first": "2019-11-06 18:46:02",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-07-27 22:38:27",
+ "last": "2020-12-01 14:34:51"
},
- "description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
+ "description": "This ping is intended to provide metrics that are managed by the library\nitself, and not explicitly set by the application or included in the\napplication's `metrics.yaml` file.\nThe `baseline` ping is automatically sent when the application is moved to\nthe background.\n",
"git-commits": {
- "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
- "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
+ "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
- "telemetry-client-dev@mozilla.com"
+ "glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "background": "The ping was submitted before going to background.\n",
+ "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
+ "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
+ },
"reflog-index": {
- "first": 15,
- "last": 14
+ "first": 1,
+ "last": 0
},
- "send_if_empty": false
+ "send_if_empty": true,
+ "name": "baseline"
},
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938"
+ "https://bugzilla.mozilla.org/1512938",
+ "https://bugzilla.mozilla.org/1599877"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
],
"dates": {
- "first": "2019-11-28 12:01:39",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-06-30 14:17:36",
+ "last": "2020-06-30 14:17:36"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
- "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
+ "first": "a259debf8250d74732d1442ffb0ddd3068234a9b",
+ "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "background": "The ping was submitted before going to background.\n",
+ "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
+ "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
+ },
"reflog-index": {
- "first": 13,
- "last": 13
+ "first": 2,
+ "last": 2
},
- "send_if_empty": false
+ "send_if_empty": true
},
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938"
+ "https://bugzilla.mozilla.org/1512938",
+ "https://bugzilla.mozilla.org/1599877"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
],
"dates": {
- "first": "2019-11-28 12:12:11",
- "last": "2020-02-11 15:10:10"
+ "first": "2020-04-14 14:44:13",
+ "last": "2020-04-14 14:44:13"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "f359ef547f1b42544224ea47080371cf358afcaa",
- "last": "2e3f59be19cd122d722f1ef8d37bca26fa896deb"
+ "first": "98a59bcb535ecfe73e50d0da4788aca6484da966",
+ "last": "98a59bcb535ecfe73e50d0da4788aca6484da966"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "background": "The ping was submitted before going to background.\n",
+ "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
+ "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
+ },
"reflog-index": {
- "first": 12,
- "last": 8
+ "first": 3,
+ "last": 3
},
"send_if_empty": false
},
@@ -119,16 +138,17 @@
"https://bugzilla.mozilla.org/1599877"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
],
"dates": {
- "first": "2020-02-11 15:14:09",
- "last": "2020-02-11 15:14:09"
+ "first": "2020-04-14 14:03:06",
+ "last": "2020-04-14 14:03:06"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "a80604fa1c312c49244fb416bf190ccf0f5c1536",
- "last": "a80604fa1c312c49244fb416bf190ccf0f5c1536"
+ "first": "c070eca2413f6740d4e21eca3c5ccef595fa7cea",
+ "last": "c070eca2413f6740d4e21eca3c5ccef595fa7cea"
},
"include_client_id": true,
"notification_emails": [
@@ -136,11 +156,12 @@
],
"reasons": {
"background": "The ping was submitted before going to background.\n",
- "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
+ "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
+ "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\nThe `glean.baseline.duration` metric is never sent in these pings.\n"
},
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 4,
+ "last": 4
},
"send_if_empty": false
},
@@ -182,17 +203,16 @@
"https://bugzilla.mozilla.org/1599877"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-04-14 14:03:06",
- "last": "2020-04-14 14:03:06"
+ "first": "2020-02-11 15:14:09",
+ "last": "2020-02-11 15:14:09"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "c070eca2413f6740d4e21eca3c5ccef595fa7cea",
- "last": "c070eca2413f6740d4e21eca3c5ccef595fa7cea"
+ "first": "a80604fa1c312c49244fb416bf190ccf0f5c1536",
+ "last": "a80604fa1c312c49244fb416bf190ccf0f5c1536"
},
"include_client_id": true,
"notification_emails": [
@@ -200,115 +220,170 @@
],
"reasons": {
"background": "The ping was submitted before going to background.\n",
- "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
- "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\nThe `glean.baseline.duration` metric is never sent in these pings.\n"
+ "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
},
"reflog-index": {
- "first": 4,
- "last": 4
+ "first": 7,
+ "last": 7
},
"send_if_empty": false
},
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938",
- "https://bugzilla.mozilla.org/1599877"
+ "https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-04-14 14:44:13",
- "last": "2020-04-14 14:44:13"
+ "first": "2019-11-28 12:12:11",
+ "last": "2020-02-11 15:10:10"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "98a59bcb535ecfe73e50d0da4788aca6484da966",
- "last": "98a59bcb535ecfe73e50d0da4788aca6484da966"
+ "first": "f359ef547f1b42544224ea47080371cf358afcaa",
+ "last": "2e3f59be19cd122d722f1ef8d37bca26fa896deb"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {
- "background": "The ping was submitted before going to background.\n",
- "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
- "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 3,
- "last": 3
+ "first": 12,
+ "last": 8
},
"send_if_empty": false
},
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938",
- "https://bugzilla.mozilla.org/1599877"
+ "https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-06-30 14:17:36",
- "last": "2020-06-30 14:17:36"
+ "first": "2019-11-06 18:46:02",
+ "last": "2019-11-28 12:01:39"
},
"description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "a259debf8250d74732d1442ffb0ddd3068234a9b",
- "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
+ "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
+ "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
},
"include_client_id": true,
"notification_emails": [
- "glean-team@mozilla.com"
+ "telemetry-client-dev@mozilla.com"
],
- "reasons": {
- "background": "The ping was submitted before going to background.\n",
- "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
- "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 2,
- "last": 2
+ "first": 15,
+ "last": 14
},
- "send_if_empty": true
+ "send_if_empty": false
},
{
"bugs": [
- "https://bugzilla.mozilla.org/1512938",
- "https://bugzilla.mozilla.org/1599877"
+ "https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1599877#c25"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "first": "2019-11-28 12:01:39",
+ "last": "2019-11-28 12:01:39"
},
- "description": "This ping is intended to provide metrics that are managed by the library\nitself, and not explicitly set by the application or included in the\napplication's `metrics.yaml` file.\nThe `baseline` ping is automatically sent when the application is moved to\nthe background.\n",
+ "description": "This ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's `metrics.yaml` file. The `baseline` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
+ "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {
- "background": "The ping was submitted before going to background.\n",
- "dirty_startup": "The ping was submitted at startup, because the application process was\nkilled before the Glean SDK had the chance to generate this ping, when\ngoing to background, in the last session.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n",
- "foreground": "The ping was submitted when the application went to foreground, which\nincludes when the application starts.\n\n*Note*: this ping will not contain the `glean.baseline.duration` metric.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 1,
- "last": 0
+ "first": 13,
+ "last": 13
},
- "send_if_empty": true
+ "send_if_empty": false
+ }
+ ],
+ "metrics": [
+ {
+ "name": "glean.baseline.duration",
+ "description": "The duration of the last foreground session.\n",
+ "pings": [
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.baseline.locale",
+ "description": "The locale of the application during initialization (e.g. \"es-ES\").\nIf the locale can't be determined on the system, the value is\n[\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers),\nto indicate \"undetermined\".\n",
+ "pings": [
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.validation.metrics_ping_count",
+ "description": "The number of metrics pings sent during the lifetime of this baseline ping.",
+ "pings": [
+ "baseline"
+ ]
}
],
- "metrics": [],
"stable_table_name": "burnham.baseline"
}
diff -ur data/burnham/pings/deletion-request.json data.new/burnham/pings/deletion-request.json
--- data/burnham/pings/deletion-request.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/deletion-request.json 2020-12-03 15:32:20.000000000 -0500
@@ -7,12 +7,12 @@
],
"dates": {
"first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "last": "2020-12-01 14:34:51"
},
"description": "This ping is submitted when a user opts out of\nsending technical and interaction data to Mozilla.\nThis ping is intended to communicate to the Data Pipeline\nthat the user wishes to have their reported Telemetry data deleted.\nAs such it attempts to send itself at the moment the user\nopts out of data collection.\n",
"git-commits": {
"first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
@@ -31,43 +31,44 @@
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/1587095#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
],
"dates": {
- "first": "2019-11-28 12:01:39",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-07-27 22:38:27",
+ "last": "2020-12-01 14:34:51"
},
- "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
+ "description": "This ping is submitted when a user opts out of\nsending technical and interaction data to Mozilla.\nThis ping is intended to communicate to the Data Pipeline\nthat the user wishes to have their reported Telemetry data deleted.\nAs such it attempts to send itself at the moment the user\nopts out of data collection.\n",
"git-commits": {
- "first": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16",
- "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
+ "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
- "telemetry-client-dev@mozilla.com"
+ "glean-team@mozilla.com"
],
"reasons": {},
"reflog-index": {
- "first": 14,
- "last": 14
+ "first": 1,
+ "last": 0
},
- "send_if_empty": false
+ "send_if_empty": true,
+ "name": "deletion-request"
},
{
"bugs": [
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/1587095#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
],
"dates": {
- "first": "2019-11-28 12:01:39",
- "last": "2019-11-28 12:01:39"
+ "first": "2019-12-13 10:50:30",
+ "last": "2020-06-30 14:17:36"
},
- "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
+ "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla. This ping is intended to communicate to the Data Pipeline that the user wishes to have their reported Telemetry data deleted. As such it attempts to send itself at the moment the user opts out of data collection.\n",
"git-commits": {
- "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
- "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
+ "first": "cc4bc7952c8c80043659959f0a533668657ce783",
+ "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
},
"include_client_id": true,
"notification_emails": [
@@ -75,10 +76,10 @@
],
"reasons": {},
"reflog-index": {
- "first": 13,
- "last": 13
+ "first": 9,
+ "last": 2
},
- "send_if_empty": false
+ "send_if_empty": true
},
{
"bugs": [
@@ -88,13 +89,13 @@
"https://bugzilla.mozilla.org/1587095#c3"
],
"dates": {
- "first": "2019-11-28 12:12:11",
- "last": "2019-11-28 12:12:11"
+ "first": "2019-11-29 10:12:48",
+ "last": "2019-11-29 10:12:48"
},
- "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
+ "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla. This ping is intended to communicate to the Data Pipeline that the user wishes to have their reported Telemetry data deleted. As such it attempts to send itself at the moment the user opts out of data collection.\n",
"git-commits": {
- "first": "f359ef547f1b42544224ea47080371cf358afcaa",
- "last": "f359ef547f1b42544224ea47080371cf358afcaa"
+ "first": "b91edaa1afda128e5c9be88a94e26598f65ace54",
+ "last": "b91edaa1afda128e5c9be88a94e26598f65ace54"
},
"include_client_id": true,
"notification_emails": [
@@ -102,8 +103,8 @@
],
"reasons": {},
"reflog-index": {
- "first": 12,
- "last": 12
+ "first": 11,
+ "last": 11
},
"send_if_empty": true
},
@@ -112,7 +113,7 @@
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/1587095#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
],
"dates": {
"first": "2019-11-29 10:12:48",
@@ -120,8 +121,8 @@
},
"description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla. This ping is intended to communicate to the Data Pipeline that the user wishes to have their reported Telemetry data deleted. As such it attempts to send itself at the moment the user opts out of data collection.\n",
"git-commits": {
- "first": "b91edaa1afda128e5c9be88a94e26598f65ace54",
- "last": "b91edaa1afda128e5c9be88a94e26598f65ace54"
+ "first": "5cdaedf87135133410d5811ae0f8baf7b47a5015",
+ "last": "5cdaedf87135133410d5811ae0f8baf7b47a5015"
},
"include_client_id": true,
"notification_emails": [
@@ -129,8 +130,8 @@
],
"reasons": {},
"reflog-index": {
- "first": 11,
- "last": 11
+ "first": 10,
+ "last": 10
},
"send_if_empty": true
},
@@ -139,16 +140,16 @@
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
+ "https://bugzilla.mozilla.org/1587095#c3"
],
"dates": {
- "first": "2019-11-29 10:12:48",
- "last": "2019-11-29 10:12:48"
+ "first": "2019-11-28 12:12:11",
+ "last": "2019-11-28 12:12:11"
},
- "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla. This ping is intended to communicate to the Data Pipeline that the user wishes to have their reported Telemetry data deleted. As such it attempts to send itself at the moment the user opts out of data collection.\n",
+ "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
"git-commits": {
- "first": "5cdaedf87135133410d5811ae0f8baf7b47a5015",
- "last": "5cdaedf87135133410d5811ae0f8baf7b47a5015"
+ "first": "f359ef547f1b42544224ea47080371cf358afcaa",
+ "last": "f359ef547f1b42544224ea47080371cf358afcaa"
},
"include_client_id": true,
"notification_emails": [
@@ -156,8 +157,8 @@
],
"reasons": {},
"reflog-index": {
- "first": 10,
- "last": 10
+ "first": 12,
+ "last": 12
},
"send_if_empty": true
},
@@ -166,43 +167,43 @@
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
+ "https://bugzilla.mozilla.org/1587095#c3"
],
"dates": {
- "first": "2019-12-13 10:50:30",
- "last": "2020-06-30 14:17:36"
+ "first": "2019-11-28 12:01:39",
+ "last": "2019-11-28 12:01:39"
},
- "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla. This ping is intended to communicate to the Data Pipeline that the user wishes to have their reported Telemetry data deleted. As such it attempts to send itself at the moment the user opts out of data collection.\n",
+ "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
"git-commits": {
- "first": "cc4bc7952c8c80043659959f0a533668657ce783",
- "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
+ "first": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16",
+ "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
},
"include_client_id": true,
"notification_emails": [
- "glean-team@mozilla.com"
+ "telemetry-client-dev@mozilla.com"
],
"reasons": {},
"reflog-index": {
- "first": 9,
- "last": 2
+ "first": 14,
+ "last": 14
},
- "send_if_empty": true
+ "send_if_empty": false
},
{
"bugs": [
"https://bugzilla.mozilla.org/1587095"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6"
+ "https://bugzilla.mozilla.org/1587095#c3"
],
"dates": {
- "first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "first": "2019-11-28 12:01:39",
+ "last": "2019-11-28 12:01:39"
},
- "description": "This ping is submitted when a user opts out of\nsending technical and interaction data to Mozilla.\nThis ping is intended to communicate to the Data Pipeline\nthat the user wishes to have their reported Telemetry data deleted.\nAs such it attempts to send itself at the moment the user\nopts out of data collection.\n",
+ "description": "This ping is submitted when a user opts out of sending technical and interaction data to Mozilla.\n",
"git-commits": {
- "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
+ "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
},
"include_client_id": true,
"notification_emails": [
@@ -210,12 +211,85 @@
],
"reasons": {},
"reflog-index": {
- "first": 1,
- "last": 0
+ "first": 13,
+ "last": 13
},
- "send_if_empty": true
+ "send_if_empty": false
+ }
+ ],
+ "metrics": [
+ {
+ "name": "test.name",
+ "description": "Name of the current test.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "test.run",
+ "description": "ID of the current test run.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
}
],
- "metrics": [],
"stable_table_name": "burnham.deletion_request"
}
diff -ur data/burnham/pings/discovery.json data.new/burnham/pings/discovery.json
--- data/burnham/pings/discovery.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/discovery.json 2020-12-03 15:32:20.000000000 -0500
@@ -28,19 +28,19 @@
"history": [
{
"bugs": [
- "https://github.com/hackebrot/burnham/issues/5"
+ "https://github.com/mozilla/burnham/issues/5"
],
"data_reviews": [
- "https://github.com/hackebrot/burnham/issues/6"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
],
"dates": {
- "first": "2020-02-07 18:10:42",
- "last": "2020-02-26 15:36:33"
+ "first": "2020-06-11 12:52:35",
+ "last": "2020-11-30 10:52:12"
},
"description": "Custom ping sent by the burnham CLI app.\n",
"git-commits": {
- "first": "6acd9a3581157af088b9c1e13a33410eed2052b6",
- "last": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa"
+ "first": "113f9e604f3cb3c33ed50dbc396ce264ae26c985",
+ "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
},
"include_client_id": true,
"notification_emails": [
@@ -48,10 +48,11 @@
],
"reasons": {},
"reflog-index": {
- "first": 4,
- "last": 3
+ "first": 1,
+ "last": 0
},
- "send_if_empty": false
+ "send_if_empty": false,
+ "name": "discovery"
},
{
"bugs": [
@@ -82,19 +83,19 @@
},
{
"bugs": [
- "https://github.com/mozilla/burnham/issues/5"
+ "https://github.com/hackebrot/burnham/issues/5"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1643412"
+ "https://github.com/hackebrot/burnham/issues/6"
],
"dates": {
- "first": "2020-06-11 12:52:35",
- "last": "2020-11-30 10:52:12"
+ "first": "2020-02-07 18:10:42",
+ "last": "2020-02-26 15:36:33"
},
"description": "Custom ping sent by the burnham CLI app.\n",
"git-commits": {
- "first": "113f9e604f3cb3c33ed50dbc396ce264ae26c985",
- "last": "4a49ff2163acd67258c953575bea7db3d3ffce85"
+ "first": "6acd9a3581157af088b9c1e13a33410eed2052b6",
+ "last": "0a9e05e035aaa86db190d2ccccd2528d37fc31fa"
},
"include_client_id": true,
"notification_emails": [
@@ -102,8 +103,8 @@
],
"reasons": {},
"reflog-index": {
- "first": 1,
- "last": 0
+ "first": 4,
+ "last": 3
},
"send_if_empty": false
}
@@ -176,14 +177,72 @@
"name": "test.name",
"description": "Name of the current test.\n",
"pings": [
- "discovery"
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
]
},
{
"name": "test.run",
"description": "ID of the current test run.\n",
"pings": [
- "discovery"
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
]
}
],
diff -ur data/burnham/pings/events.json data.new/burnham/pings/events.json
--- data/burnham/pings/events.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/events.json 2020-12-03 15:32:20.000000000 -0500
@@ -7,12 +7,12 @@
],
"dates": {
"first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "last": "2020-12-01 14:34:51"
},
"description": "The events ping's purpose is to transport all of the event metric\ninformation. The `events` ping is automatically sent when the application is\nmoved to the background.\n",
"git-commits": {
"first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
@@ -38,24 +38,29 @@
"https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2019-11-06 18:46:02",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-07-27 22:38:27",
+ "last": "2020-12-01 14:34:51"
},
- "description": "The events ping's purpose is to transport all of the event metric information. The `events` ping is automatically sent when the application is moved to the background.\n",
+ "description": "The events ping's purpose is to transport all of the event metric\ninformation. The `events` ping is automatically sent when the application is\nmoved to the background.\n",
"git-commits": {
- "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
- "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
+ "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
- "telemetry-client-dev@mozilla.com"
+ "glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "background": "The ping was submitted before going to background.\n",
+ "max_capacity": "The maximum number of events was reached (default 500 events).\n",
+ "startup": "The ping was submitted at startup. The events ping is always sent if there\nare any pending events at startup, because event timestamps can not be\nmixed across runs of the application.\n"
+ },
"reflog-index": {
- "first": 15,
- "last": 14
+ "first": 1,
+ "last": 0
},
- "send_if_empty": false
+ "send_if_empty": false,
+ "name": "events"
},
{
"bugs": [
@@ -65,22 +70,26 @@
"https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2019-11-28 12:01:39",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-04-03 12:42:29",
+ "last": "2020-06-30 14:17:36"
},
"description": "The events ping's purpose is to transport all of the event metric information. The `events` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
- "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
+ "first": "fa18d68d32c9c42e9db87464a220e02e6a99f83a",
+ "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "background": "The ping was submitted before going to background.\n",
+ "max_capacity": "The maximum number of events was reached (default 500 events).\n",
+ "startup": "The ping was submitted at startup. The events ping is always sent if there\nare any pending events at startup, because event timestamps can not be\nmixed across runs of the application.\n"
+ },
"reflog-index": {
- "first": 13,
- "last": 13
+ "first": 5,
+ "last": 2
},
"send_if_empty": false
},
@@ -119,26 +128,22 @@
"https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-04-03 12:42:29",
- "last": "2020-06-30 14:17:36"
+ "first": "2019-11-06 18:46:02",
+ "last": "2019-11-28 12:01:39"
},
"description": "The events ping's purpose is to transport all of the event metric information. The `events` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "fa18d68d32c9c42e9db87464a220e02e6a99f83a",
- "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
+ "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
+ "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
},
"include_client_id": true,
"notification_emails": [
- "glean-team@mozilla.com"
+ "telemetry-client-dev@mozilla.com"
],
- "reasons": {
- "background": "The ping was submitted before going to background.\n",
- "max_capacity": "The maximum number of events was reached (default 500 events).\n",
- "startup": "The ping was submitted at startup. The events ping is always sent if there\nare any pending events at startup, because event timestamps can not be\nmixed across runs of the application.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 5,
- "last": 2
+ "first": 15,
+ "last": 14
},
"send_if_empty": false
},
@@ -150,30 +155,79 @@
"https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "first": "2019-11-28 12:01:39",
+ "last": "2019-11-28 12:01:39"
},
- "description": "The events ping's purpose is to transport all of the event metric\ninformation. The `events` ping is automatically sent when the application is\nmoved to the background.\n",
+ "description": "The events ping's purpose is to transport all of the event metric information. The `events` ping is automatically sent when the application is moved to the background.\n",
"git-commits": {
- "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
+ "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {
- "background": "The ping was submitted before going to background.\n",
- "max_capacity": "The maximum number of events was reached (default 500 events).\n",
- "startup": "The ping was submitted at startup. The events ping is always sent if there\nare any pending events at startup, because event timestamps can not be\nmixed across runs of the application.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 1,
- "last": 0
+ "first": 13,
+ "last": 13
},
"send_if_empty": false
}
],
- "metrics": [],
+ "metrics": [
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ }
+ ],
"stable_table_name": "burnham.events"
}
diff -ur data/burnham/pings/metrics.json data.new/burnham/pings/metrics.json
--- data/burnham/pings/metrics.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/metrics.json 2020-12-03 15:32:20.000000000 -0500
@@ -8,12 +8,12 @@
],
"dates": {
"first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "last": "2020-12-01 14:34:51"
},
"description": "The `metrics` ping is intended for all of the metrics that are explicitly\nset by the application or are included in the application's `metrics.yaml`\nfile (except events).\nThe reported data is tied to the ping's *measurement window*, which is the\ntime between the collection of two `metrics` ping. Ideally, this window is\nexpected to be about 24 hours, given that the collection is scheduled daily\nat 4AM. Data in the `ping_info` section of the ping can be used to infer the\nlength of this window.\n",
"git-commits": {
"first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
@@ -38,52 +38,67 @@
"https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1557048#c13"
],
"dates": {
- "first": "2019-11-06 18:46:02",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-07-27 22:38:27",
+ "last": "2020-12-01 14:34:51"
},
- "description": "The `metrics` ping is intended for all of the metrics that are explicitly set by the application or are included in the application's `metrics.yaml` file (except events). The reported data is tied to the ping's *measurement window*, which is the time between the collection of two `metrics` ping. Ideally, this window is expected to be about 24 hours, given that the collection is scheduled daily at 4AM. Data in the `ping_info` section of the ping can be used to infer the length of this window.\n",
+ "description": "The `metrics` ping is intended for all of the metrics that are explicitly\nset by the application or are included in the application's `metrics.yaml`\nfile (except events).\nThe reported data is tied to the ping's *measurement window*, which is the\ntime between the collection of two `metrics` ping. Ideally, this window is\nexpected to be about 24 hours, given that the collection is scheduled daily\nat 4AM. Data in the `ping_info` section of the ping can be used to infer the\nlength of this window.\n",
"git-commits": {
- "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
- "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
+ "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
+ "last": "22e169c2e39f0a8b763ac3bb0d739cb75288c1b3"
},
"include_client_id": true,
"notification_emails": [
- "telemetry-client-dev@mozilla.com"
+ "glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "overdue": "The last ping wasn't submitted on the current calendar day, but it's after\n4am, so this ping submitted immediately\n",
+ "reschedule": "A ping was just submitted. This ping was rescheduled for the next calendar\nday at 4am.\n",
+ "today": "The last ping wasn't submitted on the current calendar day, but it is\nstill before 4am, so schedule to send this ping on the current calendar\nday at 4am.\n",
+ "tomorrow": "The last ping was already submitted on the current calendar day, so\nschedule this ping for the next calendar day at 4am.\n",
+ "upgrade": "This ping was submitted at startup because the application was just\nupgraded.\n"
+ },
"reflog-index": {
- "first": 15,
- "last": 14
+ "first": 1,
+ "last": 0
},
- "send_if_empty": false
+ "send_if_empty": false,
+ "name": "metrics"
},
{
"bugs": [
"https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1557048#c13"
],
"dates": {
- "first": "2019-11-28 12:01:39",
- "last": "2019-11-28 12:01:39"
+ "first": "2020-02-11 15:10:10",
+ "last": "2020-06-30 14:17:36"
},
"description": "The `metrics` ping is intended for all of the metrics that are explicitly set by the application or are included in the application's `metrics.yaml` file (except events). The reported data is tied to the ping's *measurement window*, which is the time between the collection of two `metrics` ping. Ideally, this window is expected to be about 24 hours, given that the collection is scheduled daily at 4AM. Data in the `ping_info` section of the ping can be used to infer the length of this window.\n",
"git-commits": {
- "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
- "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
+ "first": "2e3f59be19cd122d722f1ef8d37bca26fa896deb",
+ "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {},
+ "reasons": {
+ "overdue": "The last ping wasn't submitted on the current calendar day, but it's after\n4am, so this ping submitted immediately\n",
+ "reschedule": "A ping was just submitted. This ping was rescheduled for the next calendar\nday at 4am.\n",
+ "today": "The last ping wasn't submitted on the current calendar day, but it is\nstill before 4am, so schedule to send this ping on the current calendar\nday at 4am.\n",
+ "tomorrow": "The last ping was already submitted on the current calendar day, so\nschedule this ping for the next calendar day at 4am.\n",
+ "upgrade": "This ping was submitted at startup because the application was just\nupgraded.\n"
+ },
"reflog-index": {
- "first": 13,
- "last": 13
+ "first": 8,
+ "last": 2
},
"send_if_empty": false
},
@@ -119,32 +134,25 @@
"https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1557048#c13"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-02-11 15:10:10",
- "last": "2020-06-30 14:17:36"
+ "first": "2019-11-06 18:46:02",
+ "last": "2019-11-28 12:01:39"
},
"description": "The `metrics` ping is intended for all of the metrics that are explicitly set by the application or are included in the application's `metrics.yaml` file (except events). The reported data is tied to the ping's *measurement window*, which is the time between the collection of two `metrics` ping. Ideally, this window is expected to be about 24 hours, given that the collection is scheduled daily at 4AM. Data in the `ping_info` section of the ping can be used to infer the length of this window.\n",
"git-commits": {
- "first": "2e3f59be19cd122d722f1ef8d37bca26fa896deb",
- "last": "a259debf8250d74732d1442ffb0ddd3068234a9b"
+ "first": "1f06101e4db4a2eff1b437f15f2f95456141e75a",
+ "last": "f8c2677ea95cc5578c855fcc0308cb7af05dbf16"
},
"include_client_id": true,
"notification_emails": [
- "glean-team@mozilla.com"
+ "telemetry-client-dev@mozilla.com"
],
- "reasons": {
- "overdue": "The last ping wasn't submitted on the current calendar day, but it's after\n4am, so this ping submitted immediately\n",
- "reschedule": "A ping was just submitted. This ping was rescheduled for the next calendar\nday at 4am.\n",
- "today": "The last ping wasn't submitted on the current calendar day, but it is\nstill before 4am, so schedule to send this ping on the current calendar\nday at 4am.\n",
- "tomorrow": "The last ping was already submitted on the current calendar day, so\nschedule this ping for the next calendar day at 4am.\n",
- "upgrade": "This ping was submitted at startup because the application was just\nupgraded.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 8,
- "last": 2
+ "first": 15,
+ "last": 14
},
"send_if_empty": false
},
@@ -153,36 +161,166 @@
"https://bugzilla.mozilla.org/1512938"
],
"data_reviews": [
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3",
- "https://bugzilla.mozilla.org/show_bug.cgi?id=1557048#c13"
+ "https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3"
],
"dates": {
- "first": "2020-07-27 22:38:27",
- "last": "2020-12-02 12:35:11"
+ "first": "2019-11-28 12:01:39",
+ "last": "2019-11-28 12:01:39"
},
- "description": "The `metrics` ping is intended for all of the metrics that are explicitly\nset by the application or are included in the application's `metrics.yaml`\nfile (except events).\nThe reported data is tied to the ping's *measurement window*, which is the\ntime between the collection of two `metrics` ping. Ideally, this window is\nexpected to be about 24 hours, given that the collection is scheduled daily\nat 4AM. Data in the `ping_info` section of the ping can be used to infer the\nlength of this window.\n",
+ "description": "The `metrics` ping is intended for all of the metrics that are explicitly set by the application or are included in the application's `metrics.yaml` file (except events). The reported data is tied to the ping's *measurement window*, which is the time between the collection of two `metrics` ping. Ideally, this window is expected to be about 24 hours, given that the collection is scheduled daily at 4AM. Data in the `ping_info` section of the ping can be used to infer the length of this window.\n",
"git-commits": {
- "first": "657909f47c1a00b662a47cf875cffc37f9ece775",
- "last": "d9ead380839e04264666fcab1063cb05cfd08e13"
+ "first": "e9da1aaeffbc73f69161dd9e9486cac6a77df722",
+ "last": "e9da1aaeffbc73f69161dd9e9486cac6a77df722"
},
"include_client_id": true,
"notification_emails": [
"glean-team@mozilla.com"
],
- "reasons": {
- "overdue": "The last ping wasn't submitted on the current calendar day, but it's after\n4am, so this ping submitted immediately\n",
- "reschedule": "A ping was just submitted. This ping was rescheduled for the next calendar\nday at 4am.\n",
- "today": "The last ping wasn't submitted on the current calendar day, but it is\nstill before 4am, so schedule to send this ping on the current calendar\nday at 4am.\n",
- "tomorrow": "The last ping was already submitted on the current calendar day, so\nschedule this ping for the next calendar day at 4am.\n",
- "upgrade": "This ping was submitted at startup because the application was just\nupgraded.\n"
- },
+ "reasons": {},
"reflog-index": {
- "first": 1,
- "last": 0
+ "first": 13,
+ "last": 13
},
"send_if_empty": false
}
],
- "metrics": [],
+ "metrics": [
+ {
+ "name": "glean.core.migration.successful",
+ "description": "Reports `true` if the client was successfully migrated from the Android-specific implementation of the Glean SDK to the cross-platform one.",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.database.size",
+ "description": "The size of the database file at startup.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.preinit_tasks_overflow",
+ "description": "The number of tasks queued in the pre-initialization buffer.\nOnly sent if the buffer overflows.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.error.preinit_tasks_timeout",
+ "description": "Set to true if the tasks that are queued prior to Glean initialization time out.",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.upload.deleted_pings_after_quota_hit",
+ "description": "The number of pings deleted after the quota for the size of the pending pings directory or number of files is hit. Since quota is only calculated for the pending pings directory, and deletion request ping live in a different directory, deletion request pings are never deleted.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.upload.discarded_exceeding_pings_size",
+ "description": "The size of pings that exceeded the maximum ping size allowed for upload.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.upload.pending_pings",
+ "description": "The total number of pending pings at startup. This does not include deletion-request pings.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.upload.pending_pings_directory_size",
+ "description": "The size of the pending pings directory upon initialization of Glean. This does not include the size of the deletion request pings directory.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.upload.ping_upload_failure",
+ "description": "Counts the number of ping upload failures, by type of failure.\nThis includes failures for all ping types,\nthough the counts appear in the next successfully sent `metrics` ping.\n",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.validation.app_forceclosed_count",
+ "description": "This metric counts how many times a dirty bit was detected when starting the Glean SDK, on Android. This dirty bit is set to `true` when Android's lifecycle `ON_START` is hit and flipped back to false on `ON_STOP`. When an application is force-closed, it might not get the `ON_STOP` and so the value would stay `true`. The next time Glean starts, it will increment this counter.",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "glean.validation.baseline_ping_count",
+ "description": "The number of baseline pings sent during the lifetime of this metrics ping.",
+ "pings": [
+ "metrics"
+ ]
+ },
+ {
+ "name": "ping_reason",
+ "description": "The optional reason the ping was submitted.\nThe specific values for reason are specific to each ping, and are\ndocumented in the ping's pings.yaml file.\n",
+ "pings": [
+ "metrics"
+ ]
+ }
+ ],
"stable_table_name": "burnham.metrics"
}
diff -ur data/burnham/pings/space-ship-ready.json data.new/burnham/pings/space-ship-ready.json
--- data/burnham/pings/space-ship-ready.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/space-ship-ready.json 2020-12-03 15:32:20.000000000 -0500
@@ -51,9 +51,83 @@
"first": 0,
"last": 0
},
- "send_if_empty": false
+ "send_if_empty": false,
+ "name": "space-ship-ready"
+ }
+ ],
+ "metrics": [
+ {
+ "name": "test.name",
+ "description": "Name of the current test.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "test.run",
+ "description": "ID of the current test run.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
}
],
- "metrics": [],
"stable_table_name": "burnham.space_ship_ready"
}
diff -ur data/burnham/pings/starbase46.json data.new/burnham/pings/starbase46.json
--- data/burnham/pings/starbase46.json 2020-12-03 15:30:46.000000000 -0500
+++ data.new/burnham/pings/starbase46.json 2020-12-03 15:32:20.000000000 -0500
@@ -51,9 +51,83 @@
"first": 0,
"last": 0
},
- "send_if_empty": false
+ "send_if_empty": false,
+ "name": "starbase46"
+ }
+ ],
+ "metrics": [
+ {
+ "name": "test.name",
+ "description": "Name of the current test.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "test.run",
+ "description": "ID of the current test run.\n",
+ "pings": [
+ "space-ship-ready",
+ "discovery",
+ "starbase46",
+ "deletion-request"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n",
+ "pings": [
+ "discovery",
+ "starbase46",
+ "events",
+ "space-ship-ready",
+ "deletion-request",
+ "metrics",
+ "baseline"
+ ]
}
],
- "metrics": [],
"stable_table_name": "burnham.starbase46"
}
Only in data.new: data
diff -ur data/fenix/index.json data.new/fenix/index.json
--- data/fenix/index.json 2020-12-03 15:31:06.000000000 -0500
+++ data.new/fenix/index.json 2020-12-03 15:33:01.000000000 -0500
@@ -58,6 +58,26 @@
{
"name": "metrics",
"description": "The `metrics` ping is intended for all of the metrics that are explicitly\nset by the application or are included in the application's `metrics.yaml`\nfile (except events).\nThe reported data is tied to the ping's *measurement window*, which is the\ntime between the collection of two `metrics` ping. Ideally, this window is\nexpected to be about 24 hours, given that the collection is scheduled daily\nat 4AM. Data in the `ping_info` section of the ping can be used to infer the\nlength of this window.\n"
+ },
+ {
+ "name": "migration",
+ "description": "A ping sent after a Fennec->Fenix migration was completed.\n"
+ },
+ {
+ "name": "bookmarks-sync",
+ "description": "A ping sent for every bookmarks sync. It doesn't include the `client_id` because it reports a hashed version of the user's Firefox Account ID.\n"
+ },
+ {
+ "name": "history-sync",
+ "description": "A ping sent for every history sync. It doesn't include the `client_id` because it reports a hashed version of the user's Firefox Account ID.\n"
+ },
+ {
+ "name": "logins-sync",
+ "description": "A ping sent for every logins/passwords sync. It doesn't include the `client_id` because it reports a hashed version of the user's Firefox Account ID.\n"
+ },
+ {
+ "name": "sync",
+ "description": "A summary ping, sent every time a sync is performed. During each Sync one or more data types could be synchronized, depending on which data types user configured to sync. Alongside with 'sync' ping one or more individual data type specific pings will be sent. For example, if history and bookmarks data types are configured to be synchronized, the following pings will be sent: 'sync', 'history-sync' and 'bookmarks-sync'. Alternatively, if only history is configured to be synchronized then 'sync' and 'history-sync' pings will be sent. In case of a \"global failure\" where none of the data type syncs could even start, e.g. device is offline, only the 'sync' ping will be sent. This ping doesn't include the `client_id` because it reports a hashed version of the user's Firefox Account ID.\n"
}
],
"metrics": [
@@ -1196,6 +1216,990 @@
{
"name": "voice_search.tapped",
"description": "A user selected the voice search button on the search screen.\n"
+ },
+ {
+ "name": "logins_store.read_query_count",
+ "description": "The total number of read operations performed on the logins store. The count only includes operations triggered by the application, not e.g. incidental reads performed as part of a sync. It is intended to be used together with `read_query_error_count` to measure the overall error rate of read operations on the logins store.\n"
+ },
+ {
+ "name": "logins_store.read_query_error_count",
+ "description": "The total number of errors encountered during read operations on the logins store, labeled by type. It is intended to be used together with `read_query_count` to measure the overall error rate of read operations on the logins store.\n"
+ },
+ {
+ "name": "logins_store.read_query_time",
+ "description": "The time taken to execute a read query on the logins store (such as listing all logins, or finding a specific login by id).\n"
+ },
+ {
+ "name": "logins_store.unlock_count",
+ "description": "The number of times the login store was unlocked. It is intended to be used together with `unlock_error_count` to measure the overall error rate of unlocking the logins store.\n"
+ },
+ {
+ "name": "logins_store.unlock_error_count",
+ "description": "The number of errors encountered when unlocking the logins store, labeled by type. It is intended to be used together with `unlock_count` to measure the overall error rate of unlocking the logins store.\n"
+ },
+ {
+ "name": "logins_store.unlock_time",
+ "description": "The time taken to open the logins store on startup, or after locking it due to user inactivity.\n"
+ },
+ {
+ "name": "logins_store.write_query_count",
+ "description": "The total number of write operations performed on the logins store. The count only includes operations triggered by the application, not e.g. incidental writes performed as part of a sync. It is intended to be used together with `write_query_error_count` to measure the overall error rate of write operations on the logins store.\n"
+ },
+ {
+ "name": "logins_store.write_query_error_count",
+ "description": "The total number of errors encountered during write operations on the logins store, labeled by type. It is intended to be used together with `write_query_count` to measure the overall error rate of write operations on the logins store.\n"
+ },
+ {
+ "name": "logins_store.write_query_time",
+ "description": "The time taken to execute a write query on the logins store (such as adding, updating, or deleting a login record).\n"
+ },
+ {
+ "name": "avif.aom_decode_error",
+ "description": "Image-decode Error from AOM decoder\n"
+ },
+ {
+ "name": "avif.bit_depth",
+ "description": "Bits per pixel of AVIF image.\n"
+ },
+ {
+ "name": "avif.dav1d_decode_error",
+ "description": "Image-decode Error from dav1d decoder\n"
+ },
+ {
+ "name": "avif.decode_result",
+ "description": "Decode result of AVIF image.\n"
+ },
+ {
+ "name": "avif.decoder",
+ "description": "Decoder of AVIF image.\n"
+ },
+ {
+ "name": "avif.yuv_color_space",
+ "description": "YUV color space of AVIF image.\n"
+ },
+ {
+ "name": "geckoview.build_id",
+ "description": "The Buildid of the Gecko engine, example: 20200205124310\n"
+ },
+ {
+ "name": "geckoview.content_process_lifetime",
+ "description": "The uptime of content processes in ms\n"
+ },
+ {
+ "name": "geckoview.document_site_origins",
+ "description": "When a document is loaded, report the number of [site origins](https://searchfox.org/ mozilla-central/rev/ 3300072e993ae05d50d5c63d815260367eaf9179/ caps/nsIPrincipal.idl#264) of the entire browser if it has been at least 5 minutes since last time we collect this data.\n"
+ },
+ {
+ "name": "geckoview.page_load_progress_time",
+ "description": "Time between page load progress starts (0) and completion (100).\n"
+ },
+ {
+ "name": "geckoview.page_load_time",
+ "description": "The time taken to load a page. This includes all static contents, no dynamic content. Loading of about: pages is not counted. Back back navigation (sometimes via BFCache) is included which is a source of bimodality due to the <50ms load times.\n"
+ },
+ {
+ "name": "geckoview.page_reload_time",
+ "description": "Time taken to reload a page. This includes all static contents, no dynamic content. Loading of about: pages is not counted.\n"
+ },
+ {
+ "name": "geckoview.per_document_site_origins",
+ "description": "When a document is unloaded, report the highest number of [site origins](https://searchfox.org/ mozilla-central/rev/ 3300072e993ae05d50d5c63d815260367eaf9179/ caps/nsIPrincipal.idl#264) loaded simultaneously in that document.\n"
+ },
+ {
+ "name": "geckoview.startup_runtime",
+ "description": "The time taken to initialize GeckoRuntime.\n"
+ },
+ {
+ "name": "geckoview.version",
+ "description": "The version of the Gecko engine, example: 74.0a1\n"
+ },
+ {
+ "name": "gfx.adapter.primary.description",
+ "description": "Long form description of the Graphics adapter\n"
+ },
+ {
+ "name": "gfx.adapter.primary.device_id",
+ "description": "Graphics adapter device identification\n"
+ },
+ {
+ "name": "gfx.adapter.primary.device_id_last_seen",
+ "description": "Graphics adapter device identification last seen This is a temporary workaround for some early telemetry system issues. See Bug 1601091 for more information\n"
+ },
+ {
+ "name": "gfx.adapter.primary.driver_date",
+ "description": "Graphics adapter driver date\n"
+ },
+ {
+ "name": "gfx.adapter.primary.driver_files",
+ "description": "List of graphics adapter driver files\n"
+ },
+ {
+ "name": "gfx.adapter.primary.driver_vendor",
+ "description": "Graphics adapter driver vendor identification\n"
+ },
+ {
+ "name": "gfx.adapter.primary.driver_version",
+ "description": "Graphics adapter driver version\n"
+ },
+ {
+ "name": "gfx.adapter.primary.ram",
+ "description": "Graphics adapter dedicated memory\n"
+ },
+ {
+ "name": "gfx.adapter.primary.subsystem_id",
+ "description": "Graphics adapter subsystem identification\n"
+ },
+ {
+ "name": "gfx.adapter.primary.vendor_id",
+ "description": "Graphics adapter vendor identification\n"
+ },
+ {
+ "name": "gfx.checkerboard.duration",
+ "description": "The duration of a checkerboard event. Checkerboarding is when painting has not kept up with asynchronous panning and zooming so the compositor has to display a \"checkerboard pattern\" (or in practice, the background color) rather than the actual page content.\n"
+ },
+ {
+ "name": "gfx.checkerboard.peak_pixel_count",
+ "description": "The peak number of CSS pixels that checkerboarded during a checkerboard event. The minimum value of the largest histogram bucket is the size of a 4k display with maximum APZ zooming.\n"
+ },
+ {
+ "name": "gfx.checkerboard.potential_duration",
+ "description": "The total amount of time that we could reasonably be checkerboarding. This is the union of two possibly-intersecting sets of time periods: The first set is that in which checkerboarding was actually happening, since by definition it could potentially be happening. The second set is that in which the APZC is actively transforming content in the compositor, since it could potentially transform it so as to display checkerboarding to the user. Combined with other information, this allows us to meaningfully say how frequently users actually enncounters checkerboarding.\n"
+ },
+ {
+ "name": "gfx.checkerboard.severity",
+ "description": "An opaque measurement of the severity of a checkerboard event. This doesn't have units, it's just useful for comparing two checkerboard events to see which one is worse, for some implementation-specific definition of \"worse\". The larger the value, the worse the checkerboarding.\n"
+ },
+ {
+ "name": "gfx.composite_time",
+ "description": "The time taken to composite a frame. On non-webrender this is the time taken in `CompositorBridgeParent::CompositeToTarget()`. On webrender, this is the time taken from the start of `WebRenderBridgeParent::CompositeToTarget()`, until the render thread has rendered the frame (in `RenderThread::HandleFrameOneDoc()`).\n"
+ },
+ {
+ "name": "gfx.content.frame_time.from_paint",
+ "description": "The time, in percentage of a vsync interval, spent from beginning a paint in the content process until that frame is presented in the compositor.\n"
+ },
+ {
+ "name": "gfx.content.frame_time.from_vsync",
+ "description": "The time, in percentage of a vsync interval, spent from the vsync that started a paint in the content process until that frame is presented in the compositor.\n"
+ },
+ {
+ "name": "gfx.content.frame_time.reason",
+ "description": "The reason that `gfx.content.frame_time.from_paint` recorded a slow (>200ms) result, if any.\n"
+ },
+ {
+ "name": "gfx.content.frame_time.with_svg",
+ "description": "The time, in percentage of a vsync interval, spent from beginning a paint in the content process until that frame is presented in the compositor, for frames that contained an SVG to be drawn by webrender.\n"
+ },
+ {
+ "name": "gfx.content.frame_time.without_resource_upload",
+ "description": "The time, in percentage of a vsync interval, spent from beginning a paint in the content process until that frame is presented in the compositor by webrender, excluding time spent uploading resources.\n"
+ },
+ {
+ "name": "gfx.content.frame_time.without_upload",
+ "description": "The time, in percentage of a vsync interval, spent from beginning a paint in the content process until that frame is presented in the compositor by webrender, excluding time spent uploading any content.\n"
+ },
+ {
+ "name": "gfx.content.full_paint_time",
+ "description": "Time spent in the full paint pipeline for content until it's ready for composition. For non-webrender this includes `paint_time`, plus rasterization if OMTP is enabled. For webrender, this includes `paint_time`, plus scene building time.\n"
+ },
+ {
+ "name": "gfx.content.paint_time",
+ "description": "Time spent in the main-thread paint pipeline for content. For non-webrender, this includes display list building, layer building, and when OMTP is disabled, rasterization. For webrender, this includes display list building, and webrender display list building.\n"
+ },
+ {
+ "name": "gfx.display.count",
+ "description": "Amount of displays connected to the device\n"
+ },
+ {
+ "name": "gfx.display.primary_height",
+ "description": "Height of the primary display, takes device rotation into account.\n"
+ },
+ {
+ "name": "gfx.display.primary_width",
+ "description": "Width of the primary display, takes device rotation into account.\n"
+ },
+ {
+ "name": "gfx.scroll_present_latency",
+ "description": "Time between receiving a scroll event on the event loop and compositing its result onto the screen (ms).\n"
+ },
+ {
+ "name": "gfx.status.compositor",
+ "description": "Name of the graphics compositor in use. Possible values are \"opengl, d3d11, client, webrender or basic\"\n"
+ },
+ {
+ "name": "gfx.status.compositor_last_seen",
+ "description": "Name of the graphics compositor last seen in use. Possible values are \"opengl, d3d11, client, webrender or basic\" This is a temporary workaround for some early telemetry system issues. See Bug 1601091 for more information\n"
+ },
+ {
+ "name": "gfx.status.framebuild_time",
+ "description": "The time taken to build a webrender frame. This involves calculating the visibility of primitives, requesting resources, and building the render passes which will be used to render the frame.\n"
+ },
+ {
+ "name": "gfx.status.headless",
+ "description": "Boolean indicated whether graphics is running in headless (no display) mode\n"
+ },
+ {
+ "name": "gfx.status.sceneswap_time",
+ "description": "The time taken to do a webrender scene swap. This is book-keeping that APZ must perform once webrender has built a new scene.\n"
+ },
+ {
+ "name": "gfx.webrender.framebuild_time",
+ "description": "The time taken to build a webrender frame. This involves calculating the visibility of primitives, requesting resources, and building the render passes which will be used to render the frame.\n"
+ },
+ {
+ "name": "gfx.webrender.render_time",
+ "description": "The time taken to build a webrender frame. This involves calculating the visibility of primitives, requesting resources, and building the render passes which will be used to render the frame.\n"
+ },
+ {
+ "name": "gfx.webrender.scenebuild_time",
+ "description": "The time taken to build a webrender scene. This occurs each time webrender receives a new display list. This additionally includes blob rasterization time.\n"
+ },
+ {
+ "name": "gfx.webrender.sceneswap_time",
+ "description": "The time taken to do a webrender scene swap. This is book-keeping that APZ must perform once webrender has built a new scene.\n"
+ },
+ {
+ "name": "javascript.gc.compact_time",
+ "description": "The time spent in the compact phase.\n"
+ },
+ {
+ "name": "javascript.gc.mark_roots_time",
+ "description": "The time spent marking GC roots.\n"
+ },
+ {
+ "name": "javascript.gc.mark_time",
+ "description": "The time spent in the mark phase.\n"
+ },
+ {
+ "name": "javascript.gc.minor_time",
+ "description": "The time taked by a minor (nursery) collection.\n"
+ },
+ {
+ "name": "javascript.gc.prepare_time",
+ "description": "The time spent in the preparation phase.\n"
+ },
+ {
+ "name": "javascript.gc.slice_time",
+ "description": "The time spent running a GC slice.\n"
+ },
+ {
+ "name": "javascript.gc.sweep_time",
+ "description": "The time spent in the sweep phase.\n"
+ },
+ {
+ "name": "javascript.gc.total_time",
+ "description": "The total time taken by a major collection.\n"
+ },
+ {
+ "name": "js.baseline_compile_percentage",
+ "description": "Percentage of execution time spent during Baseline compilation for JS scripts up until the page load event fires.\n"
+ },
+ {
+ "name": "js.bytecode_caching_time",
+ "description": "Time spent caching JS bytecode for scripts executed during a page load.\n"
+ },
+ {
+ "name": "js.delazification_percentage",
+ "description": "Percentage of execution time spent during delazification for JS scripts up until the page load event fires.\n"
+ },
+ {
+ "name": "js.execution_percentage",
+ "description": "Percentage of page load time spent executing Javascript.\n"
+ },
+ {
+ "name": "js.xdr_encode_percentage",
+ "description": "Percentage of execution time spent during XDR encoding for JS scripts up until the page load event fires.\n"
+ },
+ {
+ "name": "media.audio.backend",
+ "description": "The operating system audio backend\n"
+ },
+ {
+ "name": "media.audio.init_failure",
+ "description": "Failure occurs when initializing the audio stream.\n"
+ },
+ {
+ "name": "media.audio_init_failure",
+ "description": "Failure occurs when initializing the audio stream.\n"
+ },
+ {
+ "name": "network.cache_hit_time",
+ "description": "Time to open existing cache entry file.\n"
+ },
+ {
+ "name": "network.dns_end",
+ "description": "In the HTTP page channel, time from the DNS request being issued to the response.\n"
+ },
+ {
+ "name": "network.dns_start",
+ "description": "In the HTTP page channel, time from connection open to the DNS request being issued.\n"
+ },
+ {
+ "name": "network.first_from_cache",
+ "description": "In the HTTP page channel, time from connection open to cache read start.\n"
+ },
+ {
+ "name": "network.font_download_end",
+ "description": "Time after navigationStart that all webfont downloads are completed.\n"
+ },
+ {
+ "name": "network.tcp_connection",
+ "description": "In the HTTP page channel, time from the TCP SYN packet is received to the connection is established and ready for HTTP.\n"
+ },
+ {
+ "name": "network.tls_handshake",
+ "description": "In the HTTP page channel, time from after the TCP SYN packet is received to the secure connection is established and ready for HTTP.\n"
+ },
+ {
+ "name": "performance.interaction.keypress_present_latency",
+ "description": "Time between receiving a keypress event in the event loop and compositing its result onto the screen.\n"
+ },
+ {
+ "name": "performance.interaction.tab_switch_composite",
+ "description": "Time between tab selection and first composite of the tab content onto the screen.\n"
+ },
+ {
+ "name": "performance.page.non_blank_paint",
+ "description": "The time between navigationStart and the first non-blank paint of a foreground root content document, in milliseconds. This only records documents that were in an active docshell throughout the whole time between navigation start and non-blank paint. The non-blank paint timestamp is taken during display list building and does not include rasterization or compositing of that paint.\n"
+ },
+ {
+ "name": "performance.page.total_content_page_load",
+ "description": "Time to load all of a page's resources and render.\n"
+ },
+ {
+ "name": "performance.pageload.dcl",
+ "description": "Time in milliseconds from navigationStart to domContentLoaded for the foreground http or https root content document.\n"
+ },
+ {
+ "name": "performance.pageload.dcl_responsestart",
+ "description": "Time in milliseconds from responseStart to domContentLoaded for the foreground http or https root content document.\n"
+ },
+ {
+ "name": "performance.pageload.fcp",
+ "description": "The time between navigationStart and the first contentful paint of a foreground http or https root content document, in milliseconds. The contentful paint timestamp is taken during display list building and does not include rasterization or compositing of that paint.\n"
+ },
+ {
+ "name": "performance.pageload.fcp_responsestart",
+ "description": "The time between responseStart and the first contentful paint of a foreground http or https root content document, in milliseconds. The contentful paint timestamp is taken during display list building and does not include rasterization or compositing of that paint.\n"
+ },
+ {
+ "name": "performance.pageload.load_time",
+ "description": "Time in milliseconds from navigationStart to loadEventStart for the foreground http or https root content document.\n"
+ },
+ {
+ "name": "performance.pageload.load_time_responsestart",
+ "description": "Time in milliseconds from responseStart to loadEventStart for the foreground http or https root content document.\n"
+ },
+ {
+ "name": "performance.pageload.req_anim_frame_callback",
+ "description": "Time spent in milliseconds calling all request animation frame callbacks for a document before it has reached readystate complete.\n"
+ },
+ {
+ "name": "performance.responsiveness.req_anim_frame_callback",
+ "description": "Time spent in milliseconds calling all request animation frame callbacks for a document after it has reached readystate complete.\n"
+ },
+ {
+ "name": "performance.time.dom_complete",
+ "description": "Time from navigationStart to domComplete as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.dom_content_loaded_end",
+ "description": "Time from navigationStart to domContentLoadedEventEnd as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.dom_content_loaded_start",
+ "description": "Time from navigationStart to domContentLoadedEventStart as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.dom_interactive",
+ "description": "Time from navigationStart to domInteractive as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.load_event_end",
+ "description": "Time from navigationStart to loadEventEnd as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.load_event_end_no_preload",
+ "description": "Time from navigationStart to [`loadEventEnd`](https://www.w3.org/TR/ navigation-timing/#dom-performancetiming-loadend) as per the W3C Performance Timing API. This is only submitted on when the document would not preload a resource.\n"
+ },
+ {
+ "name": "performance.time.load_event_end_preload",
+ "description": "Time from navigationStart to [`loadEventEnd`](https://www.w3.org/TR/ navigation-timing/#dom-performancetiming-loadend) as per the W3C Performance Timing API. This is only submitted on when the document would preload a resource (i.e., if it encounters a `<link>` element or a `Link` header with `rel=\"preload\"`), even if the `network.preload` pref is disabled.\n"
+ },
+ {
+ "name": "performance.time.load_event_start",
+ "description": "Time from navigationStart to loadEventStart as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "performance.time.load_event_start_no_preload",
+ "description": "Time from navigationStart to [`loadEventStart`](https://www.w3.org/TR/ navigation-timing/#dom-performancetiming-loadstart) as per the W3C Performance Timing API. This is only submitted on when the document would not preload a resource.\n"
+ },
+ {
+ "name": "performance.time.load_event_start_preload",
+ "description": "Time from navigationStart to [`loadEventStart`](https://www.w3.org/TR/ navigation-timing/#dom-performancetiming-loadstart) as per the W3C Performance Timing API. This is only submitted on when the document would preload a resource (i.e., if it encounters a `<link>` element or a `Link` header with `rel=\"preload\"`), even if the `network.preload` pref is disabled.\n"
+ },
+ {
+ "name": "performance.time.response_start",
+ "description": "Time from navigationStart to responseStart as per the W3C Performance Timing API.\n"
+ },
+ {
+ "name": "crash_metrics.crash_count",
+ "description": "Counts the number of crashes that occur in the application. This measures only the counts of each crash in association with the labeled type of the crash. The labels correspond to the types of crashes handled by lib-crash.\nDeprecated: `native_code_crash` replaced by `fatal_native_code_crash` and `nonfatal_native_code_crash`\n"
+ },
+ {
+ "name": "places_manager.read_query_count",
+ "description": "The total number of read operations performed on the places store. The count only includes operations triggered by the application, not e.g. incidental reads performed as part of a sync. It is intended to be used together with `read_query_error_count` to measure the overall error rate of read operations on the places store.\n"
+ },
+ {
+ "name": "places_manager.read_query_error_count",
+ "description": "The total number of errors encountered during read operations on the places store, labeled by type. It is intended to be used together with `read_query_count` to measure the overall error rate of read operations on the places store.\n"
+ },
+ {
+ "name": "places_manager.read_query_time",
+ "description": "The time taken to execute a read query on the places store.\n"
+ },
+ {
+ "name": "places_manager.scan_query_time",
+ "description": "The time taken to execute a scan query on the places store. This metric is for queries that we expect to be costly e.g. getBookmarksTree(guid, recursive=True).\n"
+ },
+ {
+ "name": "places_manager.write_query_count",
+ "description": "The total number of write operations performed on the places store. The count only includes operations triggered by the application, not e.g. incidental writes performed as part of a sync. It is intended to be used together with `write_query_error_count` to measure the overall error rate of write operations on the places store.\n"
+ },
+ {
+ "name": "places_manager.write_query_error_count",
+ "description": "The total number of errors encountered during write operations on the places store, labeled by type. It is intended to be used together with `write_query_count` to measure the overall error rate of write operations on the places store.\n"
+ },
+ {
+ "name": "places_manager.write_query_time",
+ "description": "The time taken to execute a write query on the places store.\n"
+ },
+ {
+ "name": "android_sdk_version",
+ "description": "The optional Android specific SDK version of the software running on this\nhardware device.\n"
+ },
+ {
+ "name": "app_build",
+ "description": "The build identifier generated by the CI system (e.g. \"1234/A\").\nFor language bindings that provide automatic detection for this value,\n(e.g. Android/Kotlin), in the unlikely event that the build identifier\ncan not be retrieved from the OS, it is set to \"inaccessible\". For other\nlanguage bindings, if the value was not provided through configuration,\nthis metric gets set to `Unknown`.\n"
+ },
+ {
+ "name": "app_channel",
+ "description": "The channel the application is being distributed on.\n"
+ },
+ {
+ "name": "app_display_version",
+ "description": "The user visible version string (e.g. \"1.0.3\").\n\nIn the unlikely event that the display version can not be retrieved,\nit is set to \"inaccessible\".\n"
+ },
+ {
+ "name": "architecture",
+ "description": "The architecture of the device, (e.g. \"arm\", \"x86\").\n"
+ },
+ {
+ "name": "client_id",
+ "description": "A UUID uniquely identifying the client."
+ },
+ {
+ "name": "device_manufacturer",
+ "description": "The manufacturer of the device the application is running on.\nNot set if the device manufacturer can't be determined (e.g. on Desktop).\n"
+ },
+ {
+ "name": "device_model",
+ "description": "The model of the device the application is running on.\nOn Android, this is Build.MODEL, the user-visible marketing name,\nlike \"Pixel 2 XL\".\nNot set if the device model can't be determined (e.g. on Desktop).\n"
+ },
+ {
+ "name": "end_time",
+ "description": "The time of the end of collection of the data in the ping,\nin local time and with minute precision, including timezone information.\nThis is also the time this ping was generated\nand is likely well before ping transmission time.\n"
+ },
+ {
+ "name": "experiments",
+ "description": "Optional. A dictionary of active experiments.\n"
+ },
+ {
+ "name": "first_run_date",
+ "description": "The date of the first run of the application.\n"
+ },
+ {
+ "name": "glean.baseline.duration",
+ "description": "The duration of the last foreground session.\n"
+ },
+ {
+ "name": "glean.baseline.locale",
+ "description": "The locale of the application during initialization (e.g. \"es-ES\").\nIf the locale can't be determined on the system, the value is\n[\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers),\nto indicate \"undetermined\".\n"
+ },
+ {
+ "name": "glean.core.migration.successful",
+ "description": "Reports `true` if the client was successfully migrated from the Android-specific implementation of the Glean SDK to the cross-platform one."
+ },
+ {
+ "name": "glean.database.size",
+ "description": "The size of the database file at startup.\n"
+ },
+ {
+ "name": "glean.error.invalid_label",
+ "description": "Counts the number of times a metric was set with an invalid label.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_overflow",
+ "description": "Counts the number of times a metric was set a value that overflowed.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_state",
+ "description": "Counts the number of times a timing metric was used incorrectly.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.invalid_value",
+ "description": "Counts the number of times a metric was set to an invalid value.\nThe labels are the `category.name` identifier of the metric.\n"
+ },
+ {
+ "name": "glean.error.preinit_tasks_overflow",
+ "description": "The number of tasks queued in the pre-initialization buffer.\nOnly sent if the buffer overflows.\n"
+ },
+ {
+ "name": "glean.error.preinit_tasks_timeout",
+ "description": "Set to true if the tasks that are queued prior to Glean initialization time out."
+ },
+ {
+ "name": "glean.upload.deleted_pings_after_quota_hit",
+ "description": "The number of pings deleted after the quota for the size of the pending pings directory or number of files is hit. Since quota is only calculated for the pending pings directory, and deletion request ping live in a different directory, deletion request pings are never deleted.\n"
+ },
+ {
+ "name": "glean.upload.discarded_exceeding_pings_size",
+ "description": "The size of pings that exceeded the maximum ping size allowed for upload.\n"
+ },
+ {
+ "name": "glean.upload.pending_pings",
+ "description": "The total number of pending pings at startup. This does not include deletion-request pings.\n"
+ },
+ {
+ "name": "glean.upload.pending_pings_directory_size",
+ "description": "The size of the pending pings directory upon initialization of Glean. This does not include the size of the deletion request pings directory.\n"
+ },
+ {
+ "name": "glean.upload.ping_upload_failure",
+ "description": "Counts the number of ping upload failures, by type of failure.\nThis includes failures for all ping types,\nthough the counts appear in the next successfully sent `metrics` ping.\n"
+ },
+ {
+ "name": "glean.validation.app_forceclosed_count",
+ "description": "This metric counts how many times a dirty bit was detected when starting the Glean SDK, on Android. This dirty bit is set to `true` when Android's lifecycle `ON_START` is hit and flipped back to false on `ON_STOP`. When an application is force-closed, it might not get the `ON_STOP` and so the value would stay `true`. The next time Glean starts, it will increment this counter."
+ },
+ {
+ "name": "glean.validation.baseline_ping_count",
+ "description": "The number of baseline pings sent during the lifetime of this metrics ping."
+ },
+ {
+ "name": "glean.validation.metrics_ping_count",
+ "description": "The number of metrics pings sent during the lifetime of this baseline ping."
+ },
+ {
+ "name": "locale",
+ "description": "The locale of the application during initialization (e.g. \"es-ES\").\nIf the locale can't be determined on the system, the value is\n[\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers),\nto indicate \"undetermined\".\n"
+ },
+ {
+ "name": "os",
+ "description": "The name of the operating system.\nPossible values:\nAndroid, iOS, Linux, Darwin, Windows,\nFreeBSD, NetBSD, OpenBSD, Solaris, unknown\n"
+ },
+ {
+ "name": "os_version",
+ "description": "The user-visible version of the operating system (e.g. \"1.2.3\"). If the\nversion detection fails, this metric gets set to `Unknown`.\n"
+ },
+ {
+ "name": "ping_reason",
+ "description": "The optional reason the ping was submitted.\nThe specific values for reason are specific to each ping, and are\ndocumented in the ping's pings.yaml file.\n"
+ },
+ {
+ "name": "reason",
+ "description": "The optional reason the ping was submitted.\nThe specific values for reason are specific to each ping, and are\ndocumented in the ping's pings.yaml file.\n"
+ },
+ {
+ "name": "seq",
+ "description": "A running counter of the number of times pings of this type have been sent\n"
+ },
+ {
+ "name": "start_time",
+ "description": "The time of the start of collection of the data in the ping,\nin local time and with minute precision, including timezone information.\n"
+ },
+ {
+ "name": "migration.addons.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.addons.failed_addons",
+ "description": "How many addons failed to migrate?\n"
+ },
+ {
+ "name": "migration.addons.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.addons.migrated_addons",
+ "description": "How many addons were migrated?\n"
+ },
+ {
+ "name": "migration.addons.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.addons.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.bookmarks.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.bookmarks.detected",
+ "description": "Total number of detected bookmarks prior to a migration.\n"
+ },
+ {
+ "name": "migration.bookmarks.duration",
+ "description": "Duration of the bookmarks migration (Rust operations).\n"
+ },
+ {
+ "name": "migration.bookmarks.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.bookmarks.migrated",
+ "description": "Counters describing how bookmark migration went; should add-up to 'migration.bookmarks.detected'.\n"
+ },
+ {
+ "name": "migration.bookmarks.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.bookmarks.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.fxa.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.fxa.bad_auth_state",
+ "description": "If we couldn't migrate due to a bad auth state, what was it?\n"
+ },
+ {
+ "name": "migration.fxa.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.fxa.failure_reason_rust",
+ "description": "Why this migration failed (rust exception).\n"
+ },
+ {
+ "name": "migration.fxa.has_custom_idp_server",
+ "description": "Is custom idp server configured?\n"
+ },
+ {
+ "name": "migration.fxa.has_custom_token_server",
+ "description": "Is custom token server configured?\n"
+ },
+ {
+ "name": "migration.fxa.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.fxa.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.fxa.unsupported_account_version",
+ "description": "What is the detected unsupported account version?\n"
+ },
+ {
+ "name": "migration.fxa.unsupported_pickle_version",
+ "description": "What is the detected unsupported pickle version?\n"
+ },
+ {
+ "name": "migration.fxa.unsupported_state_version",
+ "description": "What is the detected unsupported state version?\n"
+ },
+ {
+ "name": "migration.gecko.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.gecko.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.gecko.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.gecko.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.history.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.history.detected",
+ "description": "Total number of detected history items prior to a migration.\n"
+ },
+ {
+ "name": "migration.history.duration",
+ "description": "Duration of the history migration (Rust operations).\n"
+ },
+ {
+ "name": "migration.history.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.history.migrated",
+ "description": "Counters describing how history migration went; should add-up to 'migration.history.detected'.\n"
+ },
+ {
+ "name": "migration.history.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.history.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.logins.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.logins.detected",
+ "description": "How many logins were detected?\n"
+ },
+ {
+ "name": "migration.logins.failure_counts",
+ "description": "How many logins failed to be migrated, and in which ways?\n"
+ },
+ {
+ "name": "migration.logins.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.logins.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.logins.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.logins.unsupported_db_version",
+ "description": "If we couldn't migrate due to an unsupported db version, what was it?\n"
+ },
+ {
+ "name": "migration.migration_versions",
+ "description": "Versions of the migrations which were executed.\n"
+ },
+ {
+ "name": "migration.open_tabs.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.open_tabs.detected",
+ "description": "Number of detected open tabs.\n"
+ },
+ {
+ "name": "migration.open_tabs.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.open_tabs.migrated",
+ "description": "Number of migrated open tabs.\n"
+ },
+ {
+ "name": "migration.open_tabs.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.open_tabs.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.pinned_sites.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.pinned_sites.detected_pinned_sites",
+ "description": "How many pinned sites were detected?\n"
+ },
+ {
+ "name": "migration.pinned_sites.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.pinned_sites.migrated_pinned_sites",
+ "description": "How many pinned sites were migrated?\n"
+ },
+ {
+ "name": "migration.pinned_sites.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.pinned_sites.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.search.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.search.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.search.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.search.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.settings.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.settings.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.settings.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.settings.telemetry_enabled",
+ "description": "Is telemetry enabled after this migration?\n"
+ },
+ {
+ "name": "migration.settings.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.any_failures",
+ "description": "Did this migration encounter any failures (exceptions)?\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.failure_reason",
+ "description": "Why this migration failed. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.fennec_client_id",
+ "description": "Records clientID of the migrated Fennec profile.\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.fennec_profile_creation_date",
+ "description": "Records when the migrated Fennec profile was created.\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.success_reason",
+ "description": "Why this migration succeeded. See codes in TelemetryHelpers.kt\n"
+ },
+ {
+ "name": "migration.telemetry_identifiers.total_duration",
+ "description": "Total duration of this migration.\n"
+ },
+ {
+ "name": "bookmarks_sync.failure_reason",
+ "description": "Records bookmark sync failure reasons.\n"
+ },
+ {
+ "name": "bookmarks_sync.finished_at",
+ "description": "Records when the bookmark sync finished.\n"
+ },
+ {
+ "name": "bookmarks_sync.incoming",
+ "description": "Records incoming bookmark record counts.\n"
+ },
+ {
+ "name": "bookmarks_sync.outgoing",
+ "description": "Records outgoing bookmark record counts.\n"
+ },
+ {
+ "name": "bookmarks_sync.outgoing_batches",
+ "description": "Records the number of batches needed to upload all outgoing records.\n"
+ },
+ {
+ "name": "bookmarks_sync.remote_tree_problems",
+ "description": "Records counts for structure problems and divergences in the remote bookmarks tree. These are documented in https://github.com/mozilla/dogear/blob/fbade15f2a4f11215e30b8f428a0a8df3defeaec/src/tree.rs#L1273-L1294.\n"
+ },
+ {
+ "name": "bookmarks_sync.started_at",
+ "description": "Records when the bookmark sync started.\n"
+ },
+ {
+ "name": "bookmarks_sync.uid",
+ "description": "The user's hashed Firefox Account ID.\n"
+ },
+ {
+ "name": "fxa_tab.received",
+ "description": "Recorded when a tab is received. Also sent by desktop - see also the docs at https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/data/sync-ping.html\n"
+ },
+ {
+ "name": "fxa_tab.sent",
+ "description": "Recorded when a tab is sent. Also sent by desktop - see also the docs at https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/data/sync-ping.html\n"
+ },
+ {
+ "name": "history_sync.failure_reason",
+ "description": "Records why the history sync failed: either due to an authentication error, unexpected exception, or other error. The error strings are truncated and sanitized to omit PII, like URLs and file system paths.\n"
+ },
+ {
+ "name": "history_sync.finished_at",
+ "description": "Records when the history sync finished. This includes the time to download, apply, and upload all records.\n"
+ },
+ {
+ "name": "history_sync.incoming",
+ "description": "Records incoming history record counts. `applied` is the number of incoming history pages that were successfully stored or updated in the local database. `failed_to_apply` is the number of pages that were ignored due to errors. `reconciled` is the number of pages with new visits locally and remotely, and had their visits merged.\n"
+ },
+ {
+ "name": "history_sync.outgoing",
+ "description": "Records outgoing history record counts. `uploaded` is the number of records that were successfully sent to the server. `failed_to_upload` is the number of records that weren't uploaded, and will be retried on the next sync.\n"
+ },
+ {
+ "name": "history_sync.outgoing_batches",
+ "description": "Records the number of batches needed to upload all outgoing records. The Sync server has a hard limit on the number of records (and request body bytes) on the number of records that can fit into a single batch, and large syncs may require multiple batches.\n"
+ },
+ {
+ "name": "history_sync.started_at",
+ "description": "Records when the history sync started.\n"
+ },
+ {
+ "name": "history_sync.uid",
+ "description": "The user's hashed Firefox Account ID.\n"
+ },
+ {
+ "name": "logins_sync.failure_reason",
+ "description": "Records why the passwords sync failed: either due to an authentication error, unexpected exception, or other error. The error strings are truncated and sanitized to omit PII, like usernames and passwords.\n"
+ },
+ {
+ "name": "logins_sync.finished_at",
+ "description": "Records when the passwords sync finished. This includes the time to download, apply, and upload all records.\n"
+ },
+ {
+ "name": "logins_sync.incoming",
+ "description": "Records incoming passwords record counts. `applied` is the number of incoming passwords entries that were successfully stored or updated in the local database. `failed_to_apply` is the number of entries that were ignored due to errors. `reconciled` is the number of entries with changes both locally and remotely that were merged.\n"
+ },
+ {
+ "name": "logins_sync.outgoing",
+ "description": "Records outgoing passwords record counts. `uploaded` is the number of records that were successfully sent to the server. `failed_to_upload` is the number of records that weren't uploaded, and will be retried on the next sync.\n"
+ },
+ {
+ "name": "logins_sync.outgoing_batches",
+ "description": "Records the number of batches needed to upload all outgoing records. The Sync server has a hard limit on the number of records (and request body bytes) on the number of records that can fit into a single batch, and large syncs may require multiple batches.\n"
+ },
+ {
+ "name": "logins_sync.started_at",
+ "description": "Records when the passwords sync started.\n"
+ },
+ {
+ "name": "logins_sync.uid",
+ "description": "The user's hashed Firefox Account ID.\n"
+ },
+ {
+ "name": "sync.failure_reason",
+ "description": "Records a global sync failure: either due to an authentication error, unexpected exception, or other error that caused the sync to fail. Error strings are truncated and sanitized to omit PII, like URLs and file system paths.\n"
+ },
+ {
+ "name": "sync.sync_uuid",
+ "description": "Unique identifier for this sync, used to correlate together individual pings for data types that were synchronized together (history, bookmarks, logins). If a data type is synchronized by itself via the legacy 'sync' API (as opposed to the Sync Manager), then this field will not be set on the corresponding ping.\n"
}
]
}
diff -ur data/fenix/metrics/about_page.libraries_tapped.json data.new/fenix/metrics/about_page.libraries_tapped.json
--- data/fenix/metrics/about_page.libraries_tapped.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/about_page.libraries_tapped.json 2020-12-03 15:32:58.000000000 -0500
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "about_page.libraries_tapped"
}
]
}
diff -ur data/fenix/metrics/about_page.licensing_tapped.json data.new/fenix/metrics/about_page.licensing_tapped.json
--- data/fenix/metrics/about_page.licensing_tapped.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/about_page.licensing_tapped.json 2020-12-03 15:32:52.000000000 -0500
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "about_page.licensing_tapped"
}
]
}
diff -ur data/fenix/metrics/about_page.privacy_notice_tapped.json data.new/fenix/metrics/about_page.privacy_notice_tapped.json
--- data/fenix/metrics/about_page.privacy_notice_tapped.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/about_page.privacy_notice_tapped.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on \"Privacy notice\" item from About page\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/6834"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8047"
+ "https://github.com/mozilla-mobile/fenix/pull/8047",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-02-03 18:28:56",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on \"Privacy notice\" item from About page\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2026c60136df18626aa3e45c6a1d84fc112fa479",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 90,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "about_page.privacy_notice_tapped"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/6834"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8047",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8047"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-02-03 18:28:56",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped on \"Privacy notice\" item from About page\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "2026c60136df18626aa3e45c6a1d84fc112fa479",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 90,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/about_page.rights_tapped.json data.new/fenix/metrics/about_page.rights_tapped.json
--- data/fenix/metrics/about_page.rights_tapped.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/about_page.rights_tapped.json 2020-12-03 15:32:49.000000000 -0500
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "about_page.rights_tapped"
}
]
}
diff -ur data/fenix/metrics/about_page.support_tapped.json data.new/fenix/metrics/about_page.support_tapped.json
--- data/fenix/metrics/about_page.support_tapped.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/about_page.support_tapped.json 2020-12-03 15:32:51.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on \"Support\" item from About page\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/6834"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8047"
+ "https://github.com/mozilla-mobile/fenix/pull/8047",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-02-03 18:28:56",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on \"Support\" item from About page\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2026c60136df18626aa3e45c6a1d84fc112fa479",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 90,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "about_page.support_tapped"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/6834"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8047",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8047"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-02-03 18:28:56",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped on \"Support\" item from About page\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "2026c60136df18626aa3e45c6a1d84fc112fa479",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 90,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/activation.activation_id.json data.new/fenix/metrics/activation.activation_id.json
--- data/fenix/metrics/activation.activation_id.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/activation.activation_id.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "An alternate identifier, not correlated with the client_id, generated once\nand only sent with the activation ping.\n",
"disabled": false,
@@ -23,12 +23,12 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "user",
"no_lint": [
- "CATEGORY_GENERIC",
- "USER_LIFETIME_EXPIRATION"
+ "USER_LIFETIME_EXPIRATION",
+ "CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
@@ -50,37 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1538011
+ "https://bugzilla.mozilla.org/1538011"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
+ "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "highly_sensitive"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping.\n",
+ "description": "An alternate identifier, not correlated with the client_id, generated once\nand only sent with the activation ping.\n",
"disabled": false,
- "expires": "2019-10-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "user",
- "no_lint": [],
+ "no_lint": [
+ "USER_LIFETIME_EXPIRATION",
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"activation"
],
"type": "uuid",
- "version": 0
+ "version": 0,
+ "name": "activation.activation_id"
},
{
"_config": {
@@ -94,25 +102,28 @@
"https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-08-25 15:39:42"
},
- "description": "An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping.\n",
+ "description": "An alternate identifier, not correlated with the client_id, generated once\nand only sent with the activation ping.\n",
"disabled": false,
- "expires": "2019-10-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "user",
- "no_lint": [],
+ "no_lint": [
+ "USER_LIFETIME_EXPIRATION",
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 69
+ "first": 67,
+ "last": 31
},
"send_in_pings": [
"activation"
@@ -132,28 +143,25 @@
"https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2020-04-24 22:47:48"
},
- "description": "An alternate identifier, not correlated with the client_id, generated once\nand only sent with the activation ping.\n",
+ "description": "An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2019-10-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "user",
- "no_lint": [
- "CATEGORY_GENERIC",
- "USER_LIFETIME_EXPIRATION"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 31
+ "first": 116,
+ "last": 69
},
"send_in_pings": [
"activation"
@@ -167,38 +175,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://bugzilla.mozilla.org/1538011"
+ 1538011
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "highly_sensitive"
+ "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
- "description": "An alternate identifier, not correlated with the client_id, generated once\nand only sent with the activation ping.\n",
+ "description": "An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2019-10-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "user",
- "no_lint": [
- "CATEGORY_GENERIC",
- "USER_LIFETIME_EXPIRATION"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"activation"
diff -ur data/fenix/metrics/activation.identifier.json data.new/fenix/metrics/activation.identifier.json
--- data/fenix/metrics/activation.identifier.json 2020-12-03 15:30:57.000000000 -0500
+++ data.new/fenix/metrics/activation.identifier.json 2020-12-03 15:32:43.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A hashed and salted version of the Google Advertising ID from the device.\nThis will never be sent in a ping that also contains the client_id.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1538011,
- 1501822
+ "https://bugzilla.mozilla.org/1538011",
+ "https://bugzilla.mozilla.org/1501822"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
+ "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "highly_sensitive"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-07-02 15:41:20"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "An hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id.\n",
+ "description": "A hashed and salted version of the Google Advertising ID from the device.\nThis will never be sent in a ping that also contains the client_id.\n",
"disabled": false,
- "expires": "2019-10-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "dbe29ebbdabe8fa44275691700841836d002aecc"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 145
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"activation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "activation.identifier"
},
{
"_config": {
@@ -89,32 +96,34 @@
"do_not_disable_expired": true
},
"bugs": [
- 1538011,
- 1501822
+ "https://bugzilla.mozilla.org/1538011",
+ "https://bugzilla.mozilla.org/1501822"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-08-25 15:39:42"
},
- "description": "A hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id.\n",
+ "description": "A hashed and salted version of the Google Advertising ID from the device.\nThis will never be sent in a ping that also contains the client_id.\n",
"disabled": false,
- "expires": "2019-10-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 67,
+ "last": 31
},
"send_in_pings": [
"activation"
@@ -167,34 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://bugzilla.mozilla.org/1538011",
- "https://bugzilla.mozilla.org/1501822"
+ 1538011,
+ 1501822
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A hashed and salted version of the Google Advertising ID from the device.\nThis will never be sent in a ping that also contains the client_id.\n",
+ "description": "A hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2019-10-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 31
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"activation"
@@ -208,38 +215,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://bugzilla.mozilla.org/1538011",
- "https://bugzilla.mozilla.org/1501822"
+ 1538011,
+ 1501822
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "highly_sensitive"
+ "https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-07-02 15:41:20"
},
- "description": "A hashed and salted version of the Google Advertising ID from the device.\nThis will never be sent in a ping that also contains the client_id.\n",
+ "description": "An hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2019-10-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "dbe29ebbdabe8fa44275691700841836d002aecc"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 145
},
"send_in_pings": [
"activation"
diff -ur data/fenix/metrics/addons.enabled_addons.json data.new/fenix/metrics/addons.enabled_addons.json
--- data/fenix/metrics/addons.enabled_addons.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/addons.enabled_addons.json 2020-12-03 15:32:44.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A list of all enabled add-ons on the device.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/8920"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11080"
+ "https://github.com/mozilla-mobile/fenix/pull/11080",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-04 15:15:39",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A list of all enabled add-ons on the device.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "9520c9dd32d4d3befdf4d36894e136d2e408f7f1",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 54,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string_list",
- "version": 0
+ "version": 0,
+ "name": "addons.enabled_addons"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/8920"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11080",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11080"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-04 15:15:39",
+ "last": "2020-08-25 15:39:42"
},
"description": "A list of all enabled add-ons on the device.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "9520c9dd32d4d3befdf4d36894e136d2e408f7f1",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 54,
+ "last": 31
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/addons.has_enabled_addons.json data.new/fenix/metrics/addons.has_enabled_addons.json
--- data/fenix/metrics/addons.has_enabled_addons.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/addons.has_enabled_addons.json 2020-12-03 15:32:57.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Whether or not the user has enabled add-ons on the device.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318"
+ "https://github.com/mozilla-mobile/fenix/pull/8318",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-02 17:12:31",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "Whether or not the user has enabled add-ons on the device.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 77,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "addons.has_enabled_addons"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8318"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-02 17:12:31",
+ "last": "2020-08-25 15:39:42"
},
"description": "Whether or not the user has enabled add-ons on the device.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 77,
+ "last": 31
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/addons.has_installed_addons.json data.new/fenix/metrics/addons.has_installed_addons.json
--- data/fenix/metrics/addons.has_installed_addons.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/addons.has_installed_addons.json 2020-12-03 15:32:58.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Whether or not the user has installed add-ons on the device.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318"
+ "https://github.com/mozilla-mobile/fenix/pull/8318",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-02 17:12:31",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "Whether or not the user has installed add-ons on the device.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 77,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "addons.has_installed_addons"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8318"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-02 17:12:31",
+ "last": "2020-08-25 15:39:42"
},
"description": "Whether or not the user has installed add-ons on the device.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 77,
+ "last": 31
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/addons.installed_addons.json data.new/fenix/metrics/addons.installed_addons.json
--- data/fenix/metrics/addons.installed_addons.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/addons.installed_addons.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A list of all installed add-ons on the device.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/8920"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11080"
+ "https://github.com/mozilla-mobile/fenix/pull/11080",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-04 15:15:39",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A list of all installed add-ons on the device.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "9520c9dd32d4d3befdf4d36894e136d2e408f7f1",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 54,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string_list",
- "version": 0
+ "version": 0,
+ "name": "addons.installed_addons"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/8920"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11080",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11080"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-04 15:15:39",
+ "last": "2020-08-25 15:39:42"
},
"description": "A list of all installed add-ons on the device.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "9520c9dd32d4d3befdf4d36894e136d2e408f7f1",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 54,
+ "last": 31
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/addons.open_addon_in_toolbar_menu.json data.new/fenix/metrics/addons.open_addon_in_toolbar_menu.json
--- data/fenix/metrics/addons.open_addon_in_toolbar_menu.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/addons.open_addon_in_toolbar_menu.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user interacted with an installed add-on in the toolbar menu\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -57,20 +57,28 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318"
+ "https://github.com/mozilla-mobile/fenix/pull/8318",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-02 17:12:31",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user interacted with an installed add-on in the toolbar menu\n",
"disabled": false,
- "expires": "2020-09-01",
- "extra_keys": {},
+ "expires": "2021-04-01",
+ "extra_keys": {
+ "addon_id": {
+ "description": "The id of the add-on that was interacted with in the toolbar menu\n"
+ }
+ },
"gecko_datapoint": "",
"git-commits": {
- "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -80,14 +88,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 77,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "addons.open_addon_in_toolbar_menu"
},
{
"_config": {
@@ -98,28 +107,20 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8318"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-02 17:12:31",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user interacted with an installed add-on in the toolbar menu\n",
"disabled": false,
- "expires": "2021-04-01",
- "extra_keys": {
- "addon_id": {
- "description": "The id of the add-on that was interacted with in the toolbar menu\n"
- }
- },
+ "expires": "2020-09-01",
+ "extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -129,8 +130,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 77,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/addons.open_addons_in_settings.json data.new/fenix/metrics/addons.open_addons_in_settings.json
--- data/fenix/metrics/addons.open_addons_in_settings.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/addons.open_addons_in_settings.json 2020-12-03 15:32:53.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed \"Add-ons\" from the Settings\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318"
+ "https://github.com/mozilla-mobile/fenix/pull/8318",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-02 17:12:31",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed \"Add-ons\" from the Settings\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 77,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "addons.open_addons_in_settings"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/6174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8318",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8318"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-02 17:12:31",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user accessed \"Add-ons\" from the Settings\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "dc6d479da3247b4843a30ad7bba0abdfe510896f",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 77,
+ "last": 31
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: android_sdk_version.json
Only in data.new/fenix/metrics: app_build.json
Only in data.new/fenix/metrics: app_channel.json
Only in data.new/fenix/metrics: app_display_version.json
diff -ur data/fenix/metrics/app_theme.dark_theme_selected.json data.new/fenix/metrics/app_theme.dark_theme_selected.json
--- data/fenix/metrics/app_theme.dark_theme_selected.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/app_theme.dark_theme_selected.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user selected Dark Theme\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -57,24 +57,28 @@
"https://github.com/mozilla-mobile/fenix/issues/7289"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/7968"
+ "https://github.com/mozilla-mobile/fenix/pull/7968",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-02-03 22:20:42",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user selected Dark Theme\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-04-01",
"extra_keys": {
"source": {
- "description": "The source from where dark theme was selected. The source can be 'SETTINGS' or 'ONBOARDING'"
+ "description": "The source from where dark theme was selected. The source can be\n'SETTINGS' or 'ONBOARDING'\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "0a76fdaa58eef8f692049bb3b594d2ef9df86b6d",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -84,14 +88,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 89,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "app_theme.dark_theme_selected"
},
{
"_config": {
@@ -102,28 +107,24 @@
"https://github.com/mozilla-mobile/fenix/issues/7289"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/7968",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/7968"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-02-03 22:20:42",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user selected Dark Theme\n",
"disabled": false,
- "expires": "2020-04-01",
+ "expires": "2020-09-01",
"extra_keys": {
"source": {
- "description": "The source from where dark theme was selected. The source can be\n'SETTINGS' or 'ONBOARDING'\n"
+ "description": "The source from where dark theme was selected. The source can be 'SETTINGS' or 'ONBOARDING'"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "0a76fdaa58eef8f692049bb3b594d2ef9df86b6d",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -133,8 +134,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 89,
+ "last": 31
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: architecture.json
diff -ur data/fenix/metrics/autoplay.setting_changed.json data.new/fenix/metrics/autoplay.setting_changed.json
--- data/fenix/metrics/autoplay.setting_changed.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/autoplay.setting_changed.json 2020-12-03 15:32:52.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 22:10:25",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user changed their autoplay setting to either block_cellular,\nblock_audio, or block_all.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "12b95b490235f1969ca4f1b4212aea5cb21dd0f3",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -57,7 +57,7 @@
],
"dates": {
"first": "2020-07-29 22:10:25",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user changed their autoplay setting to either block_cellular,\nblock_audio, or block_all.\n",
"disabled": false,
@@ -70,7 +70,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "12b95b490235f1969ca4f1b4212aea5cb21dd0f3",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -87,7 +87,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "autoplay.setting_changed"
}
]
}
diff -ur data/fenix/metrics/autoplay.visited_setting.json data.new/fenix/metrics/autoplay.visited_setting.json
--- data/fenix/metrics/autoplay.visited_setting.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/autoplay.visited_setting.json 2020-12-03 15:32:48.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 22:10:25",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user visited the autoplay settings screen",
"disabled": false,
@@ -20,7 +20,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "12b95b490235f1969ca4f1b4212aea5cb21dd0f3",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,7 +53,7 @@
],
"dates": {
"first": "2020-07-29 22:10:25",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user visited the autoplay settings screen",
"disabled": false,
@@ -62,7 +62,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "12b95b490235f1969ca4f1b4212aea5cb21dd0f3",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "autoplay.visited_setting"
}
]
}
Only in data.new/fenix/metrics: avif.aom_decode_error.json
Only in data.new/fenix/metrics: avif.bit_depth.json
Only in data.new/fenix/metrics: avif.dav1d_decode_error.json
Only in data.new/fenix/metrics: avif.decode_result.json
Only in data.new/fenix/metrics: avif.decoder.json
Only in data.new/fenix/metrics: avif.yuv_color_space.json
diff -ur data/fenix/metrics/bookmarks_management.copied.json data.new/fenix/metrics/bookmarks_management.copied.json
--- data/fenix/metrics/bookmarks_management.copied.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.copied.json 2020-12-03 15:32:48.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user copied a bookmark.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user copied a bookmark.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.copied"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user copied a bookmark.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user copied a bookmark.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user copied a bookmark.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.edited.json data.new/fenix/metrics/bookmarks_management.edited.json
--- data/fenix/metrics/bookmarks_management.edited.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.edited.json 2020-12-03 15:32:49.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user edited the title and/or URL of an existing bookmark.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user edited the title and/or URL of an existing bookmark.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.edited"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user edited the title and/or URL of an existing bookmark.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user edited the title and/or URL of an existing bookmark.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user edited the title and/or URL of an existing bookmark.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.folder_add.json data.new/fenix/metrics/bookmarks_management.folder_add.json
--- data/fenix/metrics/bookmarks_management.folder_add.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.folder_add.json 2020-12-03 15:32:49.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user added a new bookmark folder.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user added a new bookmark folder.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.folder_add"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user added a new bookmark folder.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user added a new bookmark folder.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user added a new bookmark folder.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.folder_remove.json data.new/fenix/metrics/bookmarks_management.folder_remove.json
--- data/fenix/metrics/bookmarks_management.folder_remove.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.folder_remove.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a bookmark folder.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 3174
+ "https://github.com/mozilla-mobile/fenix/issues/3174"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3724"
+ "https://github.com/mozilla-mobile/fenix/pull/3724",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-02 15:41:20",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a bookmark folder.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "dbe29ebbdabe8fa44275691700841836d002aecc",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 145,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.folder_remove"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/3174"
+ "https://github.com/mozilla-mobile/fenix/issues/3174"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3724"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user removed a bookmark folder.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/3174"
+ "https://github.com/mozilla-mobile/fenix/issue/3174"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3724"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user removed a bookmark folder.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/3174"
+ 3174
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3724",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3724"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-02 15:41:20",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user removed a bookmark folder.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "dbe29ebbdabe8fa44275691700841836d002aecc",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 145,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.moved.json data.new/fenix/metrics/bookmarks_management.moved.json
--- data/fenix/metrics/bookmarks_management.moved.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.moved.json 2020-12-03 15:32:51.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user moved an existing bookmark or folder to another folder.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user moved an existing bookmark or folder to another folder.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.moved"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user moved an existing bookmark or folder to another folder.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user moved an existing bookmark or folder to another folder.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user moved an existing bookmark or folder to another folder.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.multi_removed.json data.new/fenix/metrics/bookmarks_management.multi_removed.json
--- data/fenix/metrics/bookmarks_management.multi_removed.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.multi_removed.json 2020-12-03 15:32:50.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed multiple bookmarks at once.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed multiple bookmarks at once.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.multi_removed"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user removed multiple bookmarks at once.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user removed multiple bookmarks at once.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user removed multiple bookmarks at once.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.open_in_new_tab.json data.new/fenix/metrics/bookmarks_management.open_in_new_tab.json
--- data/fenix/metrics/bookmarks_management.open_in_new_tab.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.open_in_new_tab.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a bookmark in a new tab.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a bookmark in a new tab.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.open_in_new_tab"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened a bookmark in a new tab.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened a bookmark in a new tab.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened a bookmark in a new tab.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.open_in_new_tabs.json data.new/fenix/metrics/bookmarks_management.open_in_new_tabs.json
--- data/fenix/metrics/bookmarks_management.open_in_new_tabs.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.open_in_new_tabs.json 2020-12-03 15:32:46.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened multiple bookmarks at once in new tabs.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened multiple bookmarks at once in new tabs.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.open_in_new_tabs"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened multiple bookmarks at once in new tabs.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened multiple bookmarks at once in new tabs.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened multiple bookmarks at once in new tabs.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.open_in_private_tab.json data.new/fenix/metrics/bookmarks_management.open_in_private_tab.json
--- data/fenix/metrics/bookmarks_management.open_in_private_tab.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.open_in_private_tab.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a bookmark in a new private tab.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a bookmark in a new private tab.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.open_in_private_tab"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened a bookmark in a new private tab.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened a bookmark in a new private tab.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened a bookmark in a new private tab.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.open_in_private_tabs.json data.new/fenix/metrics/bookmarks_management.open_in_private_tabs.json
--- data/fenix/metrics/bookmarks_management.open_in_private_tabs.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.open_in_private_tabs.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened multiple bookmarks at once in new private tabs.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened multiple bookmarks at once in new private tabs.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.open_in_private_tabs"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened multiple bookmarks at once in new private tabs.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened multiple bookmarks at once in new private tabs.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened multiple bookmarks at once in new private tabs.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.removed.json data.new/fenix/metrics/bookmarks_management.removed.json
--- data/fenix/metrics/bookmarks_management.removed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.removed.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a bookmark item.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a bookmark item.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.removed"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user removed a bookmark item.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user removed a bookmark item.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user removed a bookmark item.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/bookmarks_management.shared.json data.new/fenix/metrics/bookmarks_management.shared.json
--- data/fenix/metrics/bookmarks_management.shared.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/bookmarks_management.shared.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user shared a bookmark.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 974
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708"
+ "https://github.com/mozilla-mobile/fenix/pull/1708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user shared a bookmark.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "bookmarks_management.shared"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/974"
+ "https://github.com/mozilla-mobile/fenix/issues/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user shared a bookmark.\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ "https://github.com/mozilla-mobile/fenix/issue/974"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user shared a bookmark.\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/974"
+ 974
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user shared a bookmark.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: bookmarks_sync.failure_reason.json
Only in data.new/fenix/metrics: bookmarks_sync.finished_at.json
Only in data.new/fenix/metrics: bookmarks_sync.incoming.json
Only in data.new/fenix/metrics: bookmarks_sync.outgoing.json
Only in data.new/fenix/metrics: bookmarks_sync.outgoing_batches.json
Only in data.new/fenix/metrics: bookmarks_sync.remote_tree_problems.json
Only in data.new/fenix/metrics: bookmarks_sync.started_at.json
Only in data.new/fenix/metrics: bookmarks_sync.uid.json
diff -ur data/fenix/metrics/browser.search.ad_clicks.json data.new/fenix/metrics/browser.search.ad_clicks.json
--- data/fenix/metrics/browser.search.ad_clicks.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/browser.search.ad_clicks.json 2020-12-03 15:32:48.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -38,7 +38,8 @@
"last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
"version": 0,
@@ -53,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/6558"
+ "https://github.com/mozilla-mobile/fenix/pull/10112",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-24 16:28:40",
- "last": "2020-04-24 16:28:40"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802",
- "last": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -76,14 +81,16 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 71,
- "last": 71
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
- "version": 0
+ "version": 0,
+ "name": "browser.search.ad_clicks"
},
{
"_config": {
@@ -97,16 +104,16 @@
"https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-04-24 16:28:40",
- "last": "2020-04-24 16:28:40"
+ "first": "2020-05-13 21:34:03",
+ "last": "2020-10-07 18:02:42"
},
- "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c4d76dce5aae263f871a67276d2851286ae92dc6",
- "last": "c4d76dce5aae263f871a67276d2851286ae92dc6"
+ "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"labels": null,
"lifetime": "ping",
@@ -117,11 +124,10 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 70,
- "last": 70
+ "first": 61,
+ "last": 9
},
"send_in_pings": [
- "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -136,19 +142,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112"
+ "https://github.com/mozilla-mobile/fenix/pull/10112",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-24 22:47:48",
- "last": "2020-05-11 17:22:19"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
- "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
- "last": "15dfe0811d713778a5a1addc67db7a6c662d7f13"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"labels": null,
"lifetime": "ping",
@@ -159,11 +169,10 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 69,
- "last": 63
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
- "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -195,8 +204,8 @@
"labels": null,
"lifetime": "ping",
"no_lint": [
- "CATEGORY_GENERIC",
- "BASELINE_PING"
+ "BASELINE_PING",
+ "CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
@@ -224,16 +233,16 @@
"https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-05-13 21:34:03",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-04-24 22:47:48",
+ "last": "2020-05-11 17:22:19"
},
- "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
+ "last": "15dfe0811d713778a5a1addc67db7a6c662d7f13"
},
"labels": null,
"lifetime": "ping",
@@ -244,10 +253,11 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 61,
- "last": 9
+ "first": 69,
+ "last": 63
},
"send_in_pings": [
+ "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -262,23 +272,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/issues/6558"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-04-24 16:28:40",
+ "last": "2020-04-24 16:28:40"
},
- "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802",
+ "last": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802"
},
"labels": null,
"lifetime": "ping",
@@ -289,8 +295,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 71,
+ "last": 71
},
"send_in_pings": [
"metrics"
@@ -307,23 +313,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-24 16:28:40",
+ "last": "2020-04-24 16:28:40"
},
- "description": "Records clicks of adverts on SERP pages.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records clicks of adverts on SERP pages. The key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c4d76dce5aae263f871a67276d2851286ae92dc6",
+ "last": "c4d76dce5aae263f871a67276d2851286ae92dc6"
},
"labels": null,
"lifetime": "ping",
@@ -334,10 +336,11 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 70,
+ "last": 70
},
"send_in_pings": [
+ "baseline",
"metrics"
],
"type": "labeled_counter",
diff -ur data/fenix/metrics/browser.search.in_content.json data.new/fenix/metrics/browser.search.in_content.json
--- data/fenix/metrics/browser.search.in_content.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/browser.search.in_content.json 2020-12-03 15:32:44.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Records the type of interaction a user has on SERP pages.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -38,7 +38,8 @@
"last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
"version": 0,
@@ -53,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6557"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10167"
+ "https://github.com/mozilla-mobile/fenix/pull/10167",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-24 22:47:48",
- "last": "2020-05-12 18:52:58"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "Records the type of interaction a user has on SERP pages.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
- "last": "9a30d57db9a4c4f6000bd27276e9846c774df25e"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -76,15 +81,16 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 69,
- "last": 1
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
- "baseline",
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
- "version": 0
+ "version": 0,
+ "name": "browser.search.in_content"
},
{
"_config": {
@@ -181,23 +187,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6557"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10167",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/10167"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-24 22:47:48",
+ "last": "2020-05-12 18:52:58"
},
"description": "Records the type of interaction a user has on SERP pages.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
+ "last": "9a30d57db9a4c4f6000bd27276e9846c774df25e"
},
"labels": null,
"lifetime": "ping",
@@ -208,10 +210,11 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 69,
+ "last": 1
},
"send_in_pings": [
+ "baseline",
"metrics"
],
"type": "labeled_counter",
diff -ur data/fenix/metrics/browser.search.with_ads.json data.new/fenix/metrics/browser.search.with_ads.json
--- data/fenix/metrics/browser.search.with_ads.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/browser.search.with_ads.json 2020-12-03 15:32:48.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -38,7 +38,8 @@
"last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
"version": 0,
@@ -53,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/6558"
+ "https://github.com/mozilla-mobile/fenix/pull/10112",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-24 16:28:40",
- "last": "2020-04-24 16:28:40"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802",
- "last": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"labels": null,
"lifetime": "ping",
@@ -76,14 +81,16 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 71,
- "last": 71
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "labeled_counter",
- "version": 0
+ "version": 0,
+ "name": "browser.search.with_ads"
},
{
"_config": {
@@ -97,16 +104,16 @@
"https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-04-24 16:28:40",
- "last": "2020-04-24 16:28:40"
+ "first": "2020-05-13 21:34:03",
+ "last": "2020-10-07 18:02:42"
},
- "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c4d76dce5aae263f871a67276d2851286ae92dc6",
- "last": "c4d76dce5aae263f871a67276d2851286ae92dc6"
+ "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"labels": null,
"lifetime": "ping",
@@ -117,11 +124,10 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 70,
- "last": 70
+ "first": 61,
+ "last": 9
},
"send_in_pings": [
- "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -136,19 +142,23 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112"
+ "https://github.com/mozilla-mobile/fenix/pull/10112",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-24 22:47:48",
- "last": "2020-05-11 17:22:19"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
- "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
- "last": "15dfe0811d713778a5a1addc67db7a6c662d7f13"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"labels": null,
"lifetime": "ping",
@@ -159,11 +169,10 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 69,
- "last": 63
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
- "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -195,8 +204,8 @@
"labels": null,
"lifetime": "ping",
"no_lint": [
- "CATEGORY_GENERIC",
- "BASELINE_PING"
+ "BASELINE_PING",
+ "CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
@@ -224,16 +233,16 @@
"https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-05-13 21:34:03",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-04-24 22:47:48",
+ "last": "2020-05-11 17:22:19"
},
- "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c",
+ "last": "15dfe0811d713778a5a1addc67db7a6c662d7f13"
},
"labels": null,
"lifetime": "ping",
@@ -244,10 +253,11 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 61,
- "last": 9
+ "first": 69,
+ "last": 63
},
"send_in_pings": [
+ "baseline",
"metrics"
],
"type": "labeled_counter",
@@ -262,23 +272,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/issues/6558"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-04-24 16:28:40",
+ "last": "2020-04-24 16:28:40"
},
- "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802",
+ "last": "93ca1f6d9f7811ab9cfa5d335feb9bdfc8c6a802"
},
"labels": null,
"lifetime": "ping",
@@ -289,8 +295,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 71,
+ "last": 71
},
"send_in_pings": [
"metrics"
@@ -307,23 +313,19 @@
"https://github.com/mozilla-mobile/fenix/issues/6558"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/10112",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/10112"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-04-24 16:28:40",
+ "last": "2020-04-24 16:28:40"
},
- "description": "Records counts of SERP pages with adverts displayed.\nThe key format is ‘<provider-name>’.\n",
+ "description": "Records counts of SERP pages with adverts displayed. The key format is ‘<provider-name>’.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c4d76dce5aae263f871a67276d2851286ae92dc6",
+ "last": "c4d76dce5aae263f871a67276d2851286ae92dc6"
},
"labels": null,
"lifetime": "ping",
@@ -334,10 +336,11 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 70,
+ "last": 70
},
"send_in_pings": [
+ "baseline",
"metrics"
],
"type": "labeled_counter",
Only in data.new/fenix/metrics: client_id.json
diff -ur data/fenix/metrics/collections.add_tab_button.json data.new/fenix/metrics/collections.add_tab_button.json
--- data/fenix/metrics/collections.add_tab_button.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/collections.add_tab_button.json 2020-12-03 15:32:56.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped the \"add tab\" button in the three dot menu of collections\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358"
+ "https://github.com/mozilla-mobile/fenix/pull/4358",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-08-01 00:07:41",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped the \"add tab\" button in the three dot menu of collections\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 140,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.add_tab_button"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped the \"add tab\" button in the three dot menu of collections\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped the \"add tab\" button in the three dot menu of collections\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-08-01 00:07:41",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped the \"add tab\" button in the three dot menu of collections\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 140,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.all_tabs_restored.json data.new/fenix/metrics/collections.all_tabs_restored.json
--- data/fenix/metrics/collections.all_tabs_restored.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/collections.all_tabs_restored.json 2020-12-03 15:32:52.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped \"open tabs\" from collection menu\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped \"open tabs\" from collection menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.all_tabs_restored"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped \"open tabs\" from collection menu\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped \"open tabs\" from collection menu\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped \"open tabs\" from collection menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.long_press.json data.new/fenix/metrics/collections.long_press.json
--- data/fenix/metrics/collections.long_press.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/collections.long_press.json 2020-12-03 15:32:43.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user long pressed on a tab, triggering the collection creation screen\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358"
+ "https://github.com/mozilla-mobile/fenix/pull/4358",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-08-01 00:07:41",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user long pressed on a tab, triggering the collection creation screen\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 140,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.long_press"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user long pressed on a tab, triggering the collection creation screen\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user long pressed on a tab, triggering the collection creation screen\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-08-01 00:07:41",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user long pressed on a tab, triggering the collection creation screen\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 140,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.removed.json data.new/fenix/metrics/collections.removed.json
--- data/fenix/metrics/collections.removed.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/collections.removed.json 2020-12-03 15:32:53.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped delete collection from collection menu\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped delete collection from collection menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.removed"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped delete collection from collection menu\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped delete collection from collection menu\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped delete collection from collection menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.rename_button.json data.new/fenix/metrics/collections.rename_button.json
--- data/fenix/metrics/collections.rename_button.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/collections.rename_button.json 2020-12-03 15:32:57.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the \"rename collection\" button in the three dot menu\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4539"
+ "https://github.com/mozilla-mobile/fenix/pull/4539",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-08-07 23:05:20",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the \"rename collection\" button in the three dot menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "969d17b4a9c5a7a346eb029d7de0bbbf7a790ac8",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 138,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.rename_button"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4539"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user pressed the \"rename collection\" button in the three dot menu\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4539"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user pressed the \"rename collection\" button in the three dot menu\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4539",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/4539"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-08-07 23:05:20",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user pressed the \"rename collection\" button in the three dot menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "969d17b4a9c5a7a346eb029d7de0bbbf7a790ac8",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 138,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.renamed.json data.new/fenix/metrics/collections.renamed.json
--- data/fenix/metrics/collections.renamed.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/collections.renamed.json 2020-12-03 15:32:44.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user renamed a collection\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user renamed a collection\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.renamed"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user renamed a collection\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user renamed a collection\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user renamed a collection\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.save_button.json data.new/fenix/metrics/collections.save_button.json
--- data/fenix/metrics/collections.save_button.json 2020-12-03 15:31:06.000000000 -0500
+++ data.new/fenix/metrics/collections.save_button.json 2020-12-03 15:33:00.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the \"save to collection\" button on either the home or\nbrowser screen, triggering the collection creation screen to open\n(tab_select_opened)\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,42 +54,49 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358"
+ "https://github.com/mozilla-mobile/fenix/pull/4358",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-08-01 00:07:41",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user pressed the \"save to collection\" button on either the home or browser screen, triggering the collection creation screen to open (tab_select_opened)\n",
+ "description": "A user pressed the \"save to collection\" button on either the home or\nbrowser screen, triggering the collection creation screen to open\n(tab_select_opened)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"from_screen": {
- "description": "A string representing the screen from which the user pressed the save button. Either `browser` or `home`"
+ "description": "A string representing the screen from which the user pressed the save\nbutton. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 140,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.save_button"
},
{
"_config": {
@@ -97,36 +104,38 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-08-25 15:39:42"
},
- "description": "A user pressed the \"save to collection\" button on either the home or browser screen, triggering the collection creation screen to open (tab_select_opened)\n",
+ "description": "A user pressed the \"save to collection\" button on either the home or\nbrowser screen, triggering the collection creation screen to open\n(tab_select_opened)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"extra_keys": {
"from_screen": {
- "description": "A string representing the screen from which the user pressed the save button. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
+ "description": "A string representing the screen from which the user pressed the save\nbutton. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 67,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -185,38 +194,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A user pressed the \"save to collection\" button on either the home or\nbrowser screen, triggering the collection creation screen to open\n(tab_select_opened)\n",
+ "description": "A user pressed the \"save to collection\" button on either the home or browser screen, triggering the collection creation screen to open (tab_select_opened)\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"extra_keys": {
"from_screen": {
- "description": "A string representing the screen from which the user pressed the save\nbutton. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
+ "description": "A string representing the screen from which the user pressed the save button. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -230,42 +237,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/4358",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/4358"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-08-01 00:07:41",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A user pressed the \"save to collection\" button on either the home or\nbrowser screen, triggering the collection creation screen to open\n(tab_select_opened)\n",
+ "description": "A user pressed the \"save to collection\" button on either the home or browser screen, triggering the collection creation screen to open (tab_select_opened)\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"from_screen": {
- "description": "A string representing the screen from which the user pressed the save\nbutton. Currently one of: `browserMenu`, `homeMenu` or `home`\n"
+ "description": "A string representing the screen from which the user pressed the save button. Either `browser` or `home`"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "2e7a61860a6befe8c38e49a6a3de00debe909d63",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 140,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.saved.json data.new/fenix/metrics/collections.saved.json
--- data/fenix/metrics/collections.saved.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/collections.saved.json 2020-12-03 15:32:47.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saved a list of tabs to a new collection\n",
"disabled": false,
@@ -32,7 +32,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -58,18 +58,23 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saved a list of tabs to a new collection\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"tabs_open": {
"description": "The number of tabs open in the current session"
@@ -80,23 +85,26 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.saved"
},
{
"_config": {
@@ -104,14 +112,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user saved a list of tabs to a new collection\n",
"disabled": false,
@@ -126,17 +134,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -150,14 +160,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user saved a list of tabs to a new collection\n",
"disabled": false,
@@ -172,19 +182,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -198,23 +206,18 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user saved a list of tabs to a new collection\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"tabs_open": {
"description": "The number of tabs open in the current session"
@@ -225,19 +228,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.shared.json data.new/fenix/metrics/collections.shared.json
--- data/fenix/metrics/collections.shared.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/collections.shared.json 2020-12-03 15:32:45.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped share collection\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped share collection\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.shared"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped share collection\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped share collection\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped share collection\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.tab_removed.json data.new/fenix/metrics/collections.tab_removed.json
--- data/fenix/metrics/collections.tab_removed.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/collections.tab_removed.json 2020-12-03 15:32:50.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped remove tab from collection tab list\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped remove tab from collection tab list\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.tab_removed"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped remove tab from collection tab list\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped remove tab from collection tab list\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped remove tab from collection tab list\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.tab_restored.json data.new/fenix/metrics/collections.tab_restored.json
--- data/fenix/metrics/collections.tab_restored.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/collections.tab_restored.json 2020-12-03 15:32:58.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user restored a tab from collection tab list\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user restored a tab from collection tab list\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.tab_restored"
},
{
"_config": {
@@ -90,14 +98,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user restored a tab from collection tab list\n",
"disabled": false,
@@ -105,17 +113,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -129,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user restored a tab from collection tab list\n",
"disabled": false,
@@ -144,19 +154,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -170,39 +178,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user restored a tab from collection tab list\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.tab_select_opened.json data.new/fenix/metrics/collections.tab_select_opened.json
--- data/fenix/metrics/collections.tab_select_opened.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/collections.tab_select_opened.json 2020-12-03 15:32:51.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the select tabs screen (the first step of the collection\ncreation flow)\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -51,38 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user opened the select tabs screen (the first step of the collection creation flow)\n",
+ "description": "A user opened the select tabs screen (the first step of the collection\ncreation flow)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.tab_select_opened"
},
{
"_config": {
@@ -90,32 +98,34 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-08-25 15:39:42"
},
- "description": "A user opened the select tabs screen (the first step of the collection creation flow)\n",
+ "description": "A user opened the select tabs screen (the first step of the collection\ncreation flow)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 67,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -170,34 +180,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A user opened the select tabs screen (the first step of the collection\ncreation flow)\n",
+ "description": "A user opened the select tabs screen (the first step of the collection creation flow)\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -211,39 +219,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A user opened the select tabs screen (the first step of the collection\ncreation flow)\n",
+ "description": "A user opened the select tabs screen (the first step of the collection creation flow)\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/collections.tabs_added.json data.new/fenix/metrics/collections.tabs_added.json
--- data/fenix/metrics/collections.tabs_added.json 2020-12-03 15:31:06.000000000 -0500
+++ data.new/fenix/metrics/collections.tabs_added.json 2020-12-03 15:33:00.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saved a list of tabs to an existing collection\n",
"disabled": false,
@@ -32,7 +32,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -58,18 +58,23 @@
"do_not_disable_expired": true
},
"bugs": [
- 969
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935"
+ "https://github.com/mozilla-mobile/fenix/pull/3935",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-07-18 23:05:42",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saved a list of tabs to an existing collection\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"tabs_open": {
"description": "The number of tabs open in the current session"
@@ -80,23 +85,26 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 141,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "collections.tabs_added"
},
{
"_config": {
@@ -104,14 +112,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/969"
+ "https://github.com/mozilla-mobile/fenix/issues/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user saved a list of tabs to an existing collection\n",
"disabled": false,
@@ -126,17 +134,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -150,14 +160,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ "https://github.com/mozilla-mobile/fenix/issue/969"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user saved a list of tabs to an existing collection\n",
"disabled": false,
@@ -172,19 +182,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -198,23 +206,18 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/969"
+ 969
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3935",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3935"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-18 23:05:42",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user saved a list of tabs to an existing collection\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"tabs_open": {
"description": "The number of tabs open in the current session"
@@ -225,19 +228,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "13198f56dfb033bc348e5a541cb94f6694342f10",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 141,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/context_menu.item_tapped.json data.new/fenix/metrics/context_menu.item_tapped.json
--- data/fenix/metrics/context_menu.item_tapped.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/context_menu.item_tapped.json 2020-12-03 15:32:47.000000000 -0500
@@ -17,7 +17,7 @@
],
"dates": {
"first": "2020-11-12 18:14:59",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped an item in the browsers context menu\n",
"disabled": false,
@@ -30,7 +30,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "d1f2705d991c9c36a63b4d0ab27e8624dc50e23d",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -56,42 +56,51 @@
"do_not_disable_expired": true
},
"bugs": [
- 957
+ "https://github.com/mozilla-mobile/fenix/issues/957",
+ "https://github.com/mozilla-mobile/fenix/issues/16076"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877",
+ "https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-11-12 18:14:59",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped an item in the browsers context menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"named": {
- "description": "The name of the item that was tapped. Available items are ``` open_in_new_tab, open_in_private_tab, open_image_in_new_tab, save_image, share_link, copy_link, copy_image_location ```\n"
+ "description": "The name of the item that was tapped. Available items are:\n\n```\nopen_in_new_tab, open_in_private_tab, open_image_in_new_tab,\nsave_image, share_link, copy_link, copy_image_location, share_image\n```\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "d1f2705d991c9c36a63b4d0ab27e8624dc50e23d",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 0,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "context_menu.item_tapped"
},
{
"_config": {
@@ -99,36 +108,42 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/957"
+ "https://github.com/mozilla-mobile/fenix/issues/957"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-11-12 17:11:16"
},
"description": "A user tapped an item in the browsers context menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"named": {
- "description": "The name of the item that was tapped. Available items are ``` open_in_new_tab, open_in_private_tab, open_image_in_new_tab, save_image, share_link, copy_link, copy_image_location ```\n"
+ "description": "The name of the item that was tapped. Available items are:\n\n```\nopen_in_new_tab, open_in_private_tab, open_image_in_new_tab,\nsave_image, share_link, copy_link, copy_image_location\n```\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "1ed9ebf622d4b517a06b02a737e3ad420e1f4a0a"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 30,
+ "last": 1
},
"send_in_pings": [
"events"
@@ -187,42 +202,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/957"
+ "https://github.com/mozilla-mobile/fenix/issue/957"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-11-12 17:11:16"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped an item in the browsers context menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"named": {
- "description": "The name of the item that was tapped. Available items are:\n\n```\nopen_in_new_tab, open_in_private_tab, open_image_in_new_tab,\nsave_image, share_link, copy_link, copy_image_location\n```\n"
+ "description": "The name of the item that was tapped. Available items are ``` open_in_new_tab, open_in_private_tab, open_image_in_new_tab, save_image, share_link, copy_link, copy_image_location ```\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "1ed9ebf622d4b517a06b02a737e3ad420e1f4a0a"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 1
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -236,44 +245,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/957",
- "https://github.com/mozilla-mobile/fenix/issues/16076"
+ 957
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877",
- "https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-11-12 18:14:59",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped an item in the browsers context menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"named": {
- "description": "The name of the item that was tapped. Available items are:\n\n```\nopen_in_new_tab, open_in_private_tab, open_image_in_new_tab,\nsave_image, share_link, copy_link, copy_image_location, share_image\n```\n"
+ "description": "The name of the item that was tapped. Available items are ``` open_in_new_tab, open_in_private_tab, open_image_in_new_tab, save_image, share_link, copy_link, copy_image_location ```\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "d1f2705d991c9c36a63b4d0ab27e8624dc50e23d",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/contextual_hint.tracking_protection.dismiss.json data.new/fenix/metrics/contextual_hint.tracking_protection.dismiss.json
--- data/fenix/metrics/contextual_hint.tracking_protection.dismiss.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/contextual_hint.tracking_protection.dismiss.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The enhanced tracking protection contextual hint was\ndismissed\nby pressing the close button\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923"
+ "https://github.com/mozilla-mobile/fenix/pull/11923",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-25 18:24:55",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The enhanced tracking protection contextual hint was\ndismissed\nby pressing the close button\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 46,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "contextual_hint.tracking_protection.dismiss"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11923"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-25 18:24:55",
+ "last": "2020-08-25 15:39:42"
},
"description": "The enhanced tracking protection contextual hint was\ndismissed\nby pressing the close button\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 46,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/contextual_hint.tracking_protection.display.json data.new/fenix/metrics/contextual_hint.tracking_protection.display.json
--- data/fenix/metrics/contextual_hint.tracking_protection.display.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/contextual_hint.tracking_protection.display.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The enhanced tracking protection contextual hint was\ndisplayed.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923"
+ "https://github.com/mozilla-mobile/fenix/pull/11923",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-25 18:24:55",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The enhanced tracking protection contextual hint was\ndisplayed.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 46,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "contextual_hint.tracking_protection.display"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11923"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-25 18:24:55",
+ "last": "2020-08-25 15:39:42"
},
"description": "The enhanced tracking protection contextual hint was\ndisplayed.\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 46,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/contextual_hint.tracking_protection.inside_tap.json data.new/fenix/metrics/contextual_hint.tracking_protection.inside_tap.json
--- data/fenix/metrics/contextual_hint.tracking_protection.inside_tap.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/contextual_hint.tracking_protection.inside_tap.json 2020-12-03 15:32:46.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The user tapped inside of the etp contextual hint\n(which brings up the etp panel for this site).\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923"
+ "https://github.com/mozilla-mobile/fenix/pull/11923",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-25 18:24:55",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The user tapped inside of the etp contextual hint\n(which brings up the etp panel for this site).\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 46,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "contextual_hint.tracking_protection.inside_tap"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11923"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-25 18:24:55",
+ "last": "2020-08-25 15:39:42"
},
"description": "The user tapped inside of the etp contextual hint\n(which brings up the etp panel for this site).\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 46,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/contextual_hint.tracking_protection.outside_tap.json data.new/fenix/metrics/contextual_hint.tracking_protection.outside_tap.json
--- data/fenix/metrics/contextual_hint.tracking_protection.outside_tap.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/contextual_hint.tracking_protection.outside_tap.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The user tapped outside of the etp contextual hint\n(which has no effect).\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923"
+ "https://github.com/mozilla-mobile/fenix/pull/11923",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-25 18:24:55",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The user tapped outside of the etp contextual hint\n(which has no effect).\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 46,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "contextual_hint.tracking_protection.outside_tap"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/9625"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11923",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11923"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-25 18:24:55",
+ "last": "2020-08-25 15:39:42"
},
"description": "The user tapped outside of the etp contextual hint\n(which has no effect).\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "04aee11d82a937c94eac0172eff6328f966ad57a",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 46,
+ "last": 31
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: crash_metrics.crash_count.json
diff -ur data/fenix/metrics/crash_reporter.closed.json data.new/fenix/metrics/crash_reporter.closed.json
--- data/fenix/metrics/crash_reporter.closed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/crash_reporter.closed.json 2020-12-03 15:32:58.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The crash reporter was closed\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,42 +54,49 @@
"do_not_disable_expired": true
},
"bugs": [
- 1040
+ "https://github.com/mozilla-mobile/fenix/issues/1040"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The crash reporter was closed\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"crash_submitted": {
- "description": "A boolean that tells us whether or not the user submitted a crash report"
+ "description": "A boolean that tells us whether or not the user submitted a crash\nreport\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "crash_reporter.closed"
},
{
"_config": {
@@ -97,14 +104,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1040"
+ "https://github.com/mozilla-mobile/fenix/issues/1040"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "The crash reporter was closed\n",
"disabled": false,
@@ -116,17 +123,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -140,14 +149,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1040"
+ "https://github.com/mozilla-mobile/fenix/issue/1040"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "The crash reporter was closed\n",
"disabled": false,
@@ -159,19 +168,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -185,42 +192,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1040"
+ 1040
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "The crash reporter was closed\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"crash_submitted": {
- "description": "A boolean that tells us whether or not the user submitted a crash\nreport\n"
+ "description": "A boolean that tells us whether or not the user submitted a crash report"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/crash_reporter.opened.json data.new/fenix/metrics/crash_reporter.opened.json
--- data/fenix/metrics/crash_reporter.opened.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/crash_reporter.opened.json 2020-12-03 15:32:51.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The crash reporter was displayed\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1040
+ "https://github.com/mozilla-mobile/fenix/issues/1040"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The crash reporter was displayed\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "crash_reporter.opened"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1040"
+ "https://github.com/mozilla-mobile/fenix/issues/1040"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "The crash reporter was displayed\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1040"
+ "https://github.com/mozilla-mobile/fenix/issue/1040"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "The crash reporter was displayed\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1040"
+ 1040
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "The crash reporter was displayed\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/custom_tab.action_button.json data.new/fenix/metrics/custom_tab.action_button.json
--- data/fenix/metrics/custom_tab.action_button.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/custom_tab.action_button.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the action button provided by the launching app\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 977
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697"
+ "https://github.com/mozilla-mobile/fenix/pull/1697",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the action button provided by the launching app\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "custom_tab.action_button"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/977"
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user pressed the action button provided by the launching app\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ "https://github.com/mozilla-mobile/fenix/issue/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user pressed the action button provided by the launching app\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ 977
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user pressed the action button provided by the launching app\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/custom_tab.closed.json data.new/fenix/metrics/custom_tab.closed.json
--- data/fenix/metrics/custom_tab.closed.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/custom_tab.closed.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user closed the custom tab\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 977
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697"
+ "https://github.com/mozilla-mobile/fenix/pull/1697",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user closed the custom tab\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "custom_tab.closed"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/977"
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user closed the custom tab\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ "https://github.com/mozilla-mobile/fenix/issue/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user closed the custom tab\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ 977
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user closed the custom tab\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/custom_tab.menu.json data.new/fenix/metrics/custom_tab.menu.json
--- data/fenix/metrics/custom_tab.menu.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/custom_tab.menu.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the custom tabs menu\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 977
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697"
+ "https://github.com/mozilla-mobile/fenix/pull/1697",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the custom tabs menu\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "custom_tab.menu"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/977"
+ "https://github.com/mozilla-mobile/fenix/issues/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened the custom tabs menu\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -128,14 +137,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ "https://github.com/mozilla-mobile/fenix/issue/977"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened the custom tabs menu\n",
"disabled": false,
@@ -143,19 +152,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -169,38 +176,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/977"
+ 977
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1697",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1697"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened the custom tabs menu\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: device_manufacturer.json
Only in data.new/fenix/metrics: device_model.json
diff -ur data/fenix/metrics/download_notification.cancel.json data.new/fenix/metrics/download_notification.cancel.json
--- data/fenix/metrics/download_notification.cancel.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/download_notification.cancel.json 2020-12-03 15:32:56.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user cancelled a download in the download notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user cancelled a download in the download notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.cancel"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user cancelled a download in the download notification\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.in_app_open.json data.new/fenix/metrics/download_notification.in_app_open.json
--- data/fenix/metrics/download_notification.in_app_open.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/download_notification.in_app_open.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a downloaded file in the in-app notification link\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a downloaded file in the in-app notification link\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.in_app_open"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened a downloaded file in the in-app notification link\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.in_app_try_again.json data.new/fenix/metrics/download_notification.in_app_try_again.json
--- data/fenix/metrics/download_notification.in_app_try_again.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/download_notification.in_app_try_again.json 2020-12-03 15:32:56.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on try again when a download fails in the in-app\nnotification link\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user tapped on try again when a download fails in the in-app notification link\n",
+ "description": "A user tapped on try again when a download fails in the in-app\nnotification link\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 69
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.in_app_try_again"
},
{
"_config": {
@@ -135,24 +140,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-04-24 22:47:48"
},
- "description": "A user tapped on try again when a download fails in the in-app\nnotification link\n",
+ "description": "A user tapped on try again when a download fails in the in-app notification link\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "ping",
"no_lint": [
@@ -162,8 +163,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 69
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.open.json data.new/fenix/metrics/download_notification.open.json
--- data/fenix/metrics/download_notification.open.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/download_notification.open.json 2020-12-03 15:32:44.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a downloaded file in the download notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a downloaded file in the download notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.open"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened a downloaded file in the download notification\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.pause.json data.new/fenix/metrics/download_notification.pause.json
--- data/fenix/metrics/download_notification.pause.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/download_notification.pause.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user paused a download in the download notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user paused a download in the download notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.pause"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user paused a download in the download notification\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.resume.json data.new/fenix/metrics/download_notification.resume.json
--- data/fenix/metrics/download_notification.resume.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/download_notification.resume.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user resumed a download in the download notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user resumed a download in the download notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.resume"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user resumed a download in the download notification\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/download_notification.try_again.json data.new/fenix/metrics/download_notification.try_again.json
--- data/fenix/metrics/download_notification.try_again.json 2020-12-03 15:30:57.000000000 -0500
+++ data.new/fenix/metrics/download_notification.try_again.json 2020-12-03 15:32:43.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped on try again when a download fails in the download\nnotification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554"
+ "https://github.com/mozilla-mobile/fenix/pull/6554",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-15 21:50:11",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user tapped on try again when a download fails in the download notification\n",
+ "description": "A user tapped on try again when a download fails in the download\nnotification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 103,
- "last": 69
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "download_notification.try_again"
},
{
"_config": {
@@ -135,24 +140,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5583"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6554",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6554"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-11-15 21:50:11",
+ "last": "2020-04-24 22:47:48"
},
- "description": "A user tapped on try again when a download fails in the download\nnotification\n",
+ "description": "A user tapped on try again when a download fails in the download notification\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c6562bff98d602b969a71fba3dc84b86821251d4",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "ping",
"no_lint": [
@@ -162,8 +163,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 103,
+ "last": 69
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: end_time.json
diff -ur data/fenix/metrics/error_page.visited_error.json data.new/fenix/metrics/error_page.visited_error.json
--- data/fenix/metrics/error_page.visited_error.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/error_page.visited_error.json 2020-12-03 15:32:57.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user encountered an error page\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,18 +54,22 @@
"do_not_disable_expired": true
},
"bugs": [
- 1242
+ "https://github.com/mozilla-mobile/fenix/issues/1242"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486"
+ "https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user encountered an error page\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"error_type": {
"description": "The error type of the error page encountered"
@@ -73,23 +77,26 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "error_page.visited_error"
},
{
"_config": {
@@ -97,14 +104,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1242"
+ "https://github.com/mozilla-mobile/fenix/issues/1242"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user encountered an error page\n",
"disabled": false,
@@ -116,17 +123,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -140,14 +149,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1242"
+ "https://github.com/mozilla-mobile/fenix/issue/1242"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user encountered an error page\n",
"disabled": false,
@@ -159,19 +168,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -185,22 +192,18 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1242"
+ 1242
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user encountered an error page\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"error_type": {
"description": "The error type of the error page encountered"
@@ -208,19 +211,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.app_opened.json data.new/fenix/metrics/events.app_opened.json
--- data/fenix/metrics/events.app_opened.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/events.app_opened.json 2020-12-03 15:32:47.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the app (from cold start, to the homescreen or browser)\n",
"disabled": false,
@@ -29,7 +29,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -56,43 +56,51 @@
"do_not_disable_expired": true
},
"bugs": [
- 968
+ "https://github.com/mozilla-mobile/fenix/issues/968",
+ "https://github.com/mozilla-mobile/fenix/issues/10616"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user opened the app\n",
+ "description": "A user opened the app (from cold start, to the homescreen or browser)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"source": {
- "description": "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
+ "description": "The method used to open Fenix. Possible values are: `app_icon`,\n`custom_tab` or `link`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"telemetry-client-dev@mozilla.com",
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.app_opened"
},
{
"_config": {
@@ -100,37 +108,40 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/968"
+ "https://github.com/mozilla-mobile/fenix/issues/968",
+ "https://github.com/mozilla-mobile/fenix/issues/10616"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-06-04 21:39:43",
+ "last": "2020-08-25 15:39:42"
},
- "description": "A user opened the app\n",
+ "description": "A user opened the app (from cold start, to the homescreen or browser)\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"extra_keys": {
"source": {
- "description": "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
+ "description": "The method used to open Fenix. Possible values are: `app_icon`,\n`custom_tab` or `link`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "b82322c225243e99461475588a3c6133ceb756c9",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"telemetry-client-dev@mozilla.com",
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 52,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -190,40 +201,37 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/968",
- "https://github.com/mozilla-mobile/fenix/issues/10616"
+ "https://github.com/mozilla-mobile/fenix/issue/968"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-06-04 21:39:43",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A user opened the app (from cold start, to the homescreen or browser)\n",
+ "description": "A user opened the app\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"extra_keys": {
"source": {
- "description": "The method used to open Fenix. Possible values are: `app_icon`,\n`custom_tab` or `link`\n"
+ "description": "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b82322c225243e99461475588a3c6133ceb756c9",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"telemetry-client-dev@mozilla.com",
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 52,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -237,44 +245,37 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/968",
- "https://github.com/mozilla-mobile/fenix/issues/10616"
+ 968
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A user opened the app (from cold start, to the homescreen or browser)\n",
+ "description": "A user opened the app\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"source": {
- "description": "The method used to open Fenix. Possible values are: `app_icon`,\n`custom_tab` or `link`\n"
+ "description": "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"telemetry-client-dev@mozilla.com",
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.app_opened_all_startup.json data.new/fenix/metrics/events.app_opened_all_startup.json
--- data/fenix/metrics/events.app_opened_all_startup.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/events.app_opened_all_startup.json 2020-12-03 15:32:50.000000000 -0500
@@ -20,7 +20,7 @@
],
"dates": {
"first": "2020-10-15 02:53:31",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not record souce when app opened from\ntask switcher: open application -> press home button -> open\nrecent tasks -> choose fenix. In this case will report\n[source = unknown, type = hot, has_saved_instance_state = false].\n",
"disabled": false,
@@ -42,7 +42,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "508ec8b8ffa6013bfa83d89bfba5ca449e23a1a2",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -69,77 +69,45 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/11830"
- ],
- "data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341"
- ],
- "dates": {
- "first": "2020-07-29 00:09:42",
- "last": "2020-08-25 15:39:42"
- },
- "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not cover the following cases:\nCase # 1 -> a). open a link(for example, gmail) with in-app\nBrowser (metric report custom_tab startup) b). press home button\nc). open gmail again (which brings us back to in app browser).\nStep c will not report startup metric. Case # 2 -> a). open fenix\nb). press home button c). launch fenix through app switcher/recent\napps. step c will not report startup type.\n",
- "disabled": false,
- "expires": "2020-12-01",
- "extra_keys": {
- "source": {
- "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
- }
- },
- "gecko_datapoint": "",
- "git-commits": {
- "first": "537d95c04d381606a9b8481a220acf056361f189",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
- },
- "lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
- "notification_emails": [
- "esmyth@mozilla.com",
- "perf-android-fe@mozilla.com"
- ],
- "reflog-index": {
- "first": 38,
- "last": 31
- },
- "send_in_pings": [
- "events"
- ],
- "type": "event",
- "version": 0
- },
- {
- "_config": {
- "allow_reserved": false,
- "do_not_disable_expired": true
- },
- "bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/11830"
+ "https://github.com/mozilla-mobile/fenix/issues/11830",
+ "https://github.com/mozilla-mobile/fenix/issues/12573",
+ "https://github.com/mozilla-mobile/fenix/pull/13494",
+ "https://github.com/mozilla-mobile/fenix/issues/10069"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877",
+ "https://github.com/mozilla-mobile/fenix/pull/13494#pullrequestreview-474050499",
+ "https://github.com/mozilla-mobile/fenix/pull/15605#issuecomment-702365594"
],
"data_sensitivity": [
"interaction"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-08-25 17:45:02"
+ "first": "2020-10-15 02:53:31",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not cover the following cases:\nCase # 1 -> a). open a link(for example, gmail) with in-app\nBrowser (metric report custom_tab startup) b). press home button\nc). open gmail again (which brings us back to in app browser).\nStep c will not report startup metric. Case # 2 -> a). open fenix\nb). press home button c). launch fenix through app switcher/recent\napps. step c will not report startup type.\n",
+ "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not record souce when app opened from\ntask switcher: open application -> press home button -> open\nrecent tasks -> choose fenix. In this case will report\n[source = unknown, type = hot, has_saved_instance_state = false].\n",
"disabled": false,
"expires": "2021-06-01",
"extra_keys": {
+ "first_frame_pre_draw_nanos": {
+ "description": "the number of nanoseconds the application took to launch. This is the\ntime difference between application launch(user pressing app_icon,\nlaunching a link) and until the first view is about to be drawn\non the screen. If the time is not captured, this extra key will\nnot be reported.\n"
+ },
+ "has_saved_instance_state": {
+ "description": "boolean value whether or not startup type has a savedInstance.\nusing savedInstance, HomeActivity's previous state can be restored.\nThis is an optional key since it is not applicable to all the cases.\nfor example, when we are doing a hot start up, we cant have a\nsavedInstanceState therefore we report only [APP_ICON, HOT] instead\nof [APP_ICON, HOT, false].\n"
+ },
"source": {
- "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
+ "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`. unknown is for startup sources\nwhere we can't pinpoint the cause. One UNKNOWN case is the app\nswitcher where we don't know what variables to check to ensure this\nstartup wasn't caused by something else.\n"
+ },
+ "type": {
+ "description": "the startup type for opening fenix. the application and HomeActivity\neither needs to be created or started again. possible values are\n`cold`, `warm`, `hot` or `error`. Error is for impossible cases.\nPlease file a bug if you see the error case.\napp created AND HomeActivity created = cold\napp started AND HomeActivity created = warm\napp started AND HomeActivity started = hot\napp created AND HomeActivity started = error\nSome applications such as gmail launches the default browser in the\nbackground. So when we eventually click a link, browser is already\nstarted in the background. This means that custom_tab will mostly\nreport `warm` startup type.\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f"
+ "first": "508ec8b8ffa6013bfa83d89bfba5ca449e23a1a2",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -150,14 +118,15 @@
"perf-android-fe@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 30
+ "first": 4,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.app_opened_all_startup"
},
{
"_config": {
@@ -288,45 +257,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/11830",
- "https://github.com/mozilla-mobile/fenix/issues/12573",
- "https://github.com/mozilla-mobile/fenix/pull/13494",
- "https://github.com/mozilla-mobile/fenix/issues/10069"
+ "https://github.com/mozilla-mobile/fenix/issues/11830"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877",
- "https://github.com/mozilla-mobile/fenix/pull/13494#pullrequestreview-474050499",
- "https://github.com/mozilla-mobile/fenix/pull/15605#issuecomment-702365594"
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
],
"data_sensitivity": [
"interaction"
],
"dates": {
- "first": "2020-10-15 02:53:31",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-08-25 17:45:02"
},
- "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not record souce when app opened from\ntask switcher: open application -> press home button -> open\nrecent tasks -> choose fenix. In this case will report\n[source = unknown, type = hot, has_saved_instance_state = false].\n",
+ "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not cover the following cases:\nCase # 1 -> a). open a link(for example, gmail) with in-app\nBrowser (metric report custom_tab startup) b). press home button\nc). open gmail again (which brings us back to in app browser).\nStep c will not report startup metric. Case # 2 -> a). open fenix\nb). press home button c). launch fenix through app switcher/recent\napps. step c will not report startup type.\n",
"disabled": false,
"expires": "2021-06-01",
"extra_keys": {
- "first_frame_pre_draw_nanos": {
- "description": "the number of nanoseconds the application took to launch. This is the\ntime difference between application launch(user pressing app_icon,\nlaunching a link) and until the first view is about to be drawn\non the screen. If the time is not captured, this extra key will\nnot be reported.\n"
- },
- "has_saved_instance_state": {
- "description": "boolean value whether or not startup type has a savedInstance.\nusing savedInstance, HomeActivity's previous state can be restored.\nThis is an optional key since it is not applicable to all the cases.\nfor example, when we are doing a hot start up, we cant have a\nsavedInstanceState therefore we report only [APP_ICON, HOT] instead\nof [APP_ICON, HOT, false].\n"
- },
"source": {
- "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`. unknown is for startup sources\nwhere we can't pinpoint the cause. One UNKNOWN case is the app\nswitcher where we don't know what variables to check to ensure this\nstartup wasn't caused by something else.\n"
- },
- "type": {
- "description": "the startup type for opening fenix. the application and HomeActivity\neither needs to be created or started again. possible values are\n`cold`, `warm`, `hot` or `error`. Error is for impossible cases.\nPlease file a bug if you see the error case.\napp created AND HomeActivity created = cold\napp started AND HomeActivity created = warm\napp started AND HomeActivity started = hot\napp created AND HomeActivity started = error\nSome applications such as gmail launches the default browser in the\nbackground. So when we eventually click a link, browser is already\nstarted in the background. This means that custom_tab will mostly\nreport `warm` startup type.\n"
+ "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "508ec8b8ffa6013bfa83d89bfba5ca449e23a1a2",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f"
},
"lifetime": "ping",
"no_lint": [
@@ -337,8 +292,54 @@
"perf-android-fe@mozilla.com"
],
"reflog-index": {
- "first": 4,
- "last": 0
+ "first": 30,
+ "last": 30
+ },
+ "send_in_pings": [
+ "events"
+ ],
+ "type": "event",
+ "version": 0
+ },
+ {
+ "_config": {
+ "allow_reserved": false,
+ "do_not_disable_expired": true
+ },
+ "bugs": [
+ "https://github.com/mozilla-mobile/fenix/issues/11830"
+ ],
+ "data_reviews": [
+ "https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341"
+ ],
+ "dates": {
+ "first": "2020-07-29 00:09:42",
+ "last": "2020-08-25 15:39:42"
+ },
+ "description": "A user opened the app to the HomeActivity. The HomeActivity\nencompasses the home screen, browser screen, settings screen,\ncollections and other screens in the nav_graph.\nThis differs from the app_opened probe because it measures all\nstartups, not just cold startup. Note: There is a short gap\nbetween the time application goes into background and the time\nandroid reports the application going into the background.\nNote: This metric does not cover the following cases:\nCase # 1 -> a). open a link(for example, gmail) with in-app\nBrowser (metric report custom_tab startup) b). press home button\nc). open gmail again (which brings us back to in app browser).\nStep c will not report startup metric. Case # 2 -> a). open fenix\nb). press home button c). launch fenix through app switcher/recent\napps. step c will not report startup type.\n",
+ "disabled": false,
+ "expires": "2020-12-01",
+ "extra_keys": {
+ "source": {
+ "description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
+ }
+ },
+ "gecko_datapoint": "",
+ "git-commits": {
+ "first": "537d95c04d381606a9b8481a220acf056361f189",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ },
+ "lifetime": "ping",
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
+ "notification_emails": [
+ "esmyth@mozilla.com",
+ "perf-android-fe@mozilla.com"
+ ],
+ "reflog-index": {
+ "first": 38,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.app_received_intent.json data.new/fenix/metrics/events.app_received_intent.json
--- data/fenix/metrics/events.app_received_intent.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/events.app_received_intent.json 2020-12-03 15:32:44.000000000 -0500
@@ -12,7 +12,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The system received an Intent for the HomeActivity. An intent\nis received an external entity wants to the app to display\ncontent. Intents can be received when the app is closed – at\nwhich point the app will be opened – or when the app is\nalready opened – at which point the already open app will make\nchanges such as loading a url. This can be used loosely as a\nheuristic for when the user requested to open the app. The\nHomeActivity encompasses the home screen and browser screen but\nmay include other screens. This differs from the app_opened\nprobe because it measures all startups, not just cold startup.\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -55,15 +55,16 @@
"https://github.com/mozilla-mobile/fenix/issues/11830"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11940/"
+ "https://github.com/mozilla-mobile/fenix/pull/11940/",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
],
"dates": {
- "first": "2020-06-27 00:38:08",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "The system received an Intent for the HomeActivity. An intent\nis received an external entity wants to the app to display\ncontent. Intents can be received when the app is closed – at\nwhich point the app will be opened – or when the app is\nalready opened – at which point the already open app will make\nchanges such as loading a url. This can be used loosely as a\nheuristic for when the user requested to open the app. The\nHomeActivity encompasses the home screen and browser screen but\nmay include other screens. This differs from the app_opened\nprobe because it measures all startups, not just cold startup.\n",
"disabled": false,
- "expires": "2020-12-01",
+ "expires": "2021-06-01",
"extra_keys": {
"source": {
"description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
@@ -71,8 +72,8 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "4b9cc954fa670f14bfec4c81617d44f65c849a40",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -83,14 +84,15 @@
"perf-android-fe@mozilla.com"
],
"reflog-index": {
- "first": 41,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.app_received_intent"
},
{
"_config": {
@@ -101,16 +103,15 @@
"https://github.com/mozilla-mobile/fenix/issues/11830"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11940/",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ "https://github.com/mozilla-mobile/fenix/pull/11940/"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-27 00:38:08",
+ "last": "2020-08-25 15:39:42"
},
"description": "The system received an Intent for the HomeActivity. An intent\nis received an external entity wants to the app to display\ncontent. Intents can be received when the app is closed – at\nwhich point the app will be opened – or when the app is\nalready opened – at which point the already open app will make\nchanges such as loading a url. This can be used loosely as a\nheuristic for when the user requested to open the app. The\nHomeActivity encompasses the home screen and browser screen but\nmay include other screens. This differs from the app_opened\nprobe because it measures all startups, not just cold startup.\n",
"disabled": false,
- "expires": "2021-06-01",
+ "expires": "2020-12-01",
"extra_keys": {
"source": {
"description": "The method used to open Fenix. Possible values are `app_icon`,\n`custom_tab`, `link` or `unknown`\n"
@@ -118,8 +119,8 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "4b9cc954fa670f14bfec4c81617d44f65c849a40",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -130,8 +131,8 @@
"perf-android-fe@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 41,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.browser_menu_action.json data.new/fenix/metrics/events.browser_menu_action.json
--- data/fenix/metrics/events.browser_menu_action.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/events.browser_menu_action.json 2020-12-03 15:32:49.000000000 -0500
@@ -17,7 +17,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
@@ -30,7 +30,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -56,42 +56,51 @@
"do_not_disable_expired": true
},
"bugs": [
- 1024
+ "https://github.com/mozilla-mobile/fenix/issues/1024"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
+ "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
+ "https://github.com/mozilla-mobile/fenix/pull/6310",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-09-11 23:03:22"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button\n"
+ "description": "A string containing the name of the item the user tapped. These items\ninclude:\n\n Settings, Help, Desktop Site toggle on/off, Find in Page,\n New Tab, Private Tab, Share, Report Site Issue, Back/Forward button,\n Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In app,\n Add To Top Sites, Add-ons Manager, Bookmarks, History\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "ddc1b2e6487eec629a6235806541558d7a38c2e7"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 125
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.browser_menu_action"
},
{
"_config": {
@@ -99,37 +108,40 @@
"do_not_disable_expired": true
},
"bugs": [
- 1024
+ "https://github.com/mozilla-mobile/fenix/issues/1024"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996"
+ "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
+ "https://github.com/mozilla-mobile/fenix/pull/6310"
],
"dates": {
- "first": "2019-09-11 23:06:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit\n"
+ "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In App\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "e3209dcc84b42a304af126cac6adb2ca22d1b46e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 124,
- "last": 117
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -147,33 +159,36 @@
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996"
+ "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
+ "https://github.com/mozilla-mobile/fenix/pull/6310"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-12 01:10:14"
+ "first": "2019-11-12 02:01:22",
+ "last": "2019-11-15 21:50:11"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit\n"
+ "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In App\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "6909a76bcb99c8f14b0dfc097d8bab2e84cb7cf8"
+ "first": "f0468f8099244095351753e897bc77e772a6609d",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 107
+ "first": 106,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -191,36 +206,33 @@
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
- "https://github.com/mozilla-mobile/fenix/pull/6310"
+ "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996"
],
"dates": {
- "first": "2019-11-12 02:01:22",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-12 01:10:14"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In App\n"
+ "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "f0468f8099244095351753e897bc77e772a6609d",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "6909a76bcb99c8f14b0dfc097d8bab2e84cb7cf8"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 106,
- "last": 103
+ "first": 116,
+ "last": 107
},
"send_in_pings": [
"events"
@@ -234,40 +246,37 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1024"
+ 1024
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
- "https://github.com/mozilla-mobile/fenix/pull/6310"
+ "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-09-11 23:06:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In App\n"
+ "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "e3209dcc84b42a304af126cac6adb2ca22d1b46e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 124,
+ "last": 117
},
"send_in_pings": [
"events"
@@ -281,44 +290,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1024"
+ 1024
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708",
- "https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996",
- "https://github.com/mozilla-mobile/fenix/pull/6310",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-09-11 23:03:22"
},
"description": "A browser menu item was tapped\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"item": {
- "description": "A string containing the name of the item the user tapped. These items\ninclude:\n\n Settings, Help, Desktop Site toggle on/off, Find in Page,\n New Tab, Private Tab, Share, Report Site Issue, Back/Forward button,\n Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In app,\n Add To Top Sites, Add-ons Manager, Bookmarks, History\n"
+ "description": "A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "ddc1b2e6487eec629a6235806541558d7a38c2e7"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 125
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.entered_url.json data.new/fenix/metrics/events.entered_url.json
--- data/fenix/metrics/events.entered_url.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/events.entered_url.json 2020-12-03 15:32:51.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user entered a url\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,42 +54,49 @@
"do_not_disable_expired": true
},
"bugs": [
- 959
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user entered a url\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"autocomplete": {
- "description": "A boolean that tells us whether the URL was autofilled by an Autocomplete suggestion"
+ "description": "A boolean that tells us whether the URL was autofilled by an\nAutocomplete suggestion\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.entered_url"
},
{
"_config": {
@@ -97,14 +104,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/959"
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user entered a url\n",
"disabled": false,
@@ -116,17 +123,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -140,14 +149,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ "https://github.com/mozilla-mobile/fenix/issue/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user entered a url\n",
"disabled": false,
@@ -159,19 +168,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -185,42 +192,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ 959
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user entered a url\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"autocomplete": {
- "description": "A boolean that tells us whether the URL was autofilled by an\nAutocomplete suggestion\n"
+ "description": "A boolean that tells us whether the URL was autofilled by an Autocomplete suggestion"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.opened_link.json data.new/fenix/metrics/events.opened_link.json
--- data/fenix/metrics/events.opened_link.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/events.opened_link.json 2020-12-03 15:32:56.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a link with Fenix\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,27 +54,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/5737"
+ "https://github.com/mozilla-mobile/fenix/issues/5737"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5975"
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-10-25 00:16:49",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a link with Fenix\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"mode": {
- "description": "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'"
+ "description": "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:\nthis probe may be incorrectly implemented: see\nhttps://github.com/mozilla-mobile/fenix/issues/14133\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "4359c215e6a30c3ad6118068a39170dc9b509afd",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -84,14 +88,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 113,
- "last": 103
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.opened_link"
},
{
"_config": {
@@ -144,31 +149,27 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5737"
+ "https://github.com/mozilla-mobile/fenix/issue/5737"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5975"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-10-25 00:16:49",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened a link with Fenix\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"mode": {
- "description": "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:\nthis probe may be incorrectly implemented: see\nhttps://github.com/mozilla-mobile/fenix/issues/14133\n"
+ "description": "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "4359c215e6a30c3ad6118068a39170dc9b509afd",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
"no_lint": [
@@ -178,8 +179,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 113,
+ "last": 103
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.performed_search.json data.new/fenix/metrics/events.performed_search.json
--- data/fenix/metrics/events.performed_search.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/events.performed_search.json 2020-12-03 15:32:50.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user performed a search\n",
"disabled": false,
@@ -29,7 +29,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -55,43 +55,50 @@
"do_not_disable_expired": true
},
"bugs": [
- 959
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/1677"
+ "https://github.com/mozilla-mobile/fenix/pull/1677",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user performed a search\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"source": {
- "description": "A string that tells us how the user performed the search. Possible values are: * default.action * default.suggestion * shortcut.action * shortcut.suggestion\n"
+ "description": "A string that tells us how the user performed the search. Possible\nvalues are:\n\n* default.action\n* default.suggestion\n* shortcut.action\n* shortcut.suggestion\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.performed_search"
},
{
"_config": {
@@ -99,15 +106,15 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/959"
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
"https://github.com/mozilla-mobile/fenix/pull/1677"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user performed a search\n",
"disabled": false,
@@ -119,17 +126,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -143,15 +152,15 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ "https://github.com/mozilla-mobile/fenix/issue/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
"https://github.com/mozilla-mobile/fenix/pull/1677"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user performed a search\n",
"disabled": false,
@@ -163,19 +172,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -189,43 +196,37 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ 959
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/1677",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1677"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user performed a search\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"source": {
- "description": "A string that tells us how the user performed the search. Possible\nvalues are:\n\n* default.action\n* default.suggestion\n* shortcut.action\n* shortcut.suggestion\n"
+ "description": "A string that tells us how the user performed the search. Possible values are: * default.action * default.suggestion * shortcut.action * shortcut.suggestion\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.preference_toggled.json data.new/fenix/metrics/events.preference_toggled.json
--- data/fenix/metrics/events.preference_toggled.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/events.preference_toggled.json 2020-12-03 15:32:50.000000000 -0500
@@ -27,7 +27,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user toggled a boolean preference in settings\n",
"disabled": false,
@@ -43,7 +43,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -69,45 +69,64 @@
"do_not_disable_expired": true
},
"bugs": [
- 975
+ "https://github.com/mozilla-mobile/fenix/issues/975",
+ "https://github.com/mozilla-mobile/fenix/issues/5094",
+ "https://github.com/mozilla-mobile/fenix/issues/5737",
+ "https://github.com/mozilla-mobile/fenix/issues/5586",
+ "https://github.com/mozilla-mobile/fenix/issues/6396",
+ "https://github.com/mozilla-mobile/fenix/issues/6070"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1896"
+ "https://github.com/mozilla-mobile/fenix/pull/1896",
+ "https://github.com/mozilla-mobile/fenix/pull/5704",
+ "https://github.com/mozilla-mobile/fenix/pull/5886",
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/6601",
+ "https://github.com/mozilla-mobile/fenix/pull/6746",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-06-10 20:56:12",
- "last": "2019-10-03 15:53:16"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A user toggled a preference switch in settings\n",
+ "description": "A user toggled a boolean preference in settings\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-06-01",
"extra_keys": {
"enabled": {
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the switch preference the user toggled. We currently track: leakcanary, make_default_browser, show_search_suggestions, show_visited_sites_bookmarks, remote_debugging, telemetry, tracking_protection"
+ "description": "The preference key for the boolean (true/false) preference the user\ntoggled.\n\nWe currently track: show_search_suggestions, remote_debugging,\ntelemetry, tracking_protection, search_bookmarks,\nsearch_browsing_history, show_clipboard_suggestions,\nshow_search_shortcuts, open_links_in_a_private_tab (bug in\nimplementation https://github.com/mozilla-mobile/fenix/issues/7384),\npref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,\npref_key_show_voice_search,\nand pref_key_show_search_suggestions_in_private.\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "c17d024452d06a98f47d3be21dfcc75a7c07b737",
- "last": "785b8b9519f2a58f21e9ce860eb195a7549cd3f4"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 148,
- "last": 118
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.preference_toggled"
},
{
"_config": {
@@ -115,18 +134,27 @@
"do_not_disable_expired": true
},
"bugs": [
- 975,
- 5094
+ "https://github.com/mozilla-mobile/fenix/issues/975",
+ "https://github.com/mozilla-mobile/fenix/issues/5094",
+ "https://github.com/mozilla-mobile/fenix/issues/5737",
+ "https://github.com/mozilla-mobile/fenix/issues/5586",
+ "https://github.com/mozilla-mobile/fenix/issues/6396",
+ "https://github.com/mozilla-mobile/fenix/issues/6070"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
- "https://github.com/mozilla-mobile/fenix/pull/5704"
+ "https://github.com/mozilla-mobile/fenix/pull/5704",
+ "https://github.com/mozilla-mobile/fenix/pull/5886",
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/6601",
+ "https://github.com/mozilla-mobile/fenix/pull/6746"
],
"dates": {
- "first": "2019-10-03 17:03:14",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-12-05 00:44:01",
+ "last": "2020-08-25 15:39:42"
},
- "description": "A user toggled a preference switch in settings\n",
+ "description": "A user toggled a boolean preference in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -134,22 +162,24 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, and show_clipboard_suggestions"
+ "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history and pref_key_show_search_suggestions_in_private"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "e8216e3079983c6d2ad9ec08a9c3cf9237405853",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "c3389dcdb58d0853e97ed4fb9bc9e13dd1936ee8",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 117,
- "last": 117
+ "first": 100,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -163,18 +193,25 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/975",
- "https://github.com/mozilla-mobile/fenix/issue/5094"
+ "https://github.com/mozilla-mobile/fenix/issues/975",
+ "https://github.com/mozilla-mobile/fenix/issues/5094",
+ "https://github.com/mozilla-mobile/fenix/issues/5737",
+ "https://github.com/mozilla-mobile/fenix/issues/5586",
+ "https://github.com/mozilla-mobile/fenix/issues/6396"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
- "https://github.com/mozilla-mobile/fenix/pull/5704"
+ "https://github.com/mozilla-mobile/fenix/pull/5704",
+ "https://github.com/mozilla-mobile/fenix/pull/5886",
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/6601"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-10-09 04:40:20"
+ "first": "2019-11-27 09:16:23",
+ "last": "2019-11-27 09:16:23"
},
- "description": "A user toggled a preference switch in settings\n",
+ "description": "A user toggled a boolean preference in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -182,22 +219,24 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, and show_clipboard_suggestions"
+ "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, pref_key_sync_logins, pref_key_sync_bookmarks and pref_key_sync_history"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "55e6e00355619baab0022d37480f1eff61685869"
+ "first": "7cf71c8ef3fd517b000394d938e058d852baa992",
+ "last": "7cf71c8ef3fd517b000394d938e058d852baa992"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 115
+ "first": 101,
+ "last": 101
},
"send_in_pings": [
"events"
@@ -211,19 +250,23 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/975",
- "https://github.com/mozilla-mobile/fenix/issue/5094"
+ "https://github.com/mozilla-mobile/fenix/issues/975",
+ "https://github.com/mozilla-mobile/fenix/issues/5094",
+ "https://github.com/mozilla-mobile/fenix/issues/5737",
+ "https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
"https://github.com/mozilla-mobile/fenix/pull/5704",
- "https://github.com/mozilla-mobile/fenix/pull/5886"
+ "https://github.com/mozilla-mobile/fenix/pull/5886",
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2019-10-11 05:52:41",
- "last": "2019-10-11 05:52:41"
+ "first": "2019-11-26 00:43:32",
+ "last": "2019-11-26 00:43:32"
},
- "description": "A user toggled a preference switch in settings\n",
+ "description": "A user toggled a boolean preference in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -231,13 +274,13 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, and show_search_shortcuts"
+ "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, and pref_key_sync_logins"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "980b11610ba13949087a7e71f2f4fe6ec67ab3ad",
- "last": "980b11610ba13949087a7e71f2f4fe6ec67ab3ad"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334"
},
"lifetime": "ping",
"no_lint": [
@@ -247,8 +290,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 114,
- "last": 114
+ "first": 102,
+ "last": 102
},
"send_in_pings": [
"events"
@@ -264,19 +307,21 @@
"bugs": [
"https://github.com/mozilla-mobile/fenix/issue/975",
"https://github.com/mozilla-mobile/fenix/issue/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737"
+ "https://github.com/mozilla-mobile/fenix/issues/5737",
+ "https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
"https://github.com/mozilla-mobile/fenix/pull/5704",
"https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975"
+ "https://github.com/mozilla-mobile/fenix/pull/5975",
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2019-10-25 00:16:49",
- "last": "2019-11-12 02:01:22"
+ "first": "2019-11-12 23:55:36",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A user toggled a preference switch in settings\n",
+ "description": "A user toggled a boolean preference in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -284,13 +329,13 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, and open_links_in_a_private_tab"
+ "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, and pref_key_sync_logins"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "4359c215e6a30c3ad6118068a39170dc9b509afd",
- "last": "f0468f8099244095351753e897bc77e772a6609d"
+ "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
"no_lint": [
@@ -300,8 +345,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 113,
- "last": 106
+ "first": 105,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -317,21 +362,19 @@
"bugs": [
"https://github.com/mozilla-mobile/fenix/issue/975",
"https://github.com/mozilla-mobile/fenix/issue/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737",
- "https://github.com/mozilla-mobile/fenix/issues/5586"
+ "https://github.com/mozilla-mobile/fenix/issues/5737"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
"https://github.com/mozilla-mobile/fenix/pull/5704",
"https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/5975"
],
"dates": {
- "first": "2019-11-12 23:55:36",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-10-25 00:16:49",
+ "last": "2019-11-12 02:01:22"
},
- "description": "A user toggled a boolean preference in settings\n",
+ "description": "A user toggled a preference switch in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -339,13 +382,13 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, and pref_key_sync_logins"
+ "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, and open_links_in_a_private_tab"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "4359c215e6a30c3ad6118068a39170dc9b509afd",
+ "last": "f0468f8099244095351753e897bc77e772a6609d"
},
"lifetime": "ping",
"no_lint": [
@@ -355,8 +398,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 105,
- "last": 103
+ "first": 113,
+ "last": 106
},
"send_in_pings": [
"events"
@@ -370,23 +413,19 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/975",
- "https://github.com/mozilla-mobile/fenix/issues/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737",
- "https://github.com/mozilla-mobile/fenix/issues/5586"
+ "https://github.com/mozilla-mobile/fenix/issue/975",
+ "https://github.com/mozilla-mobile/fenix/issue/5094"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
"https://github.com/mozilla-mobile/fenix/pull/5704",
- "https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/5886"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2019-11-26 00:43:32"
+ "first": "2019-10-11 05:52:41",
+ "last": "2019-10-11 05:52:41"
},
- "description": "A user toggled a boolean preference in settings\n",
+ "description": "A user toggled a preference switch in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -394,13 +433,13 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, and pref_key_sync_logins"
+ "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, and show_search_shortcuts"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334"
+ "first": "980b11610ba13949087a7e71f2f4fe6ec67ab3ad",
+ "last": "980b11610ba13949087a7e71f2f4fe6ec67ab3ad"
},
"lifetime": "ping",
"no_lint": [
@@ -410,8 +449,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 102
+ "first": 114,
+ "last": 114
},
"send_in_pings": [
"events"
@@ -425,25 +464,18 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/975",
- "https://github.com/mozilla-mobile/fenix/issues/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737",
- "https://github.com/mozilla-mobile/fenix/issues/5586",
- "https://github.com/mozilla-mobile/fenix/issues/6396"
+ "https://github.com/mozilla-mobile/fenix/issue/975",
+ "https://github.com/mozilla-mobile/fenix/issue/5094"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
- "https://github.com/mozilla-mobile/fenix/pull/5704",
- "https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/6601"
+ "https://github.com/mozilla-mobile/fenix/pull/5704"
],
"dates": {
- "first": "2019-11-27 09:16:23",
- "last": "2019-11-27 09:16:23"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-10-09 04:40:20"
},
- "description": "A user toggled a boolean preference in settings\n",
+ "description": "A user toggled a preference switch in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -451,24 +483,22 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, pref_key_sync_logins, pref_key_sync_bookmarks and pref_key_sync_history"
+ "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, and show_clipboard_suggestions"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "7cf71c8ef3fd517b000394d938e058d852baa992",
- "last": "7cf71c8ef3fd517b000394d938e058d852baa992"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "55e6e00355619baab0022d37480f1eff61685869"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 101,
- "last": 101
+ "first": 116,
+ "last": 115
},
"send_in_pings": [
"events"
@@ -482,27 +512,18 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/975",
- "https://github.com/mozilla-mobile/fenix/issues/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737",
- "https://github.com/mozilla-mobile/fenix/issues/5586",
- "https://github.com/mozilla-mobile/fenix/issues/6396",
- "https://github.com/mozilla-mobile/fenix/issues/6070"
+ 975,
+ 5094
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1896",
- "https://github.com/mozilla-mobile/fenix/pull/5704",
- "https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/6601",
- "https://github.com/mozilla-mobile/fenix/pull/6746"
+ "https://github.com/mozilla-mobile/fenix/pull/5704"
],
"dates": {
- "first": "2019-12-05 00:44:01",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-03 17:03:14",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A user toggled a boolean preference in settings\n",
+ "description": "A user toggled a preference switch in settings\n",
"disabled": false,
"expires": "2020-03-01",
"extra_keys": {
@@ -510,24 +531,22 @@
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the boolean (true/false) preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab, pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history and pref_key_show_search_suggestions_in_private"
+ "description": "The preference key for the switch preference the user toggled. We currently track: show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks, search_browsing_history, and show_clipboard_suggestions"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "c3389dcdb58d0853e97ed4fb9bc9e13dd1936ee8",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "e8216e3079983c6d2ad9ec08a9c3cf9237405853",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 100,
- "last": 31
+ "first": 117,
+ "last": 117
},
"send_in_pings": [
"events"
@@ -541,57 +560,39 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/975",
- "https://github.com/mozilla-mobile/fenix/issues/5094",
- "https://github.com/mozilla-mobile/fenix/issues/5737",
- "https://github.com/mozilla-mobile/fenix/issues/5586",
- "https://github.com/mozilla-mobile/fenix/issues/6396",
- "https://github.com/mozilla-mobile/fenix/issues/6070"
+ 975
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1896",
- "https://github.com/mozilla-mobile/fenix/pull/5704",
- "https://github.com/mozilla-mobile/fenix/pull/5886",
- "https://github.com/mozilla-mobile/fenix/pull/5975",
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/6601",
- "https://github.com/mozilla-mobile/fenix/pull/6746",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1896"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-10 20:56:12",
+ "last": "2019-10-03 15:53:16"
},
- "description": "A user toggled a boolean preference in settings\n",
+ "description": "A user toggled a preference switch in settings\n",
"disabled": false,
- "expires": "2021-06-01",
+ "expires": "2020-03-01",
"extra_keys": {
"enabled": {
"description": "Whether or not the preference is *now* enabled"
},
"preference_key": {
- "description": "The preference key for the boolean (true/false) preference the user\ntoggled.\n\nWe currently track: show_search_suggestions, remote_debugging,\ntelemetry, tracking_protection, search_bookmarks,\nsearch_browsing_history, show_clipboard_suggestions,\nshow_search_shortcuts, open_links_in_a_private_tab (bug in\nimplementation https://github.com/mozilla-mobile/fenix/issues/7384),\npref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,\npref_key_show_voice_search,\nand pref_key_show_search_suggestions_in_private.\n"
+ "description": "The preference key for the switch preference the user toggled. We currently track: leakcanary, make_default_browser, show_search_suggestions, show_visited_sites_bookmarks, remote_debugging, telemetry, tracking_protection"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "c17d024452d06a98f47d3be21dfcc75a7c07b737",
+ "last": "785b8b9519f2a58f21e9ce860eb195a7549cd3f4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 148,
+ "last": 118
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.search_bar_tapped.json data.new/fenix/metrics/events.search_bar_tapped.json
--- data/fenix/metrics/events.search_bar_tapped.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/events.search_bar_tapped.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped the search bar\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,42 +54,49 @@
"do_not_disable_expired": true
},
"bugs": [
- 959
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user tapped the search bar\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-04-01",
"extra_keys": {
"source": {
- "description": "The view the user was on when they initiated the search (For example: `Home` or `Browser`)"
+ "description": "The view the user was on when they initiated the search (For example:\n`Home` or `Browser`)\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.search_bar_tapped"
},
{
"_config": {
@@ -97,14 +104,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/959"
+ "https://github.com/mozilla-mobile/fenix/issues/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user tapped the search bar\n",
"disabled": false,
@@ -116,17 +123,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -140,14 +149,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ "https://github.com/mozilla-mobile/fenix/issue/959"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user tapped the search bar\n",
"disabled": false,
@@ -159,19 +168,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -185,42 +192,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/959"
+ 959
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user tapped the search bar\n",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-03-01",
"extra_keys": {
"source": {
- "description": "The view the user was on when they initiated the search (For example:\n`Home` or `Browser`)\n"
+ "description": "The view the user was on when they initiated the search (For example: `Home` or `Browser`)"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.ss_menu_closed.json data.new/fenix/metrics/events.ss_menu_closed.json
--- data/fenix/metrics/events.ss_menu_closed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/events.ss_menu_closed.json 2020-12-03 15:32:58.000000000 -0500
@@ -75,7 +75,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.ss_menu_closed"
}
]
}
diff -ur data/fenix/metrics/events.ss_menu_opened.json data.new/fenix/metrics/events.ss_menu_opened.json
--- data/fenix/metrics/events.ss_menu_opened.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/events.ss_menu_opened.json 2020-12-03 15:32:51.000000000 -0500
@@ -75,7 +75,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.ss_menu_opened"
}
]
}
diff -ur data/fenix/metrics/events.ss_selected.json data.new/fenix/metrics/events.ss_selected.json
--- data/fenix/metrics/events.ss_selected.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/events.ss_selected.json 2020-12-03 15:32:53.000000000 -0500
@@ -83,7 +83,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.ss_selected"
}
]
}
diff -ur data/fenix/metrics/events.tab_counter_menu_action.json data.new/fenix/metrics/events.tab_counter_menu_action.json
--- data/fenix/metrics/events.tab_counter_menu_action.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/events.tab_counter_menu_action.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A tab counter menu item was tapped",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -57,15 +57,19 @@
"https://github.com/mozilla-mobile/fenix/issues/11442"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11533"
+ "https://github.com/mozilla-mobile/fenix/pull/11533",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-15 18:48:12",
- "last": "2020-08-25 15:39:42"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A tab counter menu item was tapped",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-04-01",
"extra_keys": {
"item": {
"description": "A string containing the name of the item the user tapped. These items\nare:\n\n New tab, New private tab, Close tab\n"
@@ -73,8 +77,8 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "9e3e95e35152d6d99eee167009db927594526567",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -84,14 +88,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 49,
- "last": 31
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.tab_counter_menu_action"
},
{
"_config": {
@@ -102,19 +107,15 @@
"https://github.com/mozilla-mobile/fenix/issues/11442"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11533",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11533"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-06-15 18:48:12",
+ "last": "2020-08-25 15:39:42"
},
"description": "A tab counter menu item was tapped",
"disabled": false,
- "expires": "2021-04-01",
+ "expires": "2020-09-01",
"extra_keys": {
"item": {
"description": "A string containing the name of the item the user tapped. These items\nare:\n\n New tab, New private tab, Close tab\n"
@@ -122,8 +123,8 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "9e3e95e35152d6d99eee167009db927594526567",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
"no_lint": [
@@ -133,8 +134,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 49,
+ "last": 31
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/events.total_uri_count.json data.new/fenix/metrics/events.total_uri_count.json
--- data/fenix/metrics/events.total_uri_count.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/events.total_uri_count.json 2020-12-03 15:32:51.000000000 -0500
@@ -17,7 +17,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -39,7 +39,8 @@
"last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "counter",
"version": 0,
@@ -51,37 +52,47 @@
"do_not_disable_expired": true
},
"bugs": [
- 1301
+ "https://github.com/mozilla-mobile/fenix/issues/1301",
+ "https://github.com/mozilla-mobile/fenix/issues/4456"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785"
+ "https://github.com/mozilla-mobile/fenix/pull/1785",
+ "https://github.com/mozilla-mobile/fenix/pull/8314",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-06-05 20:57:18"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "47c14b07dde9991bbdeb79f58a997744a8714733"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 150
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
- "metrics"
+ "metrics",
+ "baseline"
],
"type": "counter",
- "version": 0
+ "version": 0,
+ "name": "events.total_uri_count"
},
{
"_config": {
@@ -89,34 +100,38 @@
"do_not_disable_expired": true
},
"bugs": [
- 1301
+ "https://github.com/mozilla-mobile/fenix/issues/1301",
+ "https://github.com/mozilla-mobile/fenix/issues/4456"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785"
+ "https://github.com/mozilla-mobile/fenix/pull/1785",
+ "https://github.com/mozilla-mobile/fenix/pull/8314"
],
"dates": {
- "first": "2019-06-06 19:58:55",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-05-13 21:34:03",
+ "last": "2020-10-07 18:02:42"
},
- "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "9e5d0a24080131fd1a11c8eb49700cfaa2a32076",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 149,
- "last": 117
+ "first": 61,
+ "last": 9
},
"send_in_pings": [
- "baseline"
+ "metrics"
],
"type": "counter",
"version": 0
@@ -127,34 +142,42 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1301"
+ "https://github.com/mozilla-mobile/fenix/issues/1301",
+ "https://github.com/mozilla-mobile/fenix/issues/4456"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785"
+ "https://github.com/mozilla-mobile/fenix/pull/1785",
+ "https://github.com/mozilla-mobile/fenix/pull/8314",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
- "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
- "baseline"
+ "metrics"
],
"type": "counter",
"version": 0
@@ -165,36 +188,40 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1301"
+ "https://github.com/mozilla-mobile/fenix/issues/1301",
+ "https://github.com/mozilla-mobile/fenix/issues/4456"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785"
+ "https://github.com/mozilla-mobile/fenix/pull/1785",
+ "https://github.com/mozilla-mobile/fenix/pull/8314"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-02-13 23:54:55"
+ "first": "2020-05-02 01:34:39",
+ "last": "2020-05-12 18:52:58"
},
- "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "ad1144c722cf94de83057eacaabe86a737d21dda"
+ "first": "c6c5777090f38416f34325a33bcb0b1cacfbab1f",
+ "last": "9a30d57db9a4c4f6000bd27276e9846c774df25e"
},
"lifetime": "ping",
"no_lint": [
+ "BASELINE_PING",
"CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 86
+ "first": 66,
+ "last": 1
},
"send_in_pings": [
- "baseline"
+ "baseline",
+ "metrics"
],
"type": "counter",
"version": 0
@@ -213,27 +240,28 @@
"https://github.com/mozilla-mobile/fenix/pull/8314"
],
"dates": {
- "first": "2020-02-13 23:54:55",
- "last": "2020-02-13 23:54:55"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-04-30 15:37:22"
},
- "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "b231afb05f70666bec42b61d115e2d9f51ca77c8",
- "last": "b231afb05f70666bec42b61d115e2d9f51ca77c8"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "c373af5d469def02e0ba9732c7e9476cc003980e"
},
"lifetime": "ping",
"no_lint": [
+ "BASELINE_PING",
"CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 85,
- "last": 85
+ "first": 67,
+ "last": 2
},
"send_in_pings": [
"baseline",
@@ -291,40 +319,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1301",
- "https://github.com/mozilla-mobile/fenix/issues/4456"
+ "https://github.com/mozilla-mobile/fenix/issues/1301"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785",
- "https://github.com/mozilla-mobile/fenix/pull/8314"
+ "https://github.com/mozilla-mobile/fenix/pull/1785"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-04-30 15:37:22"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-02-13 23:54:55"
},
- "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing.\n",
+ "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "c373af5d469def02e0ba9732c7e9476cc003980e"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "ad1144c722cf94de83057eacaabe86a737d21dda"
},
"lifetime": "ping",
"no_lint": [
- "CATEGORY_GENERIC",
- "BASELINE_PING"
+ "CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 2
+ "first": 102,
+ "last": 86
},
"send_in_pings": [
- "baseline",
- "metrics"
+ "baseline"
],
"type": "counter",
"version": 0
@@ -343,28 +367,27 @@
"https://github.com/mozilla-mobile/fenix/pull/8314"
],
"dates": {
- "first": "2020-05-02 01:34:39",
- "last": "2020-05-12 18:52:58"
+ "first": "2020-02-13 23:54:55",
+ "last": "2020-02-13 23:54:55"
},
- "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
+ "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6c5777090f38416f34325a33bcb0b1cacfbab1f",
- "last": "9a30d57db9a4c4f6000bd27276e9846c774df25e"
+ "first": "b231afb05f70666bec42b61d115e2d9f51ca77c8",
+ "last": "b231afb05f70666bec42b61d115e2d9f51ca77c8"
},
"lifetime": "ping",
"no_lint": [
- "CATEGORY_GENERIC",
- "BASELINE_PING"
+ "CATEGORY_GENERIC"
],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 66,
- "last": 1
+ "first": 85,
+ "last": 85
},
"send_in_pings": [
"baseline",
@@ -379,38 +402,34 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1301",
- "https://github.com/mozilla-mobile/fenix/issues/4456"
+ "https://github.com/mozilla-mobile/fenix/issue/1301"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785",
- "https://github.com/mozilla-mobile/fenix/pull/8314"
+ "https://github.com/mozilla-mobile/fenix/pull/1785"
],
"dates": {
- "first": "2020-05-13 21:34:03",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
+ "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6b448eeaaa5110513b01c53db1d94e84c2c5645",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 61,
- "last": 9
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
- "metrics"
+ "baseline"
],
"type": "counter",
"version": 0
@@ -421,42 +440,34 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1301",
- "https://github.com/mozilla-mobile/fenix/issues/4456"
+ 1301
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785",
- "https://github.com/mozilla-mobile/fenix/pull/8314",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1785"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-06-06 19:58:55",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
+ "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "9e5d0a24080131fd1a11c8eb49700cfaa2a32076",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 149,
+ "last": 117
},
"send_in_pings": [
- "metrics"
+ "baseline"
],
"type": "counter",
"version": 0
@@ -467,39 +478,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1301",
- "https://github.com/mozilla-mobile/fenix/issues/4456"
+ 1301
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1785",
- "https://github.com/mozilla-mobile/fenix/pull/8314",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1785"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-06-05 20:57:18"
},
- "description": "A counter of URIs visited by the user in the current session, including\npage reloads. This does not include background page requests and URIs from\nembedded pages or private browsing but may be incremented without user\ninteraction by website scripts that programmatically redirect to a new\nlocation.\n",
+ "description": "A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "47c14b07dde9991bbdeb79f58a997744a8714733"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 150
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/events.whats_new_tapped.json data.new/fenix/metrics/events.whats_new_tapped.json
--- data/fenix/metrics/events.whats_new_tapped.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/events.whats_new_tapped.json 2020-12-03 15:32:47.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the \"what's new\" page button\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,42 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 5021
+ "https://github.com/mozilla-mobile/fenix/issues/5021"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5090"
+ "https://github.com/mozilla-mobile/fenix/pull/5090",
+ "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-09-04 16:17:14",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-08-25 17:45:02",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the \"what's new\" page button\n",
"disabled": false,
- "expires": "2020-03-01",
- "extra_keys": {
- "source": {
- "description": "The location from which the user selected the what's new button. Either 'about' or 'home'"
- }
- },
+ "expires": "2021-04-01",
+ "extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "56128b6303f7878733989566a47b6686d3e56c25",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 128,
- "last": 117
+ "first": 30,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "events.whats_new_tapped"
},
{
"_config": {
@@ -93,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/5021"
+ "https://github.com/mozilla-mobile/fenix/issues/5021"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5090"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-08-25 15:39:42"
},
"description": "A user opened the \"what's new\" page button\n",
"disabled": false,
@@ -112,17 +115,19 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 31
},
"send_in_pings": [
"events"
@@ -136,14 +141,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5021"
+ "https://github.com/mozilla-mobile/fenix/issue/5021"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5090"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-08-25 15:39:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened the \"what's new\" page button\n",
"disabled": false,
@@ -155,19 +160,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "78a823da870f4f39644f6fe900ef26989bf0c708"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 31
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -181,38 +184,36 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5021"
+ 5021
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5090",
- "https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5090"
],
"dates": {
- "first": "2020-08-25 17:45:02",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-09-04 16:17:14",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened the \"what's new\" page button\n",
"disabled": false,
- "expires": "2021-04-01",
- "extra_keys": {},
+ "expires": "2020-03-01",
+ "extra_keys": {
+ "source": {
+ "description": "The location from which the user selected the what's new button. Either 'about' or 'home'"
+ }
+ },
"gecko_datapoint": "",
"git-commits": {
- "first": "b01dbeeebf2b54dabbb1b60916bee4ec2c837b5f",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "56128b6303f7878733989566a47b6686d3e56c25",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 30,
- "last": 0
+ "first": 128,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: experiments.json
diff -ur data/fenix/metrics/experiments.metrics.active_experiment.json data.new/fenix/metrics/experiments.metrics.active_experiment.json
--- data/fenix/metrics/experiments.metrics.active_experiment.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/experiments.metrics.active_experiment.json 2020-12-03 15:32:53.000000000 -0500
@@ -43,22 +43,22 @@
"do_not_disable_expired": true
},
"bugs": [
- 1543986
+ "https://bugzilla.mozilla.org/1543986"
],
"data_reviews": [
"https://bugzilla.mozilla.org/show_bug.cgi?id=1543986#c4"
],
"dates": {
- "first": "2019-08-14 17:07:41",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-10-07 17:44:11",
+ "last": "2020-01-16 18:14:07"
},
"description": "Records the branch name of the active experiment, if the client is enrolled in the `fenix-test-2019-08-05` experiment. This is intended to validate that the service-experiments library properly matches clients to experiments and can take action based on a multi-branched experiment. This is done by recording the experiment branch name in this string metric which allows the experiment to be transparent and unobtrusive to the user.\n",
"disabled": false,
"expires": "2019-11-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "12371ca9c18d9059ac818069cdecca60cc278032",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c106d892857bef791bbaca26d11db44869ddc78c"
},
"lifetime": "ping",
"no_lint": [],
@@ -66,14 +66,15 @@
"mcooper@mozilla.com"
],
"reflog-index": {
- "first": 136,
- "last": 117
+ "first": 116,
+ "last": 96
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "experiments.metrics.active_experiment"
},
{
"_config": {
@@ -81,22 +82,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://bugzilla.mozilla.org/1543986"
+ 1543986
],
"data_reviews": [
"https://bugzilla.mozilla.org/show_bug.cgi?id=1543986#c4"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2020-01-16 18:14:07"
+ "first": "2019-08-14 17:07:41",
+ "last": "2019-10-03 17:03:14"
},
"description": "Records the branch name of the active experiment, if the client is enrolled in the `fenix-test-2019-08-05` experiment. This is intended to validate that the service-experiments library properly matches clients to experiments and can take action based on a multi-branched experiment. This is done by recording the experiment branch name in this string metric which allows the experiment to be transparent and unobtrusive to the user.\n",
"disabled": false,
"expires": "2019-11-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c106d892857bef791bbaca26d11db44869ddc78c"
+ "first": "12371ca9c18d9059ac818069cdecca60cc278032",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
"no_lint": [],
@@ -104,8 +105,8 @@
"mcooper@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 96
+ "first": 136,
+ "last": 117
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/find_in_page.closed.json data.new/fenix/metrics/find_in_page.closed.json
--- data/fenix/metrics/find_in_page.closed.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/find_in_page.closed.json 2020-12-03 15:32:44.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1036
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "find_in_page.closed"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1036"
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ "https://github.com/mozilla-mobile/fenix/issue/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ 1036
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user closed the find in page UI\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/find_in_page.next_result.json data.new/fenix/metrics/find_in_page.next_result.json
--- data/fenix/metrics/find_in_page.next_result.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/find_in_page.next_result.json 2020-12-03 15:32:44.000000000 -0500
@@ -46,14 +46,14 @@
"do_not_disable_expired": true
},
"bugs": [
- 1036
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-01-16 18:14:07"
},
"description": "A user clicked the \"next result\" button\n",
"disabled": false,
@@ -61,23 +61,26 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "c106d892857bef791bbaca26d11db44869ddc78c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 102,
+ "last": 96
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "find_in_page.next_result"
},
{
"_config": {
@@ -124,14 +127,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ 1036
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-01-16 18:14:07"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user clicked the \"next result\" button\n",
"disabled": false,
@@ -139,19 +142,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "c106d892857bef791bbaca26d11db44869ddc78c"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 96
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/find_in_page.opened.json data.new/fenix/metrics/find_in_page.opened.json
--- data/fenix/metrics/find_in_page.opened.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/find_in_page.opened.json 2020-12-03 15:32:50.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1036
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "find_in_page.opened"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1036"
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ "https://github.com/mozilla-mobile/fenix/issue/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ 1036
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened the find in page UI\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/find_in_page.previous_result.json data.new/fenix/metrics/find_in_page.previous_result.json
--- data/fenix/metrics/find_in_page.previous_result.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/find_in_page.previous_result.json 2020-12-03 15:32:56.000000000 -0500
@@ -46,14 +46,14 @@
"do_not_disable_expired": true
},
"bugs": [
- 1036
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-01-16 18:14:07"
},
"description": "A user clicked the \"previous result\" button\n",
"disabled": false,
@@ -61,23 +61,26 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "c106d892857bef791bbaca26d11db44869ddc78c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 102,
+ "last": 96
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "find_in_page.previous_result"
},
{
"_config": {
@@ -124,14 +127,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ 1036
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-01-16 18:14:07"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user clicked the \"previous result\" button\n",
"disabled": false,
@@ -139,19 +142,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "c106d892857bef791bbaca26d11db44869ddc78c"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 96
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/find_in_page.searched_page.json data.new/fenix/metrics/find_in_page.searched_page.json
--- data/fenix/metrics/find_in_page.searched_page.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/find_in_page.searched_page.json 2020-12-03 15:32:48.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user searched the page\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1036
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user searched the page\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "find_in_page.searched_page"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1036"
+ "https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user searched the page\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user searched the page\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ "https://github.com/mozilla-mobile/fenix/issue/1036"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user searched the page\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1036"
+ 1036
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user searched the page\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: first_run_date.json
diff -ur data/fenix/metrics/first_session.adgroup.json data.new/fenix/metrics/first_session.adgroup.json
--- data/fenix/metrics/first_session.adgroup.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/first_session.adgroup.json 2020-12-03 15:32:57.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,19 +53,24 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2020-06-25 17:06:26",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -75,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"first-session"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "first_session.adgroup"
},
{
"_config": {
@@ -93,24 +99,19 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-25 17:06:26",
"last": "2020-10-07 18:02:42"
},
"description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -120,8 +121,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 0,
+ "last": 9
},
"send_in_pings": [
"first-session"
@@ -146,16 +147,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -165,8 +166,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"first-session"
diff -ur data/fenix/metrics/first_session.campaign.json data.new/fenix/metrics/first_session.campaign.json
--- data/fenix/metrics/first_session.campaign.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/first_session.campaign.json 2020-12-03 15:32:48.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,19 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2020-06-25 17:06:26",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -75,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"first-session"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "first_session.campaign"
},
{
"_config": {
@@ -93,24 +99,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-25 17:06:26",
"last": "2020-10-07 18:02:42"
},
"description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -120,8 +121,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 0,
+ "last": 9
},
"send_in_pings": [
"first-session"
@@ -146,16 +147,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -165,8 +166,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"first-session"
diff -ur data/fenix/metrics/first_session.creative.json data.new/fenix/metrics/first_session.creative.json
--- data/fenix/metrics/first_session.creative.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/first_session.creative.json 2020-12-03 15:32:59.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,19 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2020-06-25 17:06:26",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -75,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"first-session"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "first_session.creative"
},
{
"_config": {
@@ -93,24 +99,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-25 17:06:26",
"last": "2020-10-07 18:02:42"
},
"description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -120,8 +121,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 0,
+ "last": 9
},
"send_in_pings": [
"first-session"
@@ -146,16 +147,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -165,8 +166,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"first-session"
diff -ur data/fenix/metrics/first_session.network.json data.new/fenix/metrics/first_session.network.json
--- data/fenix/metrics/first_session.network.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/first_session.network.json 2020-12-03 15:32:57.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the Network that sourced this installation.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,19 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2020-06-25 17:06:26",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the Network that sourced this installation.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -75,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"first-session"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "first_session.network"
},
{
"_config": {
@@ -93,24 +99,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-25 17:06:26",
"last": "2020-10-07 18:02:42"
},
"description": "The name of the Network that sourced this installation.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -120,8 +121,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 0,
+ "last": 9
},
"send_in_pings": [
"first-session"
@@ -146,16 +147,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "The name of the Network that sourced this installation.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -165,8 +166,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"first-session"
diff -ur data/fenix/metrics/first_session.timestamp.json data.new/fenix/metrics/first_session.timestamp.json
--- data/fenix/metrics/first_session.timestamp.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/first_session.timestamp.json 2020-12-03 15:32:56.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -54,19 +54,24 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2020-06-25 17:06:26",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,15 +81,16 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 0,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"first-session"
],
"time_unit": "millisecond",
"type": "datetime",
- "version": 0
+ "version": 0,
+ "name": "first_session.timestamp"
},
{
"_config": {
@@ -95,24 +101,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-25 17:06:26",
"last": "2020-10-07 18:02:42"
},
"description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2d65faf2329bd60e705197fd224c26ca2ec6c0ae",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -122,8 +123,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 0,
+ "last": 9
},
"send_in_pings": [
"first-session"
@@ -149,16 +150,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -168,8 +169,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"first-session"
Only in data.new/fenix/metrics: fxa_tab.received.json
Only in data.new/fenix/metrics: fxa_tab.sent.json
Only in data.new/fenix/metrics: geckoview.build_id.json
Only in data.new/fenix/metrics: geckoview.content_process_lifetime.json
Only in data.new/fenix/metrics: geckoview.document_site_origins.json
Only in data.new/fenix/metrics: geckoview.page_load_progress_time.json
Only in data.new/fenix/metrics: geckoview.page_load_time.json
Only in data.new/fenix/metrics: geckoview.page_reload_time.json
Only in data.new/fenix/metrics: geckoview.per_document_site_origins.json
Only in data.new/fenix/metrics: geckoview.startup_runtime.json
Only in data.new/fenix/metrics: geckoview.version.json
Only in data.new/fenix/metrics: gfx.adapter.primary.description.json
Only in data.new/fenix/metrics: gfx.adapter.primary.device_id.json
Only in data.new/fenix/metrics: gfx.adapter.primary.device_id_last_seen.json
Only in data.new/fenix/metrics: gfx.adapter.primary.driver_date.json
Only in data.new/fenix/metrics: gfx.adapter.primary.driver_files.json
Only in data.new/fenix/metrics: gfx.adapter.primary.driver_vendor.json
Only in data.new/fenix/metrics: gfx.adapter.primary.driver_version.json
Only in data.new/fenix/metrics: gfx.adapter.primary.ram.json
Only in data.new/fenix/metrics: gfx.adapter.primary.subsystem_id.json
Only in data.new/fenix/metrics: gfx.adapter.primary.vendor_id.json
Only in data.new/fenix/metrics: gfx.checkerboard.duration.json
Only in data.new/fenix/metrics: gfx.checkerboard.peak_pixel_count.json
Only in data.new/fenix/metrics: gfx.checkerboard.potential_duration.json
Only in data.new/fenix/metrics: gfx.checkerboard.severity.json
Only in data.new/fenix/metrics: gfx.composite_time.json
Only in data.new/fenix/metrics: gfx.content.frame_time.from_paint.json
Only in data.new/fenix/metrics: gfx.content.frame_time.from_vsync.json
Only in data.new/fenix/metrics: gfx.content.frame_time.reason.json
Only in data.new/fenix/metrics: gfx.content.frame_time.with_svg.json
Only in data.new/fenix/metrics: gfx.content.frame_time.without_resource_upload.json
Only in data.new/fenix/metrics: gfx.content.frame_time.without_upload.json
Only in data.new/fenix/metrics: gfx.content.full_paint_time.json
Only in data.new/fenix/metrics: gfx.content.paint_time.json
Only in data.new/fenix/metrics: gfx.display.count.json
Only in data.new/fenix/metrics: gfx.display.primary_height.json
Only in data.new/fenix/metrics: gfx.display.primary_width.json
Only in data.new/fenix/metrics: gfx.scroll_present_latency.json
Only in data.new/fenix/metrics: gfx.status.compositor.json
Only in data.new/fenix/metrics: gfx.status.compositor_last_seen.json
Only in data.new/fenix/metrics: gfx.status.framebuild_time.json
Only in data.new/fenix/metrics: gfx.status.headless.json
Only in data.new/fenix/metrics: gfx.status.sceneswap_time.json
Only in data.new/fenix/metrics: gfx.webrender.framebuild_time.json
Only in data.new/fenix/metrics: gfx.webrender.render_time.json
Only in data.new/fenix/metrics: gfx.webrender.scenebuild_time.json
Only in data.new/fenix/metrics: gfx.webrender.sceneswap_time.json
Only in data.new/fenix/metrics: glean.baseline.duration.json
Only in data.new/fenix/metrics: glean.baseline.locale.json
Only in data.new/fenix/metrics: glean.core.migration.successful.json
Only in data.new/fenix/metrics: glean.database.size.json
Only in data.new/fenix/metrics: glean.error.invalid_label.json
Only in data.new/fenix/metrics: glean.error.invalid_overflow.json
Only in data.new/fenix/metrics: glean.error.invalid_state.json
Only in data.new/fenix/metrics: glean.error.invalid_value.json
Only in data.new/fenix/metrics: glean.error.preinit_tasks_overflow.json
Only in data.new/fenix/metrics: glean.error.preinit_tasks_timeout.json
Only in data.new/fenix/metrics: glean.upload.deleted_pings_after_quota_hit.json
Only in data.new/fenix/metrics: glean.upload.discarded_exceeding_pings_size.json
Only in data.new/fenix/metrics: glean.upload.pending_pings.json
Only in data.new/fenix/metrics: glean.upload.pending_pings_directory_size.json
Only in data.new/fenix/metrics: glean.upload.ping_upload_failure.json
Only in data.new/fenix/metrics: glean.validation.app_forceclosed_count.json
Only in data.new/fenix/metrics: glean.validation.baseline_ping_count.json
Only in data.new/fenix/metrics: glean.validation.metrics_ping_count.json
diff -ur data/fenix/metrics/history.opened.json data.new/fenix/metrics/history.opened.json
--- data/fenix/metrics/history.opened.json 2020-12-03 15:31:06.000000000 -0500
+++ data.new/fenix/metrics/history.opened.json 2020-12-03 15:33:00.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the history screen\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 2362
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened the history screen\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "history.opened"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/2362"
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user opened the history screen\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user opened the history screen\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ "https://github.com/mozilla-mobile/fenix/issue/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened the history screen\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ 2362
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened the history screen\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/history.opened_item.json data.new/fenix/metrics/history.opened_item.json
--- data/fenix/metrics/history.opened_item.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/history.opened_item.json 2020-12-03 15:32:46.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a history item\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 2362
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user opened a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "history.opened_item"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/2362"
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user opened a history item\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user opened a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ "https://github.com/mozilla-mobile/fenix/issue/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user opened a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ 2362
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/history.removed.json data.new/fenix/metrics/history.removed.json
--- data/fenix/metrics/history.removed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/history.removed.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a history item\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 2362
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "history.removed"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/2362"
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user removed a history item\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user removed a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ "https://github.com/mozilla-mobile/fenix/issue/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user removed a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ 2362
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user removed a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/history.removed_all.json data.new/fenix/metrics/history.removed_all.json
--- data/fenix/metrics/history.removed_all.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/history.removed_all.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed all history items\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 2362
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user removed all history items\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "history.removed_all"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/2362"
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user removed all history items\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user removed all history items\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ "https://github.com/mozilla-mobile/fenix/issue/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user removed all history items\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ 2362
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user removed all history items\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/history.shared.json data.new/fenix/metrics/history.shared.json
--- data/fenix/metrics/history.shared.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/history.shared.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user shared a history item\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 2362
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-07-16 19:21:03",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user shared a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 144,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "history.shared"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/2362"
+ "https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user shared a history item\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940"
+ "https://github.com/mozilla-mobile/fenix/pull/3940",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user shared a history item\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ "https://github.com/mozilla-mobile/fenix/issue/2362"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user shared a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/2362"
+ 2362
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/3940",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/3940"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-07-16 19:21:03",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user shared a history item\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 144,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: history_sync.failure_reason.json
Only in data.new/fenix/metrics: history_sync.finished_at.json
Only in data.new/fenix/metrics: history_sync.incoming.json
Only in data.new/fenix/metrics: history_sync.outgoing.json
Only in data.new/fenix/metrics: history_sync.outgoing_batches.json
Only in data.new/fenix/metrics: history_sync.started_at.json
Only in data.new/fenix/metrics: history_sync.uid.json
diff -ur data/fenix/metrics/installation.adgroup.json data.new/fenix/metrics/installation.adgroup.json
--- data/fenix/metrics/installation.adgroup.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/installation.adgroup.json 2020-12-03 15:32:58.000000000 -0500
@@ -45,22 +45,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/7295"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-06-15 18:48:12"
},
- "description": "AdGroup\n",
+ "description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
- "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "9e3e95e35152d6d99eee167009db927594526567"
},
"lifetime": "ping",
"no_lint": [
@@ -70,14 +70,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 5,
+ "last": 49
},
"send_in_pings": [
"installation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "installation.adgroup"
},
{
"_config": {
@@ -88,7 +89,7 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "TODO"
+ "https://github.com/mozilla-mobile/fenix/pull/8074"
],
"dates": {
"first": "2020-02-15 04:56:49",
@@ -99,8 +100,8 @@
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
- "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
+ "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
+ "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
},
"lifetime": "ping",
"no_lint": [
@@ -110,8 +111,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"installation"
@@ -125,22 +126,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836"
+ "TODO"
],
"dates": {
"first": "2020-02-15 04:56:49",
"last": "2020-02-15 04:56:49"
},
- "description": "The name of the AdGroup that was used to source this installation.\n",
+ "description": "AdGroup\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
+ "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
},
"lifetime": "ping",
"no_lint": [
@@ -150,8 +151,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 6,
- "last": 6
+ "first": 7,
+ "last": 7
},
"send_in_pings": [
"installation"
@@ -171,16 +172,16 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-06-15 18:48:12"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
"description": "The name of the AdGroup that was used to source this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "9e3e95e35152d6d99eee167009db927594526567"
+ "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "ping",
"no_lint": [
@@ -190,8 +191,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 49
+ "first": 6,
+ "last": 6
},
"send_in_pings": [
"installation"
diff -ur data/fenix/metrics/installation.campaign.json data.new/fenix/metrics/installation.campaign.json
--- data/fenix/metrics/installation.campaign.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/installation.campaign.json 2020-12-03 15:32:53.000000000 -0500
@@ -48,19 +48,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-06-15 18:48:12"
},
- "description": "Campaign\n",
+ "description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
- "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "9e3e95e35152d6d99eee167009db927594526567"
},
"lifetime": "ping",
"no_lint": [
@@ -70,14 +70,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 5,
+ "last": 49
},
"send_in_pings": [
"installation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "installation.campaign"
},
{
"_config": {
@@ -88,7 +89,7 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "TODO"
+ "https://github.com/mozilla-mobile/fenix/pull/8074"
],
"dates": {
"first": "2020-02-15 04:56:49",
@@ -99,8 +100,8 @@
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
- "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
+ "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
+ "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
},
"lifetime": "ping",
"no_lint": [
@@ -110,8 +111,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"installation"
@@ -128,19 +129,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "TODO"
],
"dates": {
"first": "2020-02-15 04:56:49",
"last": "2020-02-15 04:56:49"
},
- "description": "The name of the campaign that is responsible for this installation.\n",
+ "description": "Campaign\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
+ "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
},
"lifetime": "ping",
"no_lint": [
@@ -150,8 +151,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 6,
- "last": 6
+ "first": 7,
+ "last": 7
},
"send_in_pings": [
"installation"
@@ -171,16 +172,16 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-06-15 18:48:12"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
"description": "The name of the campaign that is responsible for this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "9e3e95e35152d6d99eee167009db927594526567"
+ "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "ping",
"no_lint": [
@@ -190,8 +191,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 49
+ "first": 6,
+ "last": 6
},
"send_in_pings": [
"installation"
diff -ur data/fenix/metrics/installation.creative.json data.new/fenix/metrics/installation.creative.json
--- data/fenix/metrics/installation.creative.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/installation.creative.json 2020-12-03 15:32:46.000000000 -0500
@@ -48,19 +48,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-06-15 18:48:12"
},
- "description": "Creative\n",
+ "description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
- "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "9e3e95e35152d6d99eee167009db927594526567"
},
"lifetime": "ping",
"no_lint": [
@@ -70,14 +70,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 5,
+ "last": 49
},
"send_in_pings": [
"installation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "installation.creative"
},
{
"_config": {
@@ -88,7 +89,7 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "TODO"
+ "https://github.com/mozilla-mobile/fenix/pull/8074"
],
"dates": {
"first": "2020-02-15 04:56:49",
@@ -99,8 +100,8 @@
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
- "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
+ "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
+ "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
},
"lifetime": "ping",
"no_lint": [
@@ -110,8 +111,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"installation"
@@ -128,19 +129,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "TODO"
],
"dates": {
"first": "2020-02-15 04:56:49",
"last": "2020-02-15 04:56:49"
},
- "description": "The identifier of the creative material that the user interacted with.\n",
+ "description": "Creative\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
+ "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
},
"lifetime": "ping",
"no_lint": [
@@ -150,8 +151,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 6,
- "last": 6
+ "first": 7,
+ "last": 7
},
"send_in_pings": [
"installation"
@@ -171,16 +172,16 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-06-15 18:48:12"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
"description": "The identifier of the creative material that the user interacted with.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "9e3e95e35152d6d99eee167009db927594526567"
+ "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "ping",
"no_lint": [
@@ -190,8 +191,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 49
+ "first": 6,
+ "last": 6
},
"send_in_pings": [
"installation"
diff -ur data/fenix/metrics/installation.identifier.json data.new/fenix/metrics/installation.identifier.json
--- data/fenix/metrics/installation.identifier.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/installation.identifier.json 2020-12-03 15:32:50.000000000 -0500
@@ -77,7 +77,8 @@
"installation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "installation.identifier"
}
]
}
diff -ur data/fenix/metrics/installation.network.json data.new/fenix/metrics/installation.network.json
--- data/fenix/metrics/installation.network.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/installation.network.json 2020-12-03 15:32:59.000000000 -0500
@@ -48,19 +48,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-06-15 18:48:12"
},
- "description": "Network\n",
+ "description": "The name of the Network that sourced this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
- "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "9e3e95e35152d6d99eee167009db927594526567"
},
"lifetime": "ping",
"no_lint": [
@@ -70,14 +70,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 5,
+ "last": 49
},
"send_in_pings": [
"installation"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "installation.network"
},
{
"_config": {
@@ -88,7 +89,7 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "TODO"
+ "https://github.com/mozilla-mobile/fenix/pull/8074"
],
"dates": {
"first": "2020-02-15 04:56:49",
@@ -99,8 +100,8 @@
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
- "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
+ "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
+ "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
},
"lifetime": "ping",
"no_lint": [
@@ -110,8 +111,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"installation"
@@ -128,19 +129,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "TODO"
],
"dates": {
"first": "2020-02-15 04:56:49",
"last": "2020-02-15 04:56:49"
},
- "description": "The name of the Network that sourced this installation.\n",
+ "description": "Network\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
+ "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
},
"lifetime": "ping",
"no_lint": [
@@ -150,8 +151,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 6,
- "last": 6
+ "first": 7,
+ "last": 7
},
"send_in_pings": [
"installation"
@@ -171,16 +172,16 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-06-15 18:48:12"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
"description": "The name of the Network that sourced this installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "9e3e95e35152d6d99eee167009db927594526567"
+ "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "ping",
"no_lint": [
@@ -190,8 +191,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 49
+ "first": 6,
+ "last": 6
},
"send_in_pings": [
"installation"
diff -ur data/fenix/metrics/installation.timestamp.json data.new/fenix/metrics/installation.timestamp.json
--- data/fenix/metrics/installation.timestamp.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/installation.timestamp.json 2020-12-03 15:32:56.000000000 -0500
@@ -49,19 +49,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-05-22 21:17:47",
+ "last": "2020-06-15 18:48:12"
},
- "description": "Timestamp\n",
+ "description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
- "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
+ "first": "0a3727e1e683d495c8093162be4b6793611ba350",
+ "last": "9e3e95e35152d6d99eee167009db927594526567"
},
"lifetime": "ping",
"no_lint": [
@@ -71,14 +71,16 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 57,
+ "last": 49
},
"send_in_pings": [
"installation"
],
- "type": "string",
- "version": 0
+ "time_unit": "millisecond",
+ "type": "datetime",
+ "version": 0,
+ "name": "installation.timestamp"
},
{
"_config": {
@@ -89,19 +91,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "TODO"
+ "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-02-15 04:56:49",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-05-22 20:10:09"
},
- "description": "Timestamp\n",
+ "description": "The date and time of the installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
- "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "7067e5c000fd35509e2b4aba2a480e2dd01d46be"
},
"lifetime": "ping",
"no_lint": [
@@ -111,13 +113,14 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 7
+ "first": 5,
+ "last": 58
},
"send_in_pings": [
"installation"
],
- "type": "string",
+ "time_unit": "millisecond",
+ "type": "datetime",
"version": 0
},
{
@@ -129,19 +132,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "https://github.com/mozilla-mobile/fenix/pull/8074"
],
"dates": {
"first": "2020-02-15 04:56:49",
"last": "2020-02-15 04:56:49"
},
- "description": "The date and time of the installation.\n",
+ "description": "Timestamp\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "d6ae3d4abe57577ea9345cfffcb284679d261de0",
+ "last": "d6ae3d4abe57577ea9345cfffcb284679d261de0"
},
"lifetime": "ping",
"no_lint": [
@@ -151,14 +154,13 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 6,
- "last": 6
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"installation"
],
- "time_unit": "millisecond",
- "type": "datetime",
+ "type": "string",
"version": 0
},
{
@@ -170,19 +172,19 @@
"https://github.com/mozilla-mobile/fenix/issues/7295"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
+ "TODO"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-05-22 20:10:09"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
- "description": "The date and time of the installation.\n",
+ "description": "Timestamp\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "7067e5c000fd35509e2b4aba2a480e2dd01d46be"
+ "first": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8",
+ "last": "3b64cabc5282e3004a0cb91add2d6ba0ad5442d8"
},
"lifetime": "ping",
"no_lint": [
@@ -192,14 +194,13 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 58
+ "first": 7,
+ "last": 7
},
"send_in_pings": [
"installation"
],
- "time_unit": "millisecond",
- "type": "datetime",
+ "type": "string",
"version": 0
},
{
@@ -214,16 +215,16 @@
"https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202"
],
"dates": {
- "first": "2020-05-22 21:17:47",
- "last": "2020-06-15 18:48:12"
+ "first": "2020-02-15 04:56:49",
+ "last": "2020-02-15 04:56:49"
},
- "description": "The Glean generated date and time of the installation. This is\nunique per app install, though the rest of the data in this\nping is from Adjust and will remain static across installs.\n",
+ "description": "The date and time of the installation.\n",
"disabled": false,
"expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "0a3727e1e683d495c8093162be4b6793611ba350",
- "last": "9e3e95e35152d6d99eee167009db927594526567"
+ "first": "7aeb5f072da1b7c523523c1ae40f6d527bf88245",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "ping",
"no_lint": [
@@ -233,8 +234,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 57,
- "last": 49
+ "first": 6,
+ "last": 6
},
"send_in_pings": [
"installation"
Only in data.new/fenix/metrics: javascript.gc.compact_time.json
Only in data.new/fenix/metrics: javascript.gc.mark_roots_time.json
Only in data.new/fenix/metrics: javascript.gc.mark_time.json
Only in data.new/fenix/metrics: javascript.gc.minor_time.json
Only in data.new/fenix/metrics: javascript.gc.prepare_time.json
Only in data.new/fenix/metrics: javascript.gc.slice_time.json
Only in data.new/fenix/metrics: javascript.gc.sweep_time.json
Only in data.new/fenix/metrics: javascript.gc.total_time.json
Only in data.new/fenix/metrics: js.baseline_compile_percentage.json
Only in data.new/fenix/metrics: js.bytecode_caching_time.json
Only in data.new/fenix/metrics: js.delazification_percentage.json
Only in data.new/fenix/metrics: js.execution_percentage.json
Only in data.new/fenix/metrics: js.xdr_encode_percentage.json
diff -ur data/fenix/metrics/library.closed.json data.new/fenix/metrics/library.closed.json
--- data/fenix/metrics/library.closed.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/library.closed.json 2020-12-03 15:32:50.000000000 -0500
@@ -46,14 +46,14 @@
"do_not_disable_expired": true
},
"bugs": [
- 976
+ "https://github.com/mozilla-mobile/fenix/issues/976"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-05-09 17:35:57"
},
"description": "A user closed the library\n",
"disabled": false,
@@ -61,23 +61,26 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 102,
+ "last": 64
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "library.closed"
},
{
"_config": {
@@ -124,14 +127,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/976"
+ 976
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-05-09 17:35:57"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user closed the library\n",
"disabled": false,
@@ -139,19 +142,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 64
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/library.opened.json data.new/fenix/metrics/library.opened.json
--- data/fenix/metrics/library.opened.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/library.opened.json 2020-12-03 15:32:44.000000000 -0500
@@ -46,14 +46,14 @@
"do_not_disable_expired": true
},
"bugs": [
- 976
+ "https://github.com/mozilla-mobile/fenix/issues/976"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-05-09 17:35:57"
},
"description": "A user opened the library\n",
"disabled": false,
@@ -61,23 +61,26 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 102,
+ "last": 64
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "library.opened"
},
{
"_config": {
@@ -124,14 +127,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/976"
+ 976
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-05-09 17:35:57"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user opened the library\n",
"disabled": false,
@@ -139,19 +142,17 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 64
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/library.selected_item.json data.new/fenix/metrics/library.selected_item.json
--- data/fenix/metrics/library.selected_item.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/library.selected_item.json 2020-12-03 15:32:47.000000000 -0500
@@ -50,14 +50,14 @@
"do_not_disable_expired": true
},
"bugs": [
- 976
+ "https://github.com/mozilla-mobile/fenix/issues/976"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-05-09 17:35:57"
},
"description": "A user selected a library item\n",
"disabled": false,
@@ -69,23 +69,26 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 117
+ "first": 102,
+ "last": 64
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "library.selected_item"
},
{
"_config": {
@@ -136,14 +139,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/976"
+ 976
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-05-09 17:35:57"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user selected a library item\n",
"disabled": false,
@@ -155,19 +158,17 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "17fb7c1df78dc7d85484381a94bc04f667be1a75"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 64
+ "first": 152,
+ "last": 117
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: locale.json
diff -ur data/fenix/metrics/login_dialog.cancelled.json data.new/fenix/metrics/login_dialog.cancelled.json
--- data/fenix/metrics/login_dialog.cancelled.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/login_dialog.cancelled.json 2020-12-03 15:32:50.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt was cancelled\n",
"disabled": false,
@@ -20,7 +20,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,7 +53,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt was cancelled\n",
"disabled": false,
@@ -62,7 +62,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "login_dialog.cancelled"
}
]
}
diff -ur data/fenix/metrics/login_dialog.displayed.json data.new/fenix/metrics/login_dialog.displayed.json
--- data/fenix/metrics/login_dialog.displayed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/login_dialog.displayed.json 2020-12-03 15:32:59.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt was displayed\n",
"disabled": false,
@@ -20,7 +20,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,7 +53,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt was displayed\n",
"disabled": false,
@@ -62,7 +62,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "login_dialog.displayed"
}
]
}
diff -ur data/fenix/metrics/login_dialog.never_save.json data.new/fenix/metrics/login_dialog.never_save.json
--- data/fenix/metrics/login_dialog.never_save.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/login_dialog.never_save.json 2020-12-03 15:32:49.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt \"never save\" button was pressed\n",
"disabled": false,
@@ -20,7 +20,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,7 +53,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt \"never save\" button was pressed\n",
"disabled": false,
@@ -62,7 +62,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "login_dialog.never_save"
}
]
}
diff -ur data/fenix/metrics/login_dialog.saved.json data.new/fenix/metrics/login_dialog.saved.json
--- data/fenix/metrics/login_dialog.saved.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/login_dialog.saved.json 2020-12-03 15:32:44.000000000 -0500
@@ -11,7 +11,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt \"save\" button was pressed\n",
"disabled": false,
@@ -20,7 +20,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,7 +53,7 @@
],
"dates": {
"first": "2020-07-29 19:59:35",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The login dialog prompt \"save\" button was pressed\n",
"disabled": false,
@@ -62,7 +62,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "4b646c03cb27a3c3885807906d0ef7cf462868d9",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -79,7 +79,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "login_dialog.saved"
}
]
}
diff -ur data/fenix/metrics/logins.copy_login.json data.new/fenix/metrics/logins.copy_login.json
--- data/fenix/metrics/logins.copy_login.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/logins.copy_login.json 2020-12-03 15:32:54.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user copied a piece of a login in saved logins\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-12 23:55:36",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user copied a piece of a login in saved logins\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 105,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.copy_login"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-12 23:55:36",
"last": "2020-10-07 18:02:42"
},
"description": "A user copied a piece of a login in saved logins\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 105,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user copied a piece of a login in saved logins\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.delete_saved_login.json data.new/fenix/metrics/logins.delete_saved_login.json
--- data/fenix/metrics/logins.delete_saved_login.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/logins.delete_saved_login.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user confirms delete of a saved login\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208"
+ "https://github.com/mozilla-mobile/fenix/issues/11208",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-07-16 22:08:04",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user confirms delete of a saved login\n",
"disabled": false,
- "expires": "2020-10-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 39,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.delete_saved_login"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/issues/11208"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-07-16 22:08:04",
"last": "2020-10-07 18:02:42"
},
"description": "A user confirms delete of a saved login\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-10-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 39,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user confirms delete of a saved login\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.open_individual_login.json data.new/fenix/metrics/logins.open_individual_login.json
--- data/fenix/metrics/logins.open_individual_login.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/logins.open_individual_login.json 2020-12-03 15:32:49.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed an individual login in saved logins\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-12 23:55:36",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed an individual login in saved logins\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 105,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.open_individual_login"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-12 23:55:36",
"last": "2020-10-07 18:02:42"
},
"description": "A user accessed an individual login in saved logins\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 105,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user accessed an individual login in saved logins\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.open_login_editor.json data.new/fenix/metrics/logins.open_login_editor.json
--- data/fenix/metrics/logins.open_login_editor.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/logins.open_login_editor.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user entered the edit screen for an individual saved login\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208"
+ "https://github.com/mozilla-mobile/fenix/issues/11208",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-07-16 22:08:04",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user entered the edit screen for an individual saved login\n",
"disabled": false,
- "expires": "2020-10-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 39,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.open_login_editor"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/issues/11208"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-07-16 22:08:04",
"last": "2020-10-07 18:02:42"
},
"description": "A user entered the edit screen for an individual saved login\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-10-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 39,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user entered the edit screen for an individual saved login\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.open_logins.json data.new/fenix/metrics/logins.open_logins.json
--- data/fenix/metrics/logins.open_logins.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/logins.open_logins.json 2020-12-03 15:32:56.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed Logins in Settings\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-12 23:55:36",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user accessed Logins in Settings\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 105,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.open_logins"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-12 23:55:36",
"last": "2020-10-07 18:02:42"
},
"description": "A user accessed Logins in Settings\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 105,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user accessed Logins in Settings\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.save_edited_login.json data.new/fenix/metrics/logins.save_edited_login.json
--- data/fenix/metrics/logins.save_edited_login.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/logins.save_edited_login.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saves changes made to an individual login\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208"
+ "https://github.com/mozilla-mobile/fenix/issues/11208",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-07-16 22:08:04",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user saves changes made to an individual login\n",
"disabled": false,
- "expires": "2020-10-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 39,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.save_edited_login"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/10173"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/issues/11208",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/issues/11208"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-07-16 22:08:04",
"last": "2020-10-07 18:02:42"
},
"description": "A user saves changes made to an individual login\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-10-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "023a4983fa769a6fb9eea6600ec7ce8e620618c4",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 39,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user saves changes made to an individual login\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.save_logins_setting_changed.json data.new/fenix/metrics/logins.save_logins_setting_changed.json
--- data/fenix/metrics/logins.save_logins_setting_changed.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/logins.save_logins_setting_changed.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user changed their setting for asking to save logins\n",
"disabled": false,
@@ -28,7 +28,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -57,24 +57,28 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/7767"
+ "https://github.com/mozilla-mobile/fenix/pull/7767",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-01-22 22:19:12",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user changed their setting for asking to save logins\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"extra_keys": {
"setting": {
- "description": "The new setting for saving logins the user selected. Either `ask_to_save` or `never_save`"
+ "description": "The new setting for saving logins the user selected. Either\n`ask_to_save` or `never_save`\n"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "c556e819bdedb351405b82e2550a60f8fde3ebdd",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -84,14 +88,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 94,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.save_logins_setting_changed"
},
{
"_config": {
@@ -102,28 +107,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/7767",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/7767"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-01-22 22:19:12",
"last": "2020-10-07 18:02:42"
},
"description": "A user changed their setting for asking to save logins\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"extra_keys": {
"setting": {
- "description": "The new setting for saving logins the user selected. Either\n`ask_to_save` or `never_save`\n"
+ "description": "The new setting for saving logins the user selected. Either `ask_to_save` or `never_save`"
}
},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "c556e819bdedb351405b82e2550a60f8fde3ebdd",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -133,8 +134,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 94,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -158,8 +159,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user changed their setting for asking to save logins\n",
"disabled": false,
@@ -171,8 +172,8 @@
},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -182,8 +183,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/logins.view_password_login.json data.new/fenix/metrics/logins.view_password_login.json
--- data/fenix/metrics/logins.view_password_login.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/logins.view_password_login.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user viewed a password in an individual saved login\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352"
+ "https://github.com/mozilla-mobile/fenix/pull/6352",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-12 23:55:36",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user viewed a password in an individual saved login\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 105,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "logins.view_password_login"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5586"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6352",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6352"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-12 23:55:36",
"last": "2020-10-07 18:02:42"
},
"description": "A user viewed a password in an individual saved login\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "cc318021cc99a72e0619f6fc26684eaa0c8ef947",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 105,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user viewed a password in an individual saved login\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
Only in data.new/fenix/metrics: logins_store.read_query_count.json
Only in data.new/fenix/metrics: logins_store.read_query_error_count.json
Only in data.new/fenix/metrics: logins_store.read_query_time.json
Only in data.new/fenix/metrics: logins_store.unlock_count.json
Only in data.new/fenix/metrics: logins_store.unlock_error_count.json
Only in data.new/fenix/metrics: logins_store.unlock_time.json
Only in data.new/fenix/metrics: logins_store.write_query_count.json
Only in data.new/fenix/metrics: logins_store.write_query_error_count.json
Only in data.new/fenix/metrics: logins_store.write_query_time.json
Only in data.new/fenix/metrics: logins_sync.failure_reason.json
Only in data.new/fenix/metrics: logins_sync.finished_at.json
Only in data.new/fenix/metrics: logins_sync.incoming.json
Only in data.new/fenix/metrics: logins_sync.outgoing.json
Only in data.new/fenix/metrics: logins_sync.outgoing_batches.json
Only in data.new/fenix/metrics: logins_sync.started_at.json
Only in data.new/fenix/metrics: logins_sync.uid.json
diff -ur data/fenix/metrics/master_password.displayed.json data.new/fenix/metrics/master_password.displayed.json
--- data/fenix/metrics/master_password.displayed.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/master_password.displayed.json 2020-12-03 15:32:51.000000000 -0500
@@ -14,7 +14,7 @@
],
"dates": {
"first": "2020-09-01 23:27:51",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The master password migration dialog was displayed\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "83ffcac57ed4b387a9b0292795c431fc95899e15",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -59,7 +59,7 @@
],
"dates": {
"first": "2020-09-01 23:27:51",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The master password migration dialog was displayed\n",
"disabled": false,
@@ -68,7 +68,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "83ffcac57ed4b387a9b0292795c431fc95899e15",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -85,7 +85,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "master_password.displayed"
}
]
}
diff -ur data/fenix/metrics/master_password.migration.json data.new/fenix/metrics/master_password.migration.json
--- data/fenix/metrics/master_password.migration.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/master_password.migration.json 2020-12-03 15:32:54.000000000 -0500
@@ -14,7 +14,7 @@
],
"dates": {
"first": "2020-09-01 23:27:51",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Logins were successfully migrated using a master password.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "83ffcac57ed4b387a9b0292795c431fc95899e15",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -59,7 +59,7 @@
],
"dates": {
"first": "2020-09-01 23:27:51",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Logins were successfully migrated using a master password.\n",
"disabled": false,
@@ -68,7 +68,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "83ffcac57ed4b387a9b0292795c431fc95899e15",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -85,7 +85,8 @@
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "master_password.migration"
}
]
}
Only in data.new/fenix/metrics: media.audio.backend.json
Only in data.new/fenix/metrics: media.audio.init_failure.json
Only in data.new/fenix/metrics: media.audio_init_failure.json
diff -ur data/fenix/metrics/media_notification.pause.json data.new/fenix/metrics/media_notification.pause.json
--- data/fenix/metrics/media_notification.pause.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/media_notification.pause.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 5197
+ "https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520"
+ "https://github.com/mozilla-mobile/fenix/pull/5520",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-09-27 15:02:29",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "6babf72352c1f15b2f2d6ed54e4eccdb41c39fe1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 120,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "media_notification.pause"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/5197"
+ "https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520"
+ "https://github.com/mozilla-mobile/fenix/pull/5520",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5197"
+ "https://github.com/mozilla-mobile/fenix/issue/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5197"
+ 5197
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-09-27 15:02:29",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user pressed the pause icon on the media notification\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "6babf72352c1f15b2f2d6ed54e4eccdb41c39fe1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 120,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/media_notification.play.json data.new/fenix/metrics/media_notification.play.json
--- data/fenix/metrics/media_notification.play.json 2020-12-03 15:30:58.000000000 -0500
+++ data.new/fenix/metrics/media_notification.play.json 2020-12-03 15:32:45.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -50,38 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 5197
+ "https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520"
+ "https://github.com/mozilla-mobile/fenix/pull/5520",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-09-27 15:02:29",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "6babf72352c1f15b2f2d6ed54e4eccdb41c39fe1",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 120,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "media_notification.play"
},
{
"_config": {
@@ -89,14 +96,14 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/5197"
+ "https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
@@ -104,17 +111,19 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -131,20 +140,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520"
+ "https://github.com/mozilla-mobile/fenix/pull/5520",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-26 00:43:32",
+ "first": "2020-10-07 18:02:42",
"last": "2020-10-07 18:02:42"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -154,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
@@ -169,38 +182,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5197"
+ "https://github.com/mozilla-mobile/fenix/issue/5197"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"events"
@@ -214,38 +221,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/5197"
+ 5197
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5520",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/5520"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-09-27 15:02:29",
+ "last": "2019-10-03 17:03:14"
},
"description": "A user pressed the play icon on the media notification\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "6babf72352c1f15b2f2d6ed54e4eccdb41c39fe1",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "ping",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 120,
+ "last": 117
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/media_state.pause.json data.new/fenix/metrics/media_state.pause.json
--- data/fenix/metrics/media_state.pause.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/media_state.pause.json 2020-12-03 15:32:55.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Media playback was paused.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463"
+ "https://github.com/mozilla-mobile/fenix/pull/6463",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-13 01:24:30",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "Media playback was paused.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 104,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "media_state.pause"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6463"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-13 01:24:30",
"last": "2020-10-07 18:02:42"
},
"description": "Media playback was paused.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 104,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "Media playback was paused.\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/media_state.play.json data.new/fenix/metrics/media_state.play.json
--- data/fenix/metrics/media_state.play.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/media_state.play.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Media started playing.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463"
+ "https://github.com/mozilla-mobile/fenix/pull/6463",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-13 01:24:30",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "Media started playing.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 104,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "media_state.play"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6463"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-13 01:24:30",
"last": "2020-10-07 18:02:42"
},
"description": "Media started playing.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 104,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "Media started playing.\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/media_state.stop.json data.new/fenix/metrics/media_state.stop.json
--- data/fenix/metrics/media_state.stop.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/media_state.stop.json 2020-12-03 15:32:52.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Media playback has ended.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -53,20 +53,24 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463"
+ "https://github.com/mozilla-mobile/fenix/pull/6463",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-11-13 01:24:30",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "Media playback has ended.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "ping",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 104,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"events"
],
"type": "event",
- "version": 0
+ "version": 0,
+ "name": "media_state.stop"
},
{
"_config": {
@@ -94,24 +99,20 @@
"https://github.com/mozilla-mobile/fenix/issues/5705"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/6463",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/6463"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2019-11-13 01:24:30",
"last": "2020-10-07 18:02:42"
},
"description": "Media playback has ended.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "ebdfe8184e4458003c2fa150f7efe96e2402134c",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "ping",
"no_lint": [
@@ -121,8 +122,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 104,
+ "last": 9
},
"send_in_pings": [
"events"
@@ -146,8 +147,8 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "Media playback has ended.\n",
"disabled": false,
@@ -155,8 +156,8 @@
"extra_keys": {},
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "ping",
"no_lint": [
@@ -166,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"events"
diff -ur data/fenix/metrics/metrics.adjust_ad_group.json data.new/fenix/metrics/metrics.adjust_ad_group.json
--- data/fenix/metrics/metrics.adjust_ad_group.json 2020-12-03 15:31:03.000000000 -0500
+++ data.new/fenix/metrics/metrics.adjust_ad_group.json 2020-12-03 15:32:54.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string containing the Adjust ad group ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -54,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253"
+ "https://github.com/mozilla-mobile/fenix/pull/9253",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A string containing the Adjust ad group ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
+ "description": "A string containing the Adjust ad group ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 69
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.adjust_ad_group"
},
{
"_config": {
@@ -181,23 +186,19 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/9253"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-04-24 22:47:48"
},
- "description": "A string containing the Adjust ad group ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust ad group ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "application",
"no_lint": [
@@ -207,8 +208,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 5,
+ "last": 69
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.adjust_campaign.json data.new/fenix/metrics/metrics.adjust_campaign.json
--- data/fenix/metrics/metrics.adjust_campaign.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/metrics.adjust_campaign.json 2020-12-03 15:32:49.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -50,37 +50,45 @@
"do_not_disable_expired": true
},
"bugs": [
- 1298
+ "https://github.com/mozilla-mobile/fenix/issues/1298",
+ "https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5579"
+ "https://github.com/mozilla-mobile/fenix/pull/5579",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical"
],
"dates": {
- "first": "2019-09-27 15:56:33",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A string containing the Adjust campaign ID from which the user installed Fenix\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "7f328a6dc4e78ae26a2ae8ee8daea8083486ba6b",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 119,
- "last": 117
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.adjust_campaign"
},
{
"_config": {
@@ -88,31 +96,34 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1298"
+ "https://github.com/mozilla-mobile/fenix/issues/1298",
+ "https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-10-25 00:16:49"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-10-07 18:02:42"
},
- "description": "A string containing the Adjust campaign ID from which the user installed Fenix\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "4359c215e6a30c3ad6118068a39170dc9b509afd"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 113
+ "first": 67,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -126,22 +137,27 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1298"
+ "https://github.com/mozilla-mobile/fenix/issues/1298",
+ "https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5579"
+ "https://github.com/mozilla-mobile/fenix/pull/5579",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical"
],
"dates": {
- "first": "2019-10-29 17:09:07",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
- "description": "A string containing the Adjust campaign ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2a358db56189c5efcf796cb55bb8a3ec9c1968c2",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "application",
"no_lint": [
@@ -151,8 +167,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 112,
- "last": 103
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"metrics"
@@ -166,22 +182,23 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1298"
+ "https://github.com/mozilla-mobile/fenix/issues/1298",
+ "https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-02-15 04:56:49"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-04-24 22:47:48"
},
"description": "A string containing the Adjust campaign ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "application",
"no_lint": [
@@ -191,8 +208,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 6
+ "first": 5,
+ "last": 69
},
"send_in_pings": [
"metrics"
@@ -206,23 +223,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1298",
- "https://github.com/mozilla-mobile/fenix/issues/9136"
+ "https://github.com/mozilla-mobile/fenix/issues/1298"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-04-24 22:47:48"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-02-15 04:56:49"
},
"description": "A string containing the Adjust campaign ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "7aeb5f072da1b7c523523c1ae40f6d527bf88245"
},
"lifetime": "application",
"no_lint": [
@@ -232,8 +248,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 69
+ "first": 102,
+ "last": 6
},
"send_in_pings": [
"metrics"
@@ -247,23 +263,22 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1298",
- "https://github.com/mozilla-mobile/fenix/issues/9136"
+ "https://github.com/mozilla-mobile/fenix/issue/1298"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-29 17:09:07",
+ "last": "2019-11-15 21:50:11"
},
- "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "2a358db56189c5efcf796cb55bb8a3ec9c1968c2",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "application",
"no_lint": [
@@ -273,8 +288,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 9
+ "first": 112,
+ "last": 103
},
"send_in_pings": [
"metrics"
@@ -288,38 +303,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1298",
- "https://github.com/mozilla-mobile/fenix/issues/9136"
+ "https://github.com/mozilla-mobile/fenix/issue/1298"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5579",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical"
+ "https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-10-25 00:16:49"
},
- "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed Fenix\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "4359c215e6a30c3ad6118068a39170dc9b509afd"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 116,
+ "last": 113
},
"send_in_pings": [
"metrics"
@@ -333,38 +341,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1298",
- "https://github.com/mozilla-mobile/fenix/issues/9136"
+ 1298
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/5579",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical"
+ "https://github.com/mozilla-mobile/fenix/pull/5579"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-09-27 15:56:33",
+ "last": "2019-10-03 17:03:14"
},
- "description": "A string containing the Adjust campaign ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust campaign ID from which the user installed Fenix\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "7f328a6dc4e78ae26a2ae8ee8daea8083486ba6b",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 119,
+ "last": 117
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.adjust_creative.json data.new/fenix/metrics/metrics.adjust_creative.json
--- data/fenix/metrics/metrics.adjust_creative.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/metrics.adjust_creative.json 2020-12-03 15:32:59.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string containing the Adjust creative ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -54,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253"
+ "https://github.com/mozilla-mobile/fenix/pull/9253",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A string containing the Adjust creative ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
+ "description": "A string containing the Adjust creative ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 69
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.adjust_creative"
},
{
"_config": {
@@ -181,23 +186,19 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/9253"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-04-24 22:47:48"
},
- "description": "A string containing the Adjust creative ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust creative ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "application",
"no_lint": [
@@ -207,8 +208,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 5,
+ "last": 69
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.adjust_network.json data.new/fenix/metrics/metrics.adjust_network.json
--- data/fenix/metrics/metrics.adjust_network.json 2020-12-03 15:30:59.000000000 -0500
+++ data.new/fenix/metrics/metrics.adjust_network.json 2020-12-03 15:32:47.000000000 -0500
@@ -16,7 +16,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string containing the Adjust network ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
@@ -24,7 +24,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -54,19 +54,23 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253"
+ "https://github.com/mozilla-mobile/fenix/pull/9253",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-03-20 17:06:55",
- "last": "2020-04-24 22:47:48"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "A string containing the Adjust network ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
+ "description": "A string containing the Adjust network ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -76,14 +80,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 5,
- "last": 69
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.adjust_network"
},
{
"_config": {
@@ -181,23 +186,19 @@
"https://github.com/mozilla-mobile/fenix/issues/9136"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9253",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/9253"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-03-20 17:06:55",
+ "last": "2020-04-24 22:47:48"
},
- "description": "A string containing the Adjust network ID from which the user installed\nFenix. This will not send on the first session the user runs. If the\ninstall is organic, this will be empty.\n",
+ "description": "A string containing the Adjust network ID from which the user installed Fenix. This will not send on the first session the user runs. If the install is organic, this will be empty.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "a356b4b2c4feb052ed9ffae4fbb5d7917c882159",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "application",
"no_lint": [
@@ -207,8 +208,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 5,
+ "last": 69
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.close_tab_setting.json data.new/fenix/metrics/metrics.close_tab_setting.json
--- data/fenix/metrics/metrics.close_tab_setting.json 2020-12-03 15:31:06.000000000 -0500
+++ data.new/fenix/metrics/metrics.close_tab_setting.json 2020-12-03 15:33:00.000000000 -0500
@@ -14,7 +14,7 @@
],
"dates": {
"first": "2020-10-15 02:53:31",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string that indicates the setting for tab closing:\nMANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH\n",
"disabled": false,
@@ -22,7 +22,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "508ec8b8ffa6013bfa83d89bfba5ca449e23a1a2",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -58,7 +58,7 @@
],
"dates": {
"first": "2020-10-15 02:53:31",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A string that indicates the setting for tab closing:\nMANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH\n",
"disabled": false,
@@ -66,7 +66,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "508ec8b8ffa6013bfa83d89bfba5ca449e23a1a2",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -83,7 +83,8 @@
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.close_tab_setting"
}
]
}
diff -ur data/fenix/metrics/metrics.default_browser.json data.new/fenix/metrics/metrics.default_browser.json
--- data/fenix/metrics/metrics.default_browser.json 2020-12-03 15:31:02.000000000 -0500
+++ data.new/fenix/metrics/metrics.default_browser.json 2020-12-03 15:32:53.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -49,37 +49,44 @@
"do_not_disable_expired": true
},
"bugs": [
- 960
+ "https://github.com/mozilla-mobile/fenix/issues/960"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-07-16 19:21:03"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
- "lifetime": "ping",
- "no_lint": [],
+ "lifetime": "application",
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 144
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "metrics.default_browser"
},
{
"_config": {
@@ -87,31 +94,33 @@
"do_not_disable_expired": true
},
"bugs": [
- 960
+ "https://github.com/mozilla-mobile/fenix/issues/960"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-07-18 21:35:34",
- "last": "2019-10-03 17:03:14"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-10-07 18:02:42"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
"expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "e294521c923eb4398788d68bd6b21538770e7fa5",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 143,
- "last": 117
+ "first": 102,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -125,31 +134,37 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/960"
+ "https://github.com/mozilla-mobile/fenix/issues/960"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"metrics"
@@ -163,33 +178,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/960"
+ "https://github.com/mozilla-mobile/fenix/issue/960"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
"expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 9
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"metrics"
@@ -203,37 +216,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/960"
+ 960
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-07-18 21:35:34",
+ "last": "2019-10-03 17:03:14"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "e294521c923eb4398788d68bd6b21538770e7fa5",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 143,
+ "last": 117
},
"send_in_pings": [
"metrics"
@@ -247,37 +254,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/960"
+ 960
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-07-16 19:21:03"
},
"description": "Is Fenix the default browser?\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1"
},
- "lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "lifetime": "ping",
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 144
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.default_moz_browser.json data.new/fenix/metrics/metrics.default_moz_browser.json
--- data/fenix/metrics/metrics.default_moz_browser.json 2020-12-03 15:31:04.000000000 -0500
+++ data.new/fenix/metrics/metrics.default_moz_browser.json 2020-12-03 15:32:57.000000000 -0500
@@ -17,7 +17,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
"disabled": false,
@@ -25,7 +25,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -51,37 +51,46 @@
"do_not_disable_expired": true
},
"bugs": [
- 1192
+ "https://github.com/mozilla-mobile/fenix/issues/1192"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1953/"
+ "https://github.com/mozilla-mobile/fenix/pull/1953/",
+ "https://github.com/mozilla-mobile/fenix/pull/5216",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-06-04 18:23:18",
- "last": "2019-07-16 19:21:03"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla owned product, otherwise empty string\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
"disabled": false,
- "expires": "2019-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
- "last": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
- "lifetime": "ping",
- "no_lint": [],
+ "lifetime": "application",
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 152,
- "last": 144
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "string",
- "version": 0
+ "version": 0,
+ "name": "metrics.default_moz_browser"
},
{
"_config": {
@@ -89,31 +98,34 @@
"do_not_disable_expired": true
},
"bugs": [
- 1192
+ "https://github.com/mozilla-mobile/fenix/issues/1192"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1953/"
+ "https://github.com/mozilla-mobile/fenix/pull/1953/",
+ "https://github.com/mozilla-mobile/fenix/pull/5216"
],
"dates": {
- "first": "2019-07-18 21:35:34",
- "last": "2019-09-05 21:45:44"
+ "first": "2020-04-30 15:37:22",
+ "last": "2020-10-07 18:02:42"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
"disabled": false,
- "expires": "2019-09-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "e294521c923eb4398788d68bd6b21538770e7fa5",
- "last": "2653b5966e7cd6a091d40e92acff489fc22169dc"
+ "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 143,
- "last": 127
+ "first": 67,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -127,32 +139,39 @@
"do_not_disable_expired": true
},
"bugs": [
- 1192
+ "https://github.com/mozilla-mobile/fenix/issues/1192"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1953/",
- "https://github.com/mozilla-mobile/fenix/pull/5216"
+ "https://github.com/mozilla-mobile/fenix/pull/5216",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "technical",
+ "interaction"
],
"dates": {
- "first": "2019-09-11 21:44:13",
- "last": "2019-10-03 17:03:14"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
"disabled": false,
- "expires": "2020-03-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "215e66fb080f75a7965ba430ad17fc1f31c1b5a3",
- "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 126,
- "last": 117
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"metrics"
@@ -166,32 +185,34 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issue/1192"
+ "https://github.com/mozilla-mobile/fenix/issues/1192"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1953/",
"https://github.com/mozilla-mobile/fenix/pull/5216"
],
"dates": {
- "first": "2019-10-07 17:44:11",
- "last": "2019-11-15 21:50:11"
+ "first": "2019-11-26 00:43:32",
+ "last": "2020-04-24 22:47:48"
},
"description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
"disabled": false,
"expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
- "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
+ "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
+ "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
},
"lifetime": "application",
- "no_lint": [],
+ "no_lint": [
+ "CATEGORY_GENERIC"
+ ],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 116,
- "last": 103
+ "first": 102,
+ "last": 69
},
"send_in_pings": [
"metrics"
@@ -205,34 +226,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1192"
+ "https://github.com/mozilla-mobile/fenix/issue/1192"
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1953/",
"https://github.com/mozilla-mobile/fenix/pull/5216"
],
"dates": {
- "first": "2019-11-26 00:43:32",
- "last": "2020-04-24 22:47:48"
+ "first": "2019-10-07 17:44:11",
+ "last": "2019-11-15 21:50:11"
},
"description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
"disabled": false,
"expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "769c1e422dd54919a0ef5c1f4956f0c86e8aa334",
- "last": "f09bc4566c24239dc9285487ad5cd4f71c2ec23c"
+ "first": "2b170523260075f70e3a49c5e2303970ecf382c7",
+ "last": "c6562bff98d602b969a71fba3dc84b86821251d4"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 102,
- "last": 69
+ "first": 116,
+ "last": 103
},
"send_in_pings": [
"metrics"
@@ -246,34 +265,32 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1192"
+ 1192
],
"data_reviews": [
"https://github.com/mozilla-mobile/fenix/pull/1953/",
"https://github.com/mozilla-mobile/fenix/pull/5216"
],
"dates": {
- "first": "2020-04-30 15:37:22",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-09-11 21:44:13",
+ "last": "2019-10-03 17:03:14"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2020-03-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "c6086103b412edd1e9e88f0e8d0c18e1ee64b8ed",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "215e66fb080f75a7965ba430ad17fc1f31c1b5a3",
+ "last": "e8216e3079983c6d2ad9ec08a9c3cf9237405853"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 67,
- "last": 9
+ "first": 126,
+ "last": 117
},
"send_in_pings": [
"metrics"
@@ -287,39 +304,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1192"
+ 1192
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1953/",
- "https://github.com/mozilla-mobile/fenix/pull/5216",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1953/"
],
"dates": {
- "first": "2020-10-07 18:02:42",
- "last": "2020-10-07 18:02:42"
+ "first": "2019-07-18 21:35:34",
+ "last": "2019-09-05 21:45:44"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla owned product\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2019-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "e294521c923eb4398788d68bd6b21538770e7fa5",
+ "last": "2653b5966e7cd6a091d40e92acff489fc22169dc"
},
"lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 143,
+ "last": 127
},
"send_in_pings": [
"metrics"
@@ -333,39 +342,31 @@
"do_not_disable_expired": true
},
"bugs": [
- "https://github.com/mozilla-mobile/fenix/issues/1192"
+ 1192
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/1953/",
- "https://github.com/mozilla-mobile/fenix/pull/5216",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "technical",
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/1953/"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2019-06-04 18:23:18",
+ "last": "2019-07-16 19:21:03"
},
- "description": "The name of the default browser on device if and only if it's a Mozilla\nowned product\n",
+ "description": "The name of the default browser on device if and only if it's a Mozilla owned product, otherwise empty string\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2019-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "8e24feefc2a8979647a1344b2dc263a1ea76c25e",
+ "last": "11d36b5a00335dfe5522bf1a04ad5104b5d36bc1"
},
- "lifetime": "application",
- "no_lint": [
- "CATEGORY_GENERIC"
- ],
+ "lifetime": "ping",
+ "no_lint": [],
"notification_emails": [
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 152,
+ "last": 144
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.has_open_tabs.json data.new/fenix/metrics/metrics.has_open_tabs.json
--- data/fenix/metrics/metrics.has_open_tabs.json 2020-12-03 15:31:05.000000000 -0500
+++ data.new/fenix/metrics/metrics.has_open_tabs.json 2020-12-03 15:32:59.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has any open NORMAL tabs.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/11479"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/12024"
+ "https://github.com/mozilla-mobile/fenix/pull/12024",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-27 00:15:43",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has any open NORMAL tabs.\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8a08cb941e2cc4ee395058fdb57f55c272b3fae1",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 42,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "metrics.has_open_tabs"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/11479"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/12024",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/12024"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-27 00:15:43",
"last": "2020-10-07 18:02:42"
},
"description": "A boolean that indicates if the user has any open NORMAL tabs.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "8a08cb941e2cc4ee395058fdb57f55c272b3fae1",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 42,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -143,16 +144,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A boolean that indicates if the user has any open NORMAL tabs.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "application",
"no_lint": [
@@ -162,8 +163,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.has_recent_pwas.json data.new/fenix/metrics/metrics.has_recent_pwas.json
--- data/fenix/metrics/metrics.has_recent_pwas.json 2020-12-03 15:31:00.000000000 -0500
+++ data.new/fenix/metrics/metrics.has_recent_pwas.json 2020-12-03 15:32:48.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has recently used PWAs.\nSee recently_used_pwa_count for the actual count.\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/11909"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817"
+ "https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-06-26 21:13:41",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has recently used PWAs.\nSee recently_used_pwa_count for the actual count.\n",
"disabled": false,
- "expires": "2020-12-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "f8cb1d6b485deb40261ac5e1c1de3259b201ce9e",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 44,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "metrics.has_recent_pwas"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/11909"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-06-26 21:13:41",
"last": "2020-10-07 18:02:42"
},
"description": "A boolean that indicates if the user has recently used PWAs.\nSee recently_used_pwa_count for the actual count.\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-12-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "f8cb1d6b485deb40261ac5e1c1de3259b201ce9e",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 44,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -143,16 +144,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "2020-10-07 18:02:42",
+ "last": "2020-10-07 18:02:42"
},
"description": "A boolean that indicates if the user has recently used PWAs.\nSee recently_used_pwa_count for the actual count.\n",
"disabled": false,
"expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
+ "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
},
"lifetime": "application",
"no_lint": [
@@ -162,8 +163,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 7,
- "last": 0
+ "first": 8,
+ "last": 8
},
"send_in_pings": [
"metrics"
diff -ur data/fenix/metrics/metrics.has_top_sites.json data.new/fenix/metrics/metrics.has_top_sites.json
--- data/fenix/metrics/metrics.has_top_sites.json 2020-12-03 15:31:01.000000000 -0500
+++ data.new/fenix/metrics/metrics.has_top_sites.json 2020-12-03 15:32:51.000000000 -0500
@@ -15,7 +15,7 @@
],
"dates": {
"first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has top sites\n",
"disabled": false,
@@ -23,7 +23,7 @@
"gecko_datapoint": "",
"git-commits": {
"first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
- "last": "eab87555dc52cefe459f269d6aaf546e745868df"
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -52,19 +52,23 @@
"https://github.com/mozilla-mobile/fenix/issues/8125"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9556"
+ "https://github.com/mozilla-mobile/fenix/pull/9556",
+ "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
+ ],
+ "data_sensitivity": [
+ "interaction"
],
"dates": {
- "first": "2020-04-01 22:27:39",
- "last": "2020-10-07 18:02:42"
+ "first": "2020-10-09 22:47:55",
+ "last": "2020-12-02 00:37:09"
},
"description": "A boolean that indicates if the user has top sites\n",
"disabled": false,
- "expires": "2020-09-01",
+ "expires": "2021-08-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "96c6401457b43409b1f5fcd38d41c4cb6cf6bf10",
- "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
+ "first": "8f16f9cb37750a81b0993ddb05b380aaa266a22b",
+ "last": "a2b6ddf4570c2861889fea43554b9f00e73ea50c"
},
"lifetime": "application",
"no_lint": [
@@ -74,14 +78,15 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 78,
- "last": 9
+ "first": 7,
+ "last": 0
},
"send_in_pings": [
"metrics"
],
"type": "boolean",
- "version": 0
+ "version": 0,
+ "name": "metrics.has_top_sites"
},
{
"_config": {
@@ -92,23 +97,19 @@
"https://github.com/mozilla-mobile/fenix/issues/8125"
],
"data_reviews": [
- "https://github.com/mozilla-mobile/fenix/pull/9556",
- "https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068"
- ],
- "data_sensitivity": [
- "interaction"
+ "https://github.com/mozilla-mobile/fenix/pull/9556"
],
"dates": {
- "first": "2020-10-07 18:02:42",
+ "first": "2020-04-01 22:27:39",
"last": "2020-10-07 18:02:42"
},
"description": "A boolean that indicates if the user has top sites\n",
"disabled": false,
- "expires": "2021-08-01",
+ "expires": "2020-09-01",
"gecko_datapoint": "",
"git-commits": {
- "first": "fe0ea19b1dec879b737b1891d2dbe643770caff2",
- "last": "fe0ea19b1dec879b737b1891d2dbe643770caff2"
+ "first": "96c6401457b43409b1f5fcd38d41c4cb6cf6bf10",
+ "last": "6e522436b5f52e1cac8197582d07c9818fd27fad"
},
"lifetime": "application",
"no_lint": [
@@ -118,8 +119,8 @@
"fenix-core@mozilla.com"
],
"reflog-index": {
- "first": 8,
- "last": 8
+ "first": 78,
+ "last": 9
},
"send_in_pings": [
"metrics"
@@ -143,16 +144,16 @@
"interaction"
],
"dates": {
- "first": "2020-10-09 22:47:55",
- "last": "2020-12-03 00:38:46"
+ "first": "20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment