II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--slo-sli-tracking
slo-sli-tracking overview
SLO/SLI Definition and Tracking - Comprehensive process for defining Service Level Objectives (SLOs), identifying Service Level Indicators (SLIs), implementing error budget tracking, creating SLO dashboards, and establishing alerting for SLO violations. Follows Google SRE best practices for reliability engineering with quarterly review cycles and error budget policies.
Attributes
displayName
slo-sli-tracking
description
SLO/SLI Definition and Tracking - Comprehensive process for defining Service Level Objectives (SLOs),
identifying Service Level Indicators (SLIs), implementing error budget tracking, creating SLO dashboards,
and establishing alerting for SLO violations. Follows Google SRE best practices for reliability engineering
with quarterly review cycles and error budget policies.
libraryPath
library/specializations/devops-sre-platform/slo-sli-tracking.js
specialization
devops-sre-platform
references
- - Google SRE Book - SLOs: https://sre.google/sre-book/service-level-objectives/ - Implementing Service Level Objectives: https://www.oreilly.com/library/view/implementing-service-level/9781492076803/ - SLO Workbook: https://sre.google/workbook/implementing-slos/ - Error Budget Policy: https://sre.google/workbook/error-budget-policy/ - SLI Menu: https://landing.google.com/sre/workbook/chapters/slo-engineering-case-studies/
example
const result = await orchestrate('specializations/devops-sre-platform/slo-sli-tracking', {
projectName: 'E-commerce Platform',
services: ['api-gateway', 'payment-service', 'order-service', 'inventory-service'],
targetAvailability: 99.9,
targetLatencyP95: 200,
targetErrorRate: 0.1,
reviewCycle: 'quarterly',
environment: 'production',
stakeholders: ['engineering-lead', 'product-manager', 'sre-team'],
businessCriticalFlows: ['checkout', 'payment-processing', 'order-placement']
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:incident-response·Workflow
lib_involves_role1
- role:sre·Role
lib_requires_skill_area2
- skill-area:sli-slo-management·SkillAreaSLI / SLO Management
- skill-area:metrics-dashboarding·SkillAreaMetrics & Dashboarding
Incoming edges
None.