-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Description
Add an example runbook for diagnosing and resolving database connection pool exhaustion issues.
Context
We have example runbooks in examples/runbooks/ but could use more real-world scenarios to help new users understand the runbook format and best practices.
What to do
- Create a new file
examples/runbooks/database-connection-pool.md - Include frontmatter with:
type: runbookservices: relevant database servicessymptoms: common error messages like "Connection pool exhausted", "Too many connections"severity: appropriate level
- Include sections for:
- Symptoms
- Quick Diagnosis (queries to check connection counts, idle connections)
- Mitigation Steps
- Root Cause Analysis
- Prevention
Resources
- Look at existing runbooks in
examples/runbooks/for format reference - See
.runbook/runbooks/for more examples
Getting Started
bun install
bun run dev knowledge search "connection pool" # Test your runbook is indexedThis is a great first contribution! No code changes required, just markdown.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers