Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:28 +08:00
commit 7fead701ed
8 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for sla-sli-tracker skill
- [ ] calculate_error_budget.py: Calculates the error budget based on SLO and historical data.
- [ ] monitor_sli.py: Monitors SLIs and triggers alerts when SLOs are violated.
- [ ] generate_sla_report.py: Generates a report summarizing SLA performance.