divviup / divviup/janus

Time-bucketed fixed-size: allow creation of "smeared" batches for old reports

Open
#2,958 5 comments 1 reaction 1 assignee View on GitHub

@branlwyd is already working on this.

Since Apr 10, 2024.

Dominant language
Rust
Stars
70
Forks
16
Avg merge
4h 36m
Merged PRs (30d)
30

Description

Time-bucketed fixed-size groups reports into batches that fit into a given time window. If a given time window has less than min_batch_size reports, these reports may never be grouped into a batch, and will eventually be GC'ed and lost.

We should provide a configuration knob for time-bucketed fixed-size that will group reports into batches across time windows, likely after the reports are a configured age.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.