-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
cocoindex-coreCocoIndex Core EngineCocoIndex Core Engine
Description
For all the counters in source update stats:
The counter keeps track of the following total stats
We want to additionally collect them for a limited time window (1 min). E.g., in the last min (sliding window). for the total stats](
cocoindex/src/execution/stats.rs
Lines 55 to 59 in 774a296
pub num_skipped: Counter, | |
pub num_insertions: Counter, | |
pub num_deletions: Counter, | |
pub num_repreocesses: Counter, | |
pub num_errors: Counter, |
Also see #341 for logging.
To contributors ❤️: Please leave a comment I'm working on this
if you decide to take it - to better communicate with other contributors :)
Metadata
Metadata
Assignees
Labels
cocoindex-coreCocoIndex Core EngineCocoIndex Core Engine