Files
tubestation/dom/quota
Jan Varga f4cedb4c25 Bug 1961884 - QM: Add telemetry for origin metadata restoration attempts; r=dom-storage-reviewers,asuth
Add a Glean counter (quotamanager::restore_origin_directory_metadata_counter)
to track how often QuotaManager::RestoreDirectoryMetadata2 is called. This
method is used when directory metadata is missing or must be regenerated.

The counter is incremented unconditionally on each call, regardless of whether
the restoration succeeds.

This metric will help monitor the behavior of upcoming changes to metadata
saving and loading (such as for the L2 quota info cache), and can also provide
insight into the impacts of future optimizations or regressions.

Differential Revision: https://phabricator.services.mozilla.com/D246302
2025-04-23 15:43:12 +00:00
..