II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--performance-slo-definition
specializations/performance-optimization/performance-slo-definition overview
Performance SLO Definition - Define Service Level Objectives for performance metrics including latency SLOs (p50, p95, p99), throughput SLOs, error rate thresholds, SLO monitoring dashboards, and alerting.
Attributes
displayName
specializations/performance-optimization/performance-slo-definition
description
Performance SLO Definition - Define Service Level Objectives for performance metrics including
latency 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', {
projectName: 'API Gateway',
services: ['auth-service', 'data-service', 'gateway'],
targetLatencyP95: 200,
targetLatencyP99: 500,
targetThroughput: 10000,
targetErrorRate: 0.1
});
usesAgents
- performance-engineer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
- skill-area:sli-slo-management·SkillAreaSLI / SLO Management
uses_agent1
- lib-agent:software-architecture--performance-engineer·LibraryAgentperformance-engineer
Incoming edges
None.