ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

SLI

SRE / DevOps concept Service Level Indicator.

Definition

A SLI (Service Level Indicator) is a raw metric measuring a service quality dimension: request success rate, p99 latency, availability, throughput. Good SLIs are side-effect-free and user-facing — expressed as percent of success / window. EDI example: percentage of INVOICs mapped correctly per hour.

Origin

Concept popularised by the Google SRE Book (2016). Chapter 4 — Service Level Objectives.

Example in context

EDI SLI: count(success_invoices_total) / count(total_invoices_received) on 30-day rolling window.

  • SLO — objective based on SLI.

Last updated: May 15, 2026