--- id: sli title: "SLI(服务等级指标)" type: concept tags: [sre, reliability, metrics] last_updated: 2026-04-19 --- ## Definition SLI(Service Level Indicator,服务等级指标)是可靠性的可量化度量指标,用于衡量系统健康状态。 ## Common SLIs - **可用性**:成功请求占总请求的比例 - **延迟**:请求响应时间(如 P99 延迟) - **错误率**:失败请求占总请求的比例 - **吞吐量**:每秒处理的请求数(QPS) ## Usage SLI 被 [[SLO(服务等级目标)]] 引用,用于测量服务是否达到预期可靠性水平。 ## Relationship - [[SLI(服务等级指标)]] ← measures ← [[SLO(服务等级目标)]] - [[SLO(服务等级目标)]] ← derives ← [[Error Budget(错误预算)]] - [[SLA(服务等级协议)]] ← based_on ← [[SLO(服务等级目标)]] ## References - [[CTP Topic 41 NFR's and Error Budgets]] — SLI/SLO/SLA 体系详解 - [[SRE]] — 站点可靠性工程实践