Skip to content

[FEATURE] Collector counters in sliding window #342

@badmonster0

Description

@badmonster0

For all the counters in source update stats:

sources_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](

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions