II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--performance-slo-definition
specializations/performance-optimization/performance-slo-definition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--performance-slo-definition",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/performance-slo-definition",
"description": "Performance SLO Definition - Define Service Level Objectives for performance metrics including\nlatency SLOs (p50, p95, p99), throughput SLOs, error rate thresholds, SLO monitoring dashboards, and alerting.",
"libraryPath": "library/specializations/performance-optimization/performance-slo-definition.js",
"specialization": "performance-optimization",
"references": [
"- Google SRE Book - SLOs: https://sre.google/sre-book/service-level-objectives/"
],
"example": "const result = await orchestrate('specializations/performance-optimization/performance-slo-definition', {\n projectName: 'API Gateway',\n services: ['auth-service', 'data-service', 'gateway'],\n targetLatencyP95: 200,\n targetLatencyP99: 500,\n targetThroughput: 10000,\n targetErrorRate: 0.1\n});",
"usesAgents": [
"performance-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "skill-area:sli-slo-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "workflow:performance-profiling-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-slo-definition",
"to": "lib-agent:software-architecture--performance-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}