File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33[ Full changelog] ( https://github.com/mozilla/glean/compare/v66.3.0...main )
44
5+ * General
6+ * BUGFIX: Correct ` glean.database.rkv_load_error ` 's category ([ bug 2009475] ( https://bugzilla.mozilla.org/show_bug.cgi?id=2009475 ) )
7+
58# v66.3.0 (2025-12-19)
69
710[ Full changelog] ( https://github.com/mozilla/glean/compare/v66.2.0...v66.3.0 )
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ impl DatabaseMetrics {
354354
355355 rkv_load_error : StringMetric :: new ( CommonMetricData {
356356 name : "rkv_load_error" . into ( ) ,
357- category : "glean.error " . into ( ) ,
357+ category : "glean.database " . into ( ) ,
358358 send_in_pings : vec ! [ "metrics" . into( ) , "health" . into( ) ] ,
359359 lifetime : Lifetime :: Ping ,
360360 disabled : false ,
You can’t perform that action at this time.
0 commit comments