Service Level Agreement (SLA) & Uptime
Lineserve provides reliable cloud services with guaranteed uptime commitments and service credits.
Uptime Commitmentsโ
Service Levelsโ
Service | Uptime SLA | Monthly Downtime |
---|---|---|
VPS & Bare Metal | 99.9% | 43.2 minutes |
Managed Databases | 99.95% | 21.6 minutes |
Object Storage | 99.9% | 43.2 minutes |
Messaging APIs | 99.9% | 43.2 minutes |
High Availability Optionsโ
- Database HA: 99.99% with multi-AZ deployment
- Load Balancers: 99.99% uptime guarantee
- Multi-Region: 99.99% with cross-region deployment
Service Creditsโ
Credit Scheduleโ
Uptime Achievement | Service Credit |
---|---|
< 99.9% but โฅ 99.0% | 10% of monthly fees |
< 99.0% but โฅ 95.0% | 25% of monthly fees |
< 95.0% | 50% of monthly fees |
How to Request Creditsโ
# Submit SLA credit request
lineserve support create-ticket \
--type sla-credit \
--service compute \
--incident-date "2024-01-15"
Requirements:
- Request within 30 days of incident
- Account in good standing
- Provide evidence of service impact
Monitoring & Statusโ
Status Pageโ
- URL: https://status.lineserve.com
- Real-time status of all services
- Incident history and updates
- Maintenance schedules
Monitoring Toolsโ
# Check service status via API
curl https://api.status.lineserve.com/v1/status
# Set up uptime monitoring
lineserve monitoring create-check \
--type http \
--url "https://yourapp.com" \
--interval 60s
Incident Responseโ
Response Timesโ
Severity | Response Time | Resolution Target |
---|---|---|
Critical | 15 minutes | 4 hours |
High | 1 hour | 24 hours |
Medium | 4 hours | 72 hours |
Low | 24 hours | 7 days |
Severity Levelsโ
- Critical: Complete service outage
- High: Significant degradation
- Medium: Limited impact
- Low: Minor issues
Planned Maintenanceโ
Maintenance Windowsโ
- Standard: Tuesdays 2:00-4:00 AM UTC
- Emergency: 4-hour notice minimum
- Major Updates: 7-day advance notice
Note: Planned maintenance excluded from SLA calculations
Performance Guaranteesโ
Network Performanceโ
- Latency: < 50ms within region
- Bandwidth: 99% of advertised speeds
- Packet Loss: < 0.1%
Storage Performanceโ
- IOPS: 99% of provisioned IOPS
- Latency: < 10ms for SSD storage
- Throughput: 95% of maximum
API Performanceโ
- Response Time: 95% of calls < 2 seconds
- Availability: 99.9% monthly uptime
SLA Exclusionsโ
Not Covered by SLAโ
- Customer misconfigurations
- Third-party service failures
- Network issues outside Lineserve control
- Force majeure events (natural disasters, etc.)
- Beta/preview services
- Free tier services
High Availability Setupโ
Multi-Region Deploymentโ
# Deploy with automatic failover
lineserve compute create-instance \
--plan standard-2 \
--region us-east-1 \
--ha-region us-west-1 \
--auto-failover enabled
Database High Availabilityโ
# Create HA database
lineserve database create \
--type postgresql \
--plan ha-standard \
--multi-az enabled
Load Balancer Setupโ
# High availability load balancer
lineserve network create-load-balancer \
--name "ha-web-lb" \
--health-check "/health" \
--regions "us-east-1,us-west-1"
Reportingโ
Monthly SLA Reportsโ
- Detailed uptime statistics
- Performance metrics
- Incident summaries
- Service credit calculations
Custom Reportsโ
# Generate SLA report
lineserve reporting generate-sla-report \
--start-date "2024-01-01" \
--end-date "2024-01-31" \
--format pdf
Contact & Supportโ
SLA Supportโ
- Email: sla@lineserve.com
- Phone: +1 (555) 123-4567
- Emergency: +1 (555) 911-HELP
- Status: https://status.lineserve.com
Escalation Processโ
- Technical Support Team
- Engineering Team
- Senior Engineering Management
- Executive Team