New issue
Advanced search Search tips

Issue 876785 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

IndexedDB: Add LevelDB instrumentation

Project Member Reported by c...@chromium.org, Aug 22

Issue description

In order to understand better how often features of LevelDB are used (like built-in CRC checking catching a bit flip) we want to plumb through an instrumentation mechanism.

LevelDB itself is an open source project that Chromium embeds.  This work requires updating LevelDB to interact with an instrumentation interface and then updating Chromium to pass its instrumentation implementation into LevelDB for internal use.
 
Cc: pwnall@chromium.org
Status: Available (was: Untriaged)
We would bump the priority of this if we wanted to implement something depending on these metrics soon.

For the example of CRC checks -- we would like to know how often LevelDB sees CRC32C mismatch errors to assess whether it's worth building a similar check for the Blob subsystem, which stores data in flat files.

Sign in to add a comment