Skip to main content

Service Level Agreement (SLA) & Uptime

Lineserve provides reliable cloud services with guaranteed uptime commitments and service credits.

Uptime Commitmentsโ€‹

Service Levelsโ€‹

ServiceUptime SLAMonthly Downtime
VPS & Bare Metal99.9%43.2 minutes
Managed Databases99.95%21.6 minutes
Object Storage99.9%43.2 minutes
Messaging APIs99.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 AchievementService 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โ€‹

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โ€‹

SeverityResponse TimeResolution Target
Critical15 minutes4 hours
High1 hour24 hours
Medium4 hours72 hours
Low24 hours7 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โ€‹

Escalation Processโ€‹

  1. Technical Support Team
  2. Engineering Team
  3. Senior Engineering Management
  4. Executive Team