API TRAFFIC

See the request that changed the graph.

Move from a latency spike to the exact endpoint, response code, consumer, region, and request in a few clicks.

Traffic logging and key validation share one timeline, so access and performance never drift apart.

reqkey / observability / traffic
12.8K
REQUESTS
0.72%
ERROR RATE
84ms
P95 LATENCY
Requests · last 60 min● LIVE
POST/v1/checkout20084ms
GET/v1/catalog20031ms
POST/v1/events42912ms
Live
request timeline
7+
filter dimensions
1 view
from chart to request
BUILT FOR THE WHOLE LIFECYCLE

The detail work is already done.

01

A live feed you can actually search

Inspect method, path, status, latency, location, and consumer without opening another tool.

  • Endpoint and method filters
  • Status and latency ranges
  • Region and client IP context
02

Know when performance moved

Latency, request volume, and errors stay aligned on the same time range.

  • P50 and P95 latency
  • Error-rate trends
  • Custom comparison windows
03

Turn incidents into answers

Follow a chart anomaly down to the individual request and the consumer behind it.

  • Request-level detail
  • Consumer attribution
  • Exportable investigation trail
STRAIGHT FROM THE DASHBOARD

The traffic view, exactly as it ships.

Request volume, error rate, latency percentiles, and the per-request log — one screen from the live dashboard.

reqkey / observability / api-traffic
ReqKey dashboard — API traffic with request chart, error rate, latency, and per-request log
INTEGRATE IN MINUTES

One call after each response.

Pass the requestId from validation plus whatever metadata you want to keep. ReqKey correlates the two, and the request shows up on the timeline within seconds.

See the full ingestion reference
after-response.ts
// After your API responds — fire and forgetawait fetch('https://api.reqkey.com/ingest', {  method: 'POST',  headers: { Authorization: `Bearer ${REQKEY_ROOT_KEY}` },  body: JSON.stringify({    requestId, // returned by /key/validate    method: 'POST',    endpoint: '/v1/payments',    statusCode: 200,    latencyMs: 45,  }),})
HOW IT FLOWS

From setup to production.

01

Log the call

Method, path, and status.

02

Aggregate live

Volume, errors, latency.

03

Filter the spike

Endpoint or consumer.

04

Open the request

Get the full context.

READY WHEN YOUR API IS

See your traffic the way ReqKey sees it.

Start free with 100,000 requests a month. Wire up ingestion once and the timeline fills within seconds.