Loading…
Loading…
The operations dashboard is the single in-app view of the health of your entire conversion estate.
The operations dashboard is the single in-app view of the health of your entire conversion estate. It surfaces request volume, error rate, and latency at a glance, then lets you drill from the whole estate down to a single service and operation — all in the same UI you use to manage mappings.
Everything on the dashboard reads from pre-computed aggregation tables, never from raw logs at query time, so it loads in sub-second time even across large estates. See the aggregation read-path rule.
The top of the dashboard is a row of KPI tiles giving an at-a-glance read on the estate:
30 MB ceiling (S2R-RUN-0413)./{direction}/ segment
(S2R-RUN-0405). Zero is the expected steady state for correctly wired clients.Timeline charts plot traffic and errors over time so you can see trends and spot incidents. Each service exposes a request/error trend with per-bucket request count, error count, error percentage, and average latency. The bucket interval is chosen to suit the selected window (finer buckets for short windows, coarser for long ones).
This data is served by GET /admin/v1/service-metric-timeline (see the
Admin API).
From the estate-wide view you can roll down to a single service and then a single operation. Per service/operation the dashboard shows:
413)The discovery-side master discovery view complements this with per-service 24-hour / 7-day / 1-month request counts across the estate, also served from aggregation tables for sub-second performance.
The dashboard supports multi-select filters for environment, service, and operation,
with option lists loaded from GET /admin/v1/observability-filter-options. Traffic can also be
narrowed by source (runtime vs a connector such as f5); default views sum across all
sources.
Time windows: 15m, 1h, 24h, 7d, 30d, 60d, plus a custom range anywhere inside
the retained 60-day window. See Metrics & SLO reports for the windowing
details.