Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
prometheus
/
proposals
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
33
Code
Issues
24
Pull requests
19
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Proposal for memory limiting in the scrape loop
- #76
#76
Open
dashpole
wants to merge 30 commits into
prometheus:main
prometheus/proposals:main
from
dashpole:memory_limiter_proposal
dashpole/proposals:memory_limiter_proposal
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
Proposal for memory limiting in the scrape loop
#76
dashpole
wants to merge 30 commits into
prometheus:main
prometheus/proposals:main
from
dashpole:memory_limiter_proposal
dashpole/proposals:memory_limiter_proposal
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
proposal: Add memory limiting in the scrape loop
Show description for 84b4282
dashpole
committed
84b4282
View commit details
Copy full SHA for 84b4282
Browse repository at this point
mention increased cardinality from a target
Show description for f5c4a82
dashpole
committed
f5c4a82
View commit details
Copy full SHA for f5c4a82
Browse repository at this point
adddress comments
Show description for caaa29d
dashpole
committed
caaa29d
View commit details
Copy full SHA for caaa29d
Browse repository at this point
address interaction between GOMEMLIMIT and scrape memory limiting
Show description for 4ae4e59
dashpole
committed
4ae4e59
View commit details
Copy full SHA for 4ae4e59
Browse repository at this point
expand proposal to include other memory mitigations
Show description for 39cbd93
dashpole
committed
39cbd93
View commit details
Copy full SHA for 39cbd93
Browse repository at this point
Refine memory limiter mitigations and action plan based on review feedback
Show description for d7551cf
dashpole
committed
d7551cf
View commit details
Copy full SHA for d7551cf
Browse repository at this point
Adopt post-GC live heap relative to GOMEMLIMIT as single memory pressure signal
Show description for 5bd91e5
dashpole
committed
5bd91e5
View commit details
Copy full SHA for 5bd91e5
Browse repository at this point
Add operator guidance on rule pausing for external alerting pipelines
Show description for 9ea62bb
dashpole
committed
9ea62bb
View commit details
Copy full SHA for 9ea62bb
Browse repository at this point
Adopt in-use memory ratio signal and address review feedback
Show description for e52a63a
dashpole
committed
e52a63a
View commit details
Copy full SHA for e52a63a
Browse repository at this point
Simplify explanation of default memory limit ratios in plain English
Show description for 5e46d27
dashpole
committed
5e46d27
View commit details
Copy full SHA for 5e46d27
Browse repository at this point
Replace pre-calculated ratio metrics with boolean active gauge and existing Go runtime metrics
Show description for 7fb6b40
dashpole
committed
7fb6b40
View commit details
Copy full SHA for 7fb6b40
Browse repository at this point
Document rejected alternatives for live heap signal and forced manual GC
Show description for 7c7390a
dashpole
committed
7c7390a
View commit details
Copy full SHA for 7c7390a
Browse repository at this point
Document capacity planning with GOGC and expose evaluated limit bytes metric
Show description for 2f6aee7
dashpole
committed
2f6aee7
View commit details
Copy full SHA for 2f6aee7
Browse repository at this point
Fix markdown formatting with mdox
Show description for 78a2a60
dashpole
committed
78a2a60
View commit details
Copy full SHA for 78a2a60
Browse repository at this point
Tone down formal language to be more direct and conversational
Show description for ee28a52
dashpole
committed
ee28a52
View commit details
Copy full SHA for ee28a52
Browse repository at this point
Address review feedback: Align heading level and template conventions
Show description for 3dd8ea7
dashpole
committed
3dd8ea7
View commit details
Copy full SHA for 3dd8ea7
Browse repository at this point
Address review feedback: Clarify scrape check placement and per-scrape peak allocation bounds
Show description for 94459d4
dashpole
committed
94459d4
View commit details
Copy full SHA for 94459d4
Browse repository at this point
Address review feedback: Add controller damping and clarify compaction memory bounds
Show description for 186b162
dashpole
committed
186b162
View commit details
Copy full SHA for 186b162
Browse repository at this point
Address review feedback: Reconcile global memory limiter with existing per-scrape limits
Show description for f7ea484
dashpole
committed
f7ea484
View commit details
Copy full SHA for f7ea484
Browse repository at this point
Address review feedback: Mandate scrape cache preservation and clarify staleness marker handling
Show description for 54cbf2c
dashpole
committed
54cbf2c
View commit details
Copy full SHA for 54cbf2c
Browse repository at this point
Address review feedback: Specify GC cycle counter comparison for hard limit trigger
Show description for 8b4d6dc
dashpole
committed
8b4d6dc
View commit details
Copy full SHA for 8b4d6dc
Browse repository at this point
Address review feedback: Clarify Go runtime memory scope versus mmap TSDB memory
Show description for 26e3b48
dashpole
committed
26e3b48
View commit details
Copy full SHA for 26e3b48
Browse repository at this point
Address review feedback: Clarify load-shedding allocation cessation and GC recovery dynamics
Show description for 12aefdd
dashpole
committed
12aefdd
View commit details
Copy full SHA for 12aefdd
Browse repository at this point
Address review feedback: Reconcile test plan metric names with debuggability definitions
Show description for 348cccf
dashpole
committed
348cccf
View commit details
Copy full SHA for 348cccf
Browse repository at this point
Address review feedback: Clarify explicit 503 retry semantics for remote read and federation
Show description for 3d4e6b4
dashpole
committed
3d4e6b4
View commit details
Copy full SHA for 3d4e6b4
Browse repository at this point
Address review feedback: Add series churn rate heuristic alternative and comparison
Show description for 5e7d5a8
dashpole
committed
5e7d5a8
View commit details
Copy full SHA for 5e7d5a8
Browse repository at this point
Address review feedback: Clarify dynamic scrape limits alternative
Show description for c43520f
dashpole
committed
c43520f
View commit details
Copy full SHA for c43520f
Browse repository at this point
Address review feedback: Clarify body_size_limit default and sample_limit allocation scope
Show description for 91620fa
dashpole
committed
91620fa
View commit details
Copy full SHA for 91620fa
Browse repository at this point
Address review feedback: Prevent sentinel false positives and underflow in GC limiter check
Show description for 830a93d
dashpole
committed
830a93d
View commit details
Copy full SHA for 830a93d
Browse repository at this point
Address review feedback: Specify hook location in scrapeLoop.scrapeAndReport
Show description for 78671e6
dashpole
committed
78671e6
View commit details
Copy full SHA for 78671e6
Browse repository at this point
You can’t perform that action at this time.