Ana içeriğe geç

Traffic & Usage

What Is It For?

  • Shows request, success, blocked, and error summaries by organization / product / application for portal subscriptions
  • Surfaces subscriptions approaching quota or rate-limit thresholds
  • Helps operations and support triage live issues
  • Separates Test and Production so decisions are not made on the wrong environment’s data
  • Supports root-cause analysis by opening a request row (without showing secrets) for headers and body

Who Uses It?

  • Portal administrators: To watch platform-wide consumption and block rates
  • Support / operations: To triage slow or failing calls by organization and app
  • Business development: To propose plan upgrades when organizations near quota limits

Access and Permissions

  • In the admin panel follow Portal → Reports → Traffic & Usage
  • Scope: all organizations of the active portal (cross-org summary)
  • The Traffic & Usage tab on an organization overview is the same view scoped to one organization
  • Viewing requires roles with portal report access (Portal Manager, Admin, Portal Business)
Traffic & Usage report

Shared Filters

FilterDescription
EnvironmentBoth · Test · Production — which environment’s data is shown
OrganizationNarrow to one or more organizations
API ProductNarrow by product
AppNarrow by application
Date rangeLast ~1 hour · Today · Last ~7 days · Last ~1 month
SearchRefresh the report with the selected filters

A summary pill shows request count for the selected environment and range.

uyarı

If Production data cannot be fetched, the screen continues with test data and shows Production data is currently unavailable — showing test data only. Check the environment before deciding.

Usage Tab — How to Read It

Usage is the subscription and quota-oriented summary.

Summary cards

CardMeaning
OrganizationsOrganizations matching the filter
AppsApplication count
SubscriptionsSubscription count
Total requestsTotal requests in the period
BlockedRequests blocked by quota / rate limit
Avg. quota usageAverage quota usage

Quota alerts show how much of a subscription’s daily limit is used and what remains, in organization · app · product (plan) context.

Subscriptions and usage table

Group by Group by Organization or Group by Product. Rows include app, product or organization, plan, daily quota, rate limit, success / blocked / error, and time (min/max/avg).

  • Quota reset: every day at 00:00 (UTC+3)
  • Unlimited plans do not enforce quota; pending subscriptions may not show consumption
  • Rate limit: Unlimited or per-second / per-minute limits

Panels: top 5 quota-consuming subscriptions and requests by organization.

Traffic Tab — How to Read It

Traffic is the near-live operational view.

ElementMeaning
RefreshManual · Every 10s · Every 30s + Refresh
KPIsTotal requests · Successful · Blocked · Errored · Success rate · Avg. time
Environment splitTest/Sandbox vs Production
ChartsRequest volume, response time (p50/p95), status code distribution (2xx/4xx/5xx)
Most called operationsBusiest operations: operation, product, organization, requests, avg ms, errors
API Traffic tableStatus, time, endpoint·API key, API, organization·app, product·env, duration

Status filter: All statuses · Successful (2xx) · Error & blocked

Clicking a row opens a drawer with Request (Client→API) and Response (API→Client) headers/body and correlation id. Credential secrets are never shown.

Difference from API Traffic Report

Traffic & UsageAPI Traffic Report
Live + quota-oriented dashboardDate-range summary metrics grid
Usage + Traffic tabsSingle summary table
Includes App filterStandalone page has no App filter
Operational triagePeriod comparison / reporting

Usage Scenarios

  • When an organization’s blocked rate rises, review its quota or rate-limit plan
  • When Production p95 degrades, start from the busiest operations
  • Separating Test from Production keeps demo/test load from polluting production metrics
  • Validate a support ticket by checking the last hour’s Error & blocked rows for that app