Production Monitoring
This guide sets up ongoing observability for a Livepeer Gateway running in production. It covers Prometheus metrics collection, Grafana dashboards, log monitoring, the Livepeer Explorer, and automated health alerts. This guide includes:- Monitoring setup for , Pipelines and service routing
- Installation guides for (recommended), , and
Livepeer Explorer
The Livepeer Explorer provides a network-level view of all registered Gateways on Arbitrum One. It is accessible from any OS and requires no local installation.Explorer columns
The Gateway Explorer table displays the following for each registered Gateway: For off-chain Gateways, the Explorer does not show the node directly. Use for network-wide AI Orchestrator visibility instead.Gateway Explorer
View registered Gateways, deposit balances, and network activity on Arbitrum.
Livepeer Tools
Community dashboard for Gateway performance metrics and AI Orchestrator status.
Key Metrics Reference
All Gateway types (Video, AI, Dual) expose metrics on the same-httpAddr port (default 8935). A single Prometheus scrape job covers all workload types.
Full metric table:
Grafana Dashboards
Thelivepeer/livepeer-monitoring Docker stack includes three starter Grafana dashboards:
Node overview
Node overview
Active sessions, success rate, transcoding latency, and Orchestrator connectivity. The primary operational dashboard for day-to-day monitoring.
Payment overview
Payment overview
ETH deposit and reserve over time, ticket value sent, and payment creation errors. Critical for on-chain Gateways to track deposit depletion rate.
Transcoding performance
Transcoding performance
Realtime ratios, latency distribution (p50, p95, p99), and segment success/failure breakdown. Useful for identifying quality degradation patterns.
- Deposit depletion forecast (linear regression on
livepeer_gateway_depositover 24h) - Session count vs
-maxSessionslimit as a percentage gauge - AI discovery error rate overlaid with session count (correlation check)
Alert Rules
Configure these rules in Prometheus to receive automated notifications when the Gateway needs attention.Critical
Critical Alerts
Warning
Warning Alerts
Related Pages
Prometheus Metrics
Full table of all livepeer_* metrics.
On-Chain Metrics
TicketBroker events and Arbitrum contract monitoring.
Tools & Dashboards
Explorer, Livepeer Tools, livepeer_cli.