Bug 1428320 - Extend the indexedDB storage type telemetry to version 62. r=liuche draft
authorJohann Hofmann <jhofmann@mozilla.com>
Fri, 05 Jan 2018 12:53:54 +0100
changeset 716443 918591e48d2998af24af7e61ea9206e10bfc70c8
parent 716442 7bfe9fdefb413d84309943697f2159e107f5d05e
child 745043 a8949f7d335c1553c3b086dfe7a6409450c3482c
push id94445
push userjhofmann@mozilla.com
push dateFri, 05 Jan 2018 20:24:58 +0000
reviewersliuche
bugs1428320
milestone59.0a1
Bug 1428320 - Extend the indexedDB storage type telemetry to version 62. r=liuche Because of a small correction in how we measure this data, I'd like to get more releases worth of information for this. MozReview-Commit-ID: JAAsQly6Is8
toolkit/components/telemetry/Scalars.yaml
--- a/toolkit/components/telemetry/Scalars.yaml
+++ b/toolkit/components/telemetry/Scalars.yaml
@@ -1283,31 +1283,31 @@ network.http:
       - 'main'
 
 idb.type:
   persistent_count:
     bug_numbers:
       - 1360567
     description: >
       Number of times indexeddb.open(name, {storage: "persistent"}) has been used.
-    expires: "60"
+    expires: "62"
     kind: uint
     notification_emails:
       - shuang@mozilla.com
     release_channel_collection: opt-in
     record_in_processes:
       - 'main'
       - 'content'
 
   temporary_count:
     bug_numbers:
       - 1360567
     description: >
       Number of times indexeddb.open(name, {storage: "temporary"}) has been used.
-    expires: "60"
+    expires: "62"
     kind: uint
     notification_emails:
       - shuang@mozilla.com
     release_channel_collection: opt-in
     record_in_processes:
       - 'main'
       - 'content'