NoteDbMetrics: Remove unused auto-rebuilding metrics

Change-Id: I9f3b35290aed24c54bd190477f36dd8b234629fb
This commit is contained in:
Dave Borowitz
2018-12-12 14:37:13 -08:00
parent 2876b5741f
commit eaba9de8f1
2 changed files with 0 additions and 28 deletions

View File

@@ -140,9 +140,6 @@ excluding reindexing
* `notedb/stage_update_latency`: Latency for staging updates to NoteDb by table.
* `notedb/read_latency`: NoteDb read latency by table.
* `notedb/parse_latency`: NoteDb parse latency by table.
* `notedb/auto_rebuild_latency`: NoteDb auto-rebuilding latency by table.
* `notedb/auto_rebuild_failure_count`: NoteDb auto-rebuilding attempts that
failed by table.
* `notedb/external_id_update_count`: Total number of external ID updates.
* `notedb/read_all_external_ids_latency`: Latency for reading all
external ID's from NoteDb.