Sla Sli Tracker
Define and track SLAs, SLIs, and SLOs for service reliability including availability targets, latency budgets, error rate thresholds, and error budget burn rates.
Overview
This skill provides a structured approach to defining and tracking SLAs, SLIs, and SLOs, which are essential for ensuring service reliability. It automates the process of setting performance targets and monitoring actual performance, enabling proactive identification and resolution of potential issues.
How It Works
- SLI Definition: The skill guides the user to define Service Level Indicators (SLIs) such as availability, latency, error rate, and throughput.
- SLO Target Setting: The skill assists in setting Service Level Objectives (SLOs) by establishing target values for the defined SLIs (e.g., 99.9% availability).
- SLA Establishment: The skill helps in formalizing Service Level Agreements (SLAs), which are customer-facing commitments based on the defined SLOs.
When to Use This Skill
This skill activates when you need to:
- Define SLAs, SLIs, and SLOs for a service.
- Track service performance against defined objectives.
- Calculate error budgets based on SLOs.
Examples
Example 1: Defining SLOs for a New Service
User request: "Create SLOs for our new payment processing service."
The skill will:
- Prompt the user to define SLIs (e.g., latency, error rate).
- Assist in setting target values for each SLI (e.g., p99 latency < 100ms, error rate < 0.01%).
Example 2: Tracking Availability
User request: "Track the availability SLI for the database service."
The skill will:
- Guide the user in setting up the tracking of the availability SLI.
- Visualize availability performance against the defined SLO.
Best Practices
- Granularity: Define SLIs that are specific and measurable.
- Realism: Set SLOs that are challenging but achievable.
- Alignment: Ensure SLAs align with the defined SLOs and business requirements.
Integration
This skill can be integrated with monitoring tools to automatically collect SLI data and track performance against SLOs. It can also be used in conjunction with alerting systems to trigger notifications when SLO violations occur.
Prerequisites
- SLI definitions stored in ${CLAUDE_SKILL_DIR}/slos/sli-definitions.yaml
- Access to monitoring and metrics systems
- Historical performance data for baseline
- Business requirements for service reliability
Instructions
- Define Service Level Indicators (availability, latency, error rate, throughput)
- Set Service Level Objectives with target values (e.g., 99.9% availability)
- Formalize Service Level Agreements with customer commitments
- Configure automated SLI data collection
- Calculate error budgets based on SLOs
- Track performance and alert on SLO violations
Output
- SLI/SLO/SLA definition documents
- Real-time SLI metric dashboards
- Error budget calculations and burn rate
- SLO compliance reports
- Alerting configurations for violations
Error Handling
If SLI/SLO tracking fails:
- Verify SLI definition completeness
- Check metric collection infrastructure
- Validate data accuracy and granularity
- Ensure alerting system connectivity
- Review error budget calculation logic
Resources
- Google SRE book on SLIs and SLOs
- Error budget implementation guides
- Service reliability engineering practices
- SLO definition templates and examples
1---2name: tracking-service-reliability3description: Define and track SLAs, SLIs, and SLOs for service reliability including availability, latency, and error rates. Use when establishing reliability targets or monitoring service health. Trigger with phrases like "define SLOs", "track SLI metrics", or "calculate error budget".4license: MIT5---6# Sla Sli Tracker
7
8Define and track SLAs, SLIs, and SLOs for service reliability including availability targets, latency budgets, error rate thresholds, and error budget burn rates.
9
10## Overview
11
12This skill provides a structured approach to defining and tracking SLAs, SLIs, and SLOs, which are essential for ensuring service reliability. It automates the process of setting performance targets and monitoring actual performance, enabling proactive identification and resolution of potential issues.
13
14## How It Works
15
161. **SLI Definition**: The skill guides the user to define Service Level Indicators (SLIs) such as availability, latency, error rate, and throughput.
172. **SLO Target Setting**: The skill assists in setting Service Level Objectives (SLOs) by establishing target values for the defined SLIs (e.g., 99.9% availability).
183. **SLA Establishment**: The skill helps in formalizing Service Level Agreements (SLAs), which are customer-facing commitments based on the defined SLOs.
19
20## When to Use This Skill
21
22This skill activates when you need to:
23
24- Define SLAs, SLIs, and SLOs for a service.
25- Track service performance against defined objectives.
26- Calculate error budgets based on SLOs.
27
28## Examples
29
30### Example 1: Defining SLOs for a New Service
31
32User request: "Create SLOs for our new payment processing service."
33
34The skill will:
35
361. Prompt the user to define SLIs (e.g., latency, error rate).
372. Assist in setting target values for each SLI (e.g., p99 latency < 100ms, error rate < 0.01%).
38
39### Example 2: Tracking Availability
40
41User request: "Track the availability SLI for the database service."
42
43The skill will:
44
451. Guide the user in setting up the tracking of the availability SLI.
462. Visualize availability performance against the defined SLO.
47
48## Best Practices
49
50- **Granularity**: Define SLIs that are specific and measurable.
51- **Realism**: Set SLOs that are challenging but achievable.
52- **Alignment**: Ensure SLAs align with the defined SLOs and business requirements.
53
54## Integration
55
56This skill can be integrated with monitoring tools to automatically collect SLI data and track performance against SLOs. It can also be used in conjunction with alerting systems to trigger notifications when SLO violations occur.
57
58## Prerequisites
59
60- SLI definitions stored in ${CLAUDE_SKILL_DIR}/slos/sli-definitions.yaml
61- Access to monitoring and metrics systems
62- Historical performance data for baseline
63- Business requirements for service reliability
64
65## Instructions
66
671. Define Service Level Indicators (availability, latency, error rate, throughput)
682. Set Service Level Objectives with target values (e.g., 99.9% availability)
693. Formalize Service Level Agreements with customer commitments
704. Configure automated SLI data collection
715. Calculate error budgets based on SLOs
726. Track performance and alert on SLO violations
73
74## Output
75
76- SLI/SLO/SLA definition documents
77- Real-time SLI metric dashboards
78- Error budget calculations and burn rate
79- SLO compliance reports
80- Alerting configurations for violations
81
82## Error Handling
83
84If SLI/SLO tracking fails:
85
86- Verify SLI definition completeness
87- Check metric collection infrastructure
88- Validate data accuracy and granularity
89- Ensure alerting system connectivity
90- Review error budget calculation logic
91
92## Resources
93
94- Google SRE book on SLIs and SLOs
95- Error budget implementation guides
96- Service reliability engineering practices
97- SLO definition templates and examples