II.
LibraryProcess JSON
Structured · livelib-process:devops-sre-platform--slo-sli-tracking
specializations/devops-sre-platform/slo-sli-tracking json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:devops-sre-platform--slo-sli-tracking",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/devops-sre-platform/slo-sli-tracking",
"description": "SLO/SLI Definition and Tracking - Comprehensive process for defining Service Level Objectives (SLOs),\nidentifying Service Level Indicators (SLIs), implementing error budget tracking, creating SLO dashboards,\nand establishing alerting for SLO violations. Follows Google SRE best practices for reliability engineering\nwith 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', {\n projectName: 'E-commerce Platform',\n services: ['api-gateway', 'payment-service', 'order-service', 'inventory-service'],\n targetAvailability: 99.9,\n targetLatencyP95: 200,\n targetErrorRate: 0.1,\n reviewCycle: 'quarterly',\n environment: 'production',\n stakeholders: ['engineering-lead', 'product-manager', 'sre-team'],\n businessCriticalFlows: ['checkout', 'payment-processing', 'order-placement']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "skill-area:sli-slo-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "skill-area:metrics-dashboarding",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "workflow:incident-response",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--slo-sli-tracking",
"to": "specialization:devops-sre-platform",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}