Skip to content

Commit 9a25e2a

Browse files
authored
Merge pull request #21 from vectordotdev/docs/per-repo-trends-pages
Split per-repo trend charts into trends/{vector,vrl}.md
2 parents 73f5227 + d87a8aa commit 9a25e2a

3 files changed

Lines changed: 97 additions & 86 deletions

File tree

README.md

Lines changed: 5 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -110,91 +110,10 @@ Audit logs written to `out/purge/` (local only).
110110

111111
# Trends
112112

113-
> [!NOTE]
114-
> Draft PRs are excluded. Issues and PRs with the following labels are excluded from all charts: `no-changelog`, `meta: awaiting author`.
115-
116-
#### Vector
117-
118-
##### Issues
119-
120-
![Monthly Issues](data/images/vectordotdev_vector_issues.monthly_trend.png)
121-
122-
---
123-
124-
![Top Issue Labels](data/images/vectordotdev_vector_issues.top_labels.png)
125-
126-
---
127-
128-
![Issue Label Counts](data/images/vectordotdev_vector_issues.label_counts.png)
129-
130-
---
131-
132-
![Top 5 Integration Issue Labels](data/images/vectordotdev_vector_issues.integrations.top_5.monthly_trend.png)
133-
134-
---
135-
136-
![Top Integration Issue By Label Total Count](data/images/vectordotdev_vector_issues.open_closed_total_label_count.png)
137-
138-
##### Pull Requests
139-
140-
![Monthly PRs](data/images/vectordotdev_vector_pull_requests.monthly_trend.png)
141-
142-
---
143-
144-
![Top PR Labels](data/images/vectordotdev_vector_pull_requests.top_labels.png)
145-
146-
---
147-
148-
![PR Label Counts](data/images/vectordotdev_vector_pull_requests.label_counts.png)
149-
150-
---
151-
152-
![Top 5 Integration PR Labels](data/images/vectordotdev_vector_pull_requests.integrations.top_5.monthly_trend.png)
153-
154-
---
155-
156-
![Top Integration PRs By Label Total Count](data/images/vectordotdev_vector_pull_requests.open_closed_total_label_count.png)
113+
Per-repo trend pages with all charts:
157114

158-
---
115+
- [Vector](trends/vector.md)
116+
- [VRL](trends/vrl.md)
159117

160-
![Top 10 PR Contributors (last 12 months)](data/images/vectordotdev_vector_pull_requests.contributors_top10_12m.png)
161-
162-
##### Discussions
163-
164-
![Monthly Discussions](data/images/vectordotdev_vector_discussions.monthly_trend.png)
165-
166-
---
167-
168-
#### VRL
169-
170-
##### Issues
171-
172-
![Monthly Issues](data/images/vectordotdev_vrl_issues.monthly_trend.png)
173-
174-
---
175-
176-
![Top Issue Labels](data/images/vectordotdev_vrl_issues.top_labels.png)
177-
178-
---
179-
180-
![Issue Label Counts](data/images/vectordotdev_vrl_issues.label_counts.png)
181-
182-
##### Pull Requests
183-
184-
![Monthly PRs](data/images/vectordotdev_vrl_pull_requests.monthly_trend.png)
185-
186-
---
187-
188-
![Top PR Labels](data/images/vectordotdev_vrl_pull_requests.top_labels.png)
189-
190-
---
191-
192-
![PR Label Counts](data/images/vectordotdev_vrl_pull_requests.label_counts.png)
193-
194-
---
195-
196-
![Top 10 PR Contributors (last 12 months)](data/images/vectordotdev_vrl_pull_requests.contributors_top10_12m.png)
197-
198-
##### Discussions
199-
200-
![Monthly Discussions](data/images/vectordotdev_vrl_discussions.monthly_trend.png)
118+
> [!NOTE]
119+
> Issues and PRs with the following labels are excluded from all charts: `no-changelog`, `meta: awaiting author`.

trends/vector.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Vector — Trends
2+
3+
> [!NOTE]
4+
> Draft PRs are excluded. Issues and PRs with the following labels are excluded from all charts: `no-changelog`, `meta: awaiting author`.
5+
6+
[← back to README](../README.md)
7+
8+
## Issues
9+
10+
![Monthly Issues](../data/images/vectordotdev_vector_issues.monthly_trend.png)
11+
12+
---
13+
14+
![Top Issue Labels](../data/images/vectordotdev_vector_issues.top_labels.png)
15+
16+
---
17+
18+
![Issue Label Counts](../data/images/vectordotdev_vector_issues.label_counts.png)
19+
20+
---
21+
22+
![Top 5 Integration Issue Labels](../data/images/vectordotdev_vector_issues.integrations.top_5.monthly_trend.png)
23+
24+
---
25+
26+
![Top Integration Issue By Label Total Count](../data/images/vectordotdev_vector_issues.open_closed_total_label_count.png)
27+
28+
## Pull Requests
29+
30+
![Monthly PRs](../data/images/vectordotdev_vector_pull_requests.monthly_trend.png)
31+
32+
---
33+
34+
![Top PR Labels](../data/images/vectordotdev_vector_pull_requests.top_labels.png)
35+
36+
---
37+
38+
![PR Label Counts](../data/images/vectordotdev_vector_pull_requests.label_counts.png)
39+
40+
---
41+
42+
![Top 5 Integration PR Labels](../data/images/vectordotdev_vector_pull_requests.integrations.top_5.monthly_trend.png)
43+
44+
---
45+
46+
![Top Integration PRs By Label Total Count](../data/images/vectordotdev_vector_pull_requests.open_closed_total_label_count.png)
47+
48+
---
49+
50+
![Top 10 PR Contributors (last 12 months)](../data/images/vectordotdev_vector_pull_requests.contributors_top10_12m.png)
51+
52+
## Discussions
53+
54+
![Monthly Discussions](../data/images/vectordotdev_vector_discussions.monthly_trend.png)

trends/vrl.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# VRL — Trends
2+
3+
> [!NOTE]
4+
> Draft PRs are excluded. Issues and PRs with the following labels are excluded from all charts: `no-changelog`, `meta: awaiting author`.
5+
6+
[← back to README](../README.md)
7+
8+
## Issues
9+
10+
![Monthly Issues](../data/images/vectordotdev_vrl_issues.monthly_trend.png)
11+
12+
---
13+
14+
![Top Issue Labels](../data/images/vectordotdev_vrl_issues.top_labels.png)
15+
16+
---
17+
18+
![Issue Label Counts](../data/images/vectordotdev_vrl_issues.label_counts.png)
19+
20+
## Pull Requests
21+
22+
![Monthly PRs](../data/images/vectordotdev_vrl_pull_requests.monthly_trend.png)
23+
24+
---
25+
26+
![Top PR Labels](../data/images/vectordotdev_vrl_pull_requests.top_labels.png)
27+
28+
---
29+
30+
![PR Label Counts](../data/images/vectordotdev_vrl_pull_requests.label_counts.png)
31+
32+
---
33+
34+
![Top 10 PR Contributors (last 12 months)](../data/images/vectordotdev_vrl_pull_requests.contributors_top10_12m.png)
35+
36+
## Discussions
37+
38+
![Monthly Discussions](../data/images/vectordotdev_vrl_discussions.monthly_trend.png)

0 commit comments

Comments
 (0)