-
Notifications
You must be signed in to change notification settings - Fork 147
fix: fix dashboards, add pb metrics, fix listen_n order #3762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix dashboards, add pb metrics, fix listen_n order #3762
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: Fix dashboards, add pb metrics, fix listen_n orderI've reviewed this PR and found it to be a solid maintenance update with several important fixes. Here are my findings: Positive Aspects1. Critical Bug Fix - Signal Ordering (gasoline/src/db/kv/mod.rs:2129)
2. Metrics Addition (pegboard/src/metrics.rs)
3. Dashboard Improvements
4. API Schema Update
Issues FoundCRITICAL: Duplicate Metric Name (pegboard/src/metrics.rs:26-31) The metric name is a copy-paste error - SERVERLESS_OUTBOUND_REQ_TOTAL uses "pegboard_runner_version_upgrade_drain_total" as its metric name, which is already used by RUNNER_VERSION_UPGRADE_DRAIN_TOTAL on line 19. This will either:
This must be fixed before merging. Change line 27 to use "pegboard_serverless_outbound_req_total" instead. Minor Observations1. Serverless Connection Code (pegboard/src/workflows/serverless/conn.rs:401-403)
2. Dashboard Consistency
Security & Performance
Testing
VerdictMUST FIX BEFORE MERGE: The duplicate metric name in pegboard/src/metrics.rs line 27. Once fixed, this PR will be ready to merge. The signal ordering fix is important for correctness, and the observability improvements are valuable additions. |
63497dc to
ed662df
Compare
Merge activity
|

No description provided.