Refresh database size tables and add tables for four new databases - #1733
Conversation
Update the db-sizes-table shortcode on the stale pages to a May to August 2026 90-day window: city-and-country (including the GeoLite City and GeoLite Country rows), enterprise, isp, asn, anonymous-ip, connection-type, domain, and anonymous-plus. Add a Database Sizes table to four pages that lacked one: ip-risk, static-ip-score, user-count, and residential-proxy. Residential Proxy had a stable 90 days of data, so it is included. Numbers are taken from the Grafana database-size and network-count dashboards over a from=now-90d window. CSV figures sum the IPv4 and IPv6 sizes before reducing. A second reviewer should verify the published numbers against the dashboards before merge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying dev-site with
|
| Latest commit: |
3b06d85
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f35871b5.dev-site-4ua.pages.dev |
| Branch Preview URL: | https://dallas-sco-9101-update-datab.dev-site-4ua.pages.dev |
mm-jpoole
left a comment
There was a problem hiding this comment.
Phew, that was tedious. I confirmed all values.
I saw some variance on the CSV sizes, but that's all down to how you sum + min/max and the fact that some v4 vs v6 files had a vastly different row count (e.g. user count). There is no single "right way" to do this and everything I saw made sense to me and I could tell how you got the values.
Summary
One-time refresh of the database size tables, plus new tables for four databases that lacked them.
from=now-90d, 2026-05-23 → 2026-08-21): city-and-country (including the GeoLite City and GeoLite Country rows), enterprise, isp, asn, anonymous-ip, connection-type, domain, anonymous-plus.## Database Sizessection between## Example Filesand## Database Changes: ip-risk, static-ip-score, user-count, residential-proxy.Method
Values come from the Grafana database-size and network-count dashboards over
from=now-90d. Per the documented process: CSV figures sum the IPv4 and IPv6 sizes per build, then take min/max; network counts rounded to the nearest thousand; file sizes to three significant figures. Values ≥ 1000 MB are shown in GB, matching the existing Enterprise row.Please verify before merge
Second-reviewer check of the published numbers against the dashboards (this process previously shipped transposed ranges and a wrong CSV figure, so a second set of eyes is required).
Reviewer notes
🤖 Generated with Claude Code