{% extends "admin/base.html" %} {% block title %}Monitoring — cmdop admin{% endblock %} {% block head %} {% endblock %} {% block content %} {# Plan 58 — wrapper chrome only. ApexCharts options below are NOT modified (per Plan 48 styling agent note) — only the surrounding header, KPI strip, and live indicator. #}

gRPC Monitoring

Real-time connection and network metrics — relay-wide

updated
{% from 'admin/components/ui.html' import card %} {% call card() %}

Active streams

{% endcall %} {% call card() %}

Total RPCs

·

{% endcall %} {% call card() %}

Messages in

{% endcall %} {% call card() %}

Messages out

{% endcall %}
{% call card(title="Latency percentiles", subtitle="Current p50 / p95 / p99 — last window") %}

p50

p95

p99

{% endcall %}
{% call card(title="Latency (ms)", subtitle="p50 stream — live via WebSocket") %}
Waiting for live data…
{% endcall %} {% call card(title="RPC rate", subtitle="Success vs error — live via WebSocket") %}
Waiting for live data…
{% endcall %}
{% endblock %} {% block scripts %} {% endblock %}