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.

PROMETHEUS-EDI

CNCF Graduated time-series DB applied to EDI.

Definition

Prometheus collects metrics via HTTP scraping of /metrics endpoints in text format (OpenMetrics-compatible). Local TSDB-optimised storage, PromQL query language. Alertmanager companion routes alerts to PagerDuty, Slack. Adopted to measure EDI SLI/SLOs: edi_invoice_processed_total, edi_mapping_duration_seconds, edi_as2_mdn_pending.

Origin

Initiated by SoundCloud in 2012, CNCF donation 2016, second project to graduate 2018.

Example in context

PromQL: rate(edi_invoice_processed_total{status="ok"}[5m]) — successful invoice throughput over 5 minutes.

Last updated: May 15, 2026