Loading…
Loading…
Observability in SOAP-2-REST by Specaria is not a separate product you license and run alongside the platform — it is built into the same no-code UI you manage…
Observability in SOAP-2-REST by Specaria is not a separate product you license and run alongside the platform — it is built into the same no-code UI you manage mappings from. Every conversion call, every configuration change, and every backend test produces telemetry, and all of it is queryable in-app.
This section covers the four observability surfaces:
All of these are queryable through the Admin (control-plane) API
under /admin/v1/* and surfaced in the Observability area of the UI.
Every time-bucketed metric surface in the product — dashboards, KPI tiles, timeline charts, SLO reports, per-service rollups — reads from pre-computed aggregation tables, never from raw logs at query time. This applies to all traffic sources, not just one.
This is why:
Raw logs are reserved for exactly three jobs:
When you query a metric and it loads instantly, that is the aggregation read path working as designed.
Telemetry carries an explicit source dimension so you can filter or sum across origins:
runtime — traffic the platform's own conversion runtime handled (PUBLISH / CONSUME).f5 (and other connectors) — traffic discovered from gateway/load-balancer feeds.Default metric views sum across all sources; the source dimension lets you narrow to one.
A single correlation ID travels through the whole request lifecycle — inbound call, backend call, mapping, structured log, debug trace, and async callback. It is the join key across every surface in this section: a consumer reports an error at 14:32, you search the logs by correlation ID, and you land on the exact call, its full payloads, and its trace. See correlation IDs.
Telemetry and audit data are retained for 60 days by default, and the window is configurable to your policy. See Data retention for the per-table breakdown.