feat: implement subscription SLA monitoring with breach alerts (#779)#808
Open
morelucks wants to merge 1 commit into
Open
feat: implement subscription SLA monitoring with breach alerts (#779)#808morelucks wants to merge 1 commit into
morelucks wants to merge 1 commit into
Conversation
…devs17#779) - Add tier-based SLA definitions and default targets (free, basic, standard, premium, enterprise) - Implement real-time subscription SLA metric tracking and compliance evaluation - Add breach detection with severity classification and auto-resolving capabilities - Implement SLA breach alert generation and local notification integration - Add SLA credit calculation and balance tracking per subscription - Build subscription SLA Zustand store and React hook (useSubscriptionSlaMonitor) - Create backend subscription SLA monitoring service with alerting integration - Add comprehensive SLA analytics, reporting, dashboard generation, and documentation Closes Smartdevs17#779
|
@morelucks Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #779
This PR introduces real-time subscription SLA monitoring with breach detection, automated alerting, credit management, analytics, and reporting.
Summary of Changes
DEFAULT_SLA_TARGETSin subscriptionSla.ts for Free, Basic, Standard, Premium, and Enterprise tiers (uptime, response time, error rate, latency, credit %, max credit cap).warning,minor,major,critical) based on target deviation percentage; automatic breach creation, local notification dispatch via notificationService.ts, and auto-resolution when metrics recover.