feat: Add community dashboard with full metrics suite#31
Draft
yonib05 wants to merge 3 commits intostrands-agents:mainfrom
Draft
feat: Add community dashboard with full metrics suite#31yonib05 wants to merge 3 commits intostrands-agents:mainfrom
yonib05 wants to merge 3 commits intostrands-agents:mainfrom
Conversation
…nd AWS deployment Add a comprehensive GitHub metrics dashboard for the strands-agents org: - Rust CLI (strands-metrics) that syncs GitHub data (PRs, issues, stars, commits, CI runs, reviews, comments) and PyPI/npm download stats into SQLite - 7 Grafana dashboards organized in 3 folders (General, SDKs, Operations): Executive Summary, Health, Python SDK, TypeScript SDK, Evaluations, Team Performance, and Triage - Configurable goal thresholds (goals.yaml) with warning levels - Team member tracking (team.yaml) for the Team Performance dashboard - Package download tracking (packages.yaml) from PyPI and npm registries - Docker setup with supercronic for daily automated sync - AWS CDK stack (Fargate + EFS + ALB + CloudFront) for production deployment - GitHub Actions workflow for daily metrics.db updates Supersedes strands-agents#30 with additional dashboards, download tracking, goal configuration, team management, and dashboard folder organization.
…nd AWS deployment Add a comprehensive GitHub metrics dashboard for the strands-agents org: - Rust CLI (strands-metrics) that syncs GitHub data (PRs, issues, stars, commits, CI runs, reviews, comments) and PyPI/npm download stats into SQLite - 7 Grafana dashboards organized in 3 folders (General, SDKs, Operations): Executive Summary, Health, Python SDK, TypeScript SDK, Evaluations, Team Performance, and Triage - Configurable goal thresholds (goals.yaml) with warning levels - Team member tracking (team.yaml) for the Team Performance dashboard - Package download tracking (packages.yaml) from PyPI and npm registries - Docker setup with supercronic for daily automated sync - AWS CDK stack (Fargate + EFS + ALB + CloudFront) for production deployment - GitHub Actions workflow for daily metrics.db updates Builds on the Docker/CDK infrastructure from strands-agents#30 by @mkmeral, adding dashboard organization, download tracking, goal configuration, and team management. Verified: cargo check, cargo clippy (zero warnings), cargo test (7/7 pass).
Member
Author
|
/strands review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
strands-agentsorganizationstrands-metrics) syncs GitHub data and PyPI/npm downloads into SQLitemetrics.dbupdatesCLI commands
syncsweepsync-downloadsload-goals/load-teamqueryDashboards (7 total)
Relationship to #30
Builds on the Docker/CDK infrastructure from #30 by @mkmeral, adding:
downloads.rs,packages.yaml)goals.rs,goals.yaml)team.yaml,load-teamcommand)sync-all.sh) for clean cron executionVerification
cargo check-- passescargo clippy-- zero warningscargo test-- 7/7 passTest plan
cd community-dashboard/strands-metrics && cargo build --releaseGITHUB_TOKEN=ghp_xxx docker compose -f docker/docker-compose.local.yaml up --buildcargo run --release -- load-goalsand verify thresholds appearcd cdk && npm install && npx cdk synth