Topology
Topology is a project-level view of how events flow: Source → Endpoint → Destination. It aggregates activity over a time period and reports success, failure, and latency metrics on each node. For the dashboard walkthrough, see Topology.
Nodes
| Node | Represents | Metrics |
|---|---|---|
| Source | An origin of events — an endpoint receiving incoming webhooks. | totalEvents, successEvents, failedEvents |
| Endpoint | The project's processing hub routing events to destinations. | avgLatencyMs, errorRate |
| Destination | A delivery target on the project. | totalDeliveries, successDeliveries, failedDeliveries |
Each node also reports whether it had any activity in the selected period.
Time period
Topology is always scoped to a period: last 24 hours (default), last 7 days, last 30 days, or a custom range. All node metrics reflect that window.
Drilling in
- A Source exposes its recent events in the period — each with status, timestamp, target destination, and any error message.
- A Destination exposes its recent deliveries in the period — each with status, timestamp, originating source, and any error message.
These map to the source-events and destination-deliveries views opened from the graph.