Skip to content

Commit e9b4bb9

Browse files
authored
Merge pull request #31 from vectordotdev/fix/partial-month-cutoff
Revert partial-month cutoff to Utc::now()
2 parents b9c1077 + ef7b546 commit e9b4bb9

30 files changed

Lines changed: 117 additions & 145 deletions

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Writes to `out/historical/`. The fetched JSON must be split by year and promoted
8383

8484
```shell
8585
github-tools generate-all \
86-
--env-file vector.env --env-file vrl.env --env-file quickwit.env \
87-
--exclude-labels "no-changelog,meta: awaiting author"
86+
--env-file vector.env --env-file vrl.env --env-file quickwit.env
8887

89-
# Charts (still Python):
88+
# Charts (still Python). --exclude-labels hides those label series from
89+
# label-frequency charts only; the underlying PR/issue counts are unaffected.
9090
python -m scripts.util.plot --env-file vector.env --input-dir out/summaries \
9191
--start $(date -d "$(date +%Y-%m-01) -12 months" +%Y-%m) \
9292
--exclude-labels "no-changelog,meta: awaiting author"
@@ -111,5 +111,4 @@ Per-repo trend pages with all charts:
111111
- [VRL](trends/vrl.md)
112112
- [Quickwit](trends/quickwit.md)
113113

114-
> [!NOTE]
115-
> Issues and PRs with the following labels are excluded from all charts: `no-changelog`, `meta: awaiting author`.
114+
Exclusions are now per-chart; see the note below each chart on the trends pages.
-5.53 KB
Loading
957 Bytes
Loading
-3.5 KB
Loading
4.59 KB
Loading
-1.27 KB
Loading
414 Bytes
Loading
63 Bytes
Loading
12 KB
Loading
5.41 KB
Loading

0 commit comments

Comments
 (0)