iiRecord
Agentic AI Atlas · error-budget-management
lib-process:devops-sre-platform--error-budget-managementa5c.ai
II.
LibraryProcess JSON

lib-process:devops-sre-platform--error-budget-management

Structured · live

error-budget-management json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:devops-sre-platform--error-budget-management",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "error-budget-management",
    "description": "Error Budget Management Process - Comprehensive SLO-based reliability engineering framework covering\nerror budget calculation, burn rate monitoring, policy enforcement, stakeholder communication, incident correlation,\nand continuous reliability improvement through data-driven decision making.",
    "libraryPath": "library/specializations/devops-sre-platform/error-budget-management.js",
    "specialization": "devops-sre-platform",
    "references": [
      "- Google SRE Book - Embracing Risk: https://sre.google/sre-book/embracing-risk/\n- Google SRE Workbook - Implementing SLOs: https://sre.google/workbook/implementing-slos/\n- The Site Reliability Workbook - Error Budgets: https://sre.google/workbook/error-budget-policy/\n- Alex Hidalgo - Implementing Service Level Objectives: https://www.alex-hidalgo.com/\n- Sloth - SLO Toolkit: https://github.com/slok/sloth"
    ],
    "example": "const result = await orchestrate('specializations/devops-sre-platform/error-budget-management', {\n  services: ['payment-api', 'checkout-service', 'user-service'],\n  slos: {\n    availability: { target: 99.9, window: '30d' },\n    latency: { target: 200, percentile: 95, window: '30d' },\n    errorRate: { target: 0.1, window: '30d' }\n  },\n  reportingPeriod: '30d',\n  alertThresholds: {\n    burnRateFast: 14.4,  // 2% budget in 1 hour\n    burnRateSlow: 6.0    // 5% budget in 6 hours\n  },\n  stakeholders: ['engineering', 'product', 'leadership'],\n  environment: 'production'\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "skill-area:sli-slo-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "skill-area:alerting-oncall",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "topic:observability-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "role:sre",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "workflow:incident-response",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--error-budget-management",
      "to": "specialization:devops-sre-platform",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}