reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/index_diagnostics_metrics

Idea detail

index_diagnostics_metrics

reqlan rq/extension/features-index-diagnostics.rq:17

block done

Summary

For each sync / index run on a base, record:
- wall-clock * * sum / total duration * * of the pass
- * * file count * * ( visited ), skipped-by-mtime count, indexed ( parse / persist attempted ) count, error count
- * * average path depth * * of visited files ( segments under the base root )
- per-file * * duration * * and outcome ( `mtime_skip` | `mtime_refresh` | `hash_skip` | `persisted` | `error` )
Runs are attributable to a trigger ( `soft_sync` | `rebuild` | `enqueue` | `stale` ).
Instrumentation wraps workspace-index.ts soft sync and nonblocking_index single-file paths via index-diagnostics-store.ts.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/extension/features-index-diagnostics.rq

features-index-diagnostics.rq

file cluster

reqlan rq/extension

folder cluster

status: done

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

KeyValue
implementation index-diagnostics-store.ts, workspace-index-file.ts, workspace-index-sync.ts, workspace-index.ts
tests index-diagnostics.test.ts
status done

Browse all attributes

Ancestor context

No ancestor chain recorded.

Outbound references

KindIdeaPathSnippet
file_reference diagnostics_store packages/analytical/src/index-store/index-diagnostics-store.ts index-diagnostics-store.ts
file_reference ../../packages/analytical/src/index-store/workspace-index-file.ts packages/analytical/src/index-store/workspace-index-file.ts workspace-index-file.ts
file_reference ../../packages/analytical/src/index-store/workspace-index-sync.ts packages/analytical/src/index-store/workspace-index-sync.ts workspace-index-sync.ts
file_reference workspace_index packages/analytical/src/index-store/workspace-index.ts workspace-index.ts
file_reference ../../packages/analytical/test/index-diagnostics.test.ts packages/analytical/test/index-diagnostics.test.ts index-diagnostics.test.ts

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
references nonblocking_index nonblocking_index

Local graph

Initialising graph…