[developer-docs] Developer Documentation Consolidation - 2026-04-05 #24710
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Developer Documentation Consolidator. A newer discussion is available at Discussion #25275. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Daily consolidation run for 2026-04-05. Analysis identified one new feature implementation (PR #24694) requiring documentation.
Summary
New Feature Documented
GitHub API Rate Limit Observability (PR #24694, merged 2026-04-05)
A new observability feature for GitHub API rate limits was merged after the v5.2 run. It had no corresponding spec file. Created
scratchpad/github-rate-limit-observability.mdand added a subsection toscratchpad/dev.md(MCP Integration section).Feature Details
What was added in PR #24694
actions/setup/js/github_rate_limit_logger.cjspkg/constants/job_constants.goGithubRateLimitsFilename = "github_rate_limits.jsonl"compiler_activation_job.gocompiler_yaml_main_job.gosend_otlp_span.cjsThree JS Usage Patterns Documented
logRateLimitFromResponse) — readsx-ratelimit-*headers from REST responsefetchAndLogRateLimit) — calls the GitHub rate-limit APIcreateRateLimitAwareGithub) — Proxy wraps allgithub.rest.*.*()callsThe
setupGlobalsintegration means all scripts usingglobal.githubget automatic logging.OTLP Span Attributes
gh-aw.github.rate_limit.remaininggh-aw.github.rate_limit.limitgh-aw.github.rate_limit.usedgh-aw.github.rate_limit.resourceTone Scan
Maintenance tone scan across all existing spec files: 0 issues found.
Validation
Historical Comparison
References: §24000151858
Beta Was this translation helpful? Give feedback.
All reactions