mirror of
https://github.com/SigNoz/signoz.git
synced 2026-02-03 08:33:26 +00:00
1.7 KiB
1.7 KiB
Pull Request
📄 Summary
Why does this change exist?
What problem does it solve, and why is this the right approach?
Screenshots / Screen Recordings (if applicable)
Include screenshots or screen recordings that clearly show the behavior before the change and the result after the change. This helps reviewers quickly understand the impact and verify the update.
Issues closed by this PR
Reference issues using
Closes #issue-numberto enable automatic closure on merge.
✅ Change Type
Select all that apply
- ✨ Feature
- 🐛 Bug fix
- ♻️ Refactor
- 🛠️ Infra / Tooling
- 🧪 Test-only
🐛 Bug Context
Required if this PR fixes a bug
Root Cause
What caused the issue?
Regression, faulty assumption, edge case, refactor, etc.
Fix Strategy
How does this PR address the root cause?
🧪 Testing Strategy
How was this change validated?
- Tests added/updated:
- Manual verification:
- Edge cases covered:
⚠️ Risk & Impact Assessment
What could break? How do we recover?
- Blast radius:
- Potential regressions:
- Rollback plan:
📝 Changelog
Fill only if this affects users, APIs, UI, or documented behavior
Use N/A for internal or non-user-facing changes
| Field | Value |
|---|---|
| Deployment Type | Cloud / OSS / Enterprise |
| Change Type | Feature / Bug Fix / Maintenance |
| Description | User-facing summary |
📋 Checklist
- Tests added or explicitly not required
- Manually tested
- Breaking changes documented
- Backward compatibility considered