Ana içeriğe geç

Gateway Traffic & Time Metrics

Gateway Traffic & Time Metrics

This report appears as the API Traffic Metrics sub-report under the Traffic tab of the Metrics page. It lets you compare, for every API Proxy in the project, the traffic counts (successful/blocked/error/total requests), the time (Min./Max./Avg.) the request spent in three different regions of the gateway, and the total of those three, in a single table.

bilgi

Since an API Proxy can be loaded into multiple environments, metrics must also be evaluated according to the environment it is loaded into. Therefore, in all analytics screens, metrics are filtered by first selecting environment information.

uyarı

Metric data cannot be displayed for environments where Elasticsearch integration is not configured. In this case, a warning message is displayed on the screen.

Filtering

The filter row at the top of the Metrics page is shared by all sub-reports:

OptionDescription
Environment SelectionYou can select the environment you want to see metrics for
Project Selection(Only in the Admin menu) You can filter metrics by selecting multiple projects
Date RangeYou can determine the time range you want to see your metrics for (default: last 1 hour)
Refresh ButtonInstantly re-queries and updates the data for the currently displayed report

The sub-report row also has an Export to Excel button that exports the data of the currently displayed report.

Table Column Descriptions

The columns are grouped into six sections; each row represents one API Proxy.

Information

ColumnDescription
ProjectName of the project the API Proxy belongs to (only visible in the Admin menu)
API ProxyName of the API Proxy

Traffic Metrics (count)

The number of requests made to the API Proxy in the selected environment and date range, broken down by result:

ColumnDescription
SuccessfulNumber of requests that completed successfully
BlockedNumber of requests blocked by policies (e.g. security, rate limiting)
ErrorNumber of requests that resulted in an error
TotalSuccessful + Blocked + Error request count

Request Pipeline Time (ms)

The processing time of the request policies the request passes through after reaching the gateway and before being routed to the backend:

ColumnDescription
Min.Shortest time measured in this region (ms)
Max.Longest time measured in this region (ms)
Avg.Average time measured in this region (ms)

Routing Time (ms)

The time elapsed while the request is sent to the backend and the response is received back (backend round-trip time):

ColumnDescription
Min.Shortest time measured in this region (ms)
Max.Longest time measured in this region (ms)
Avg.Average time measured in this region (ms)

Response Pipeline Time (ms)

The processing time of the response policies the response coming back from the backend passes through before being delivered to the client:

ColumnDescription
Min.Shortest time measured in this region (ms)
Max.Longest time measured in this region (ms)
Avg.Average time measured in this region (ms)

Total Time (ms)

The sum of Request Pipeline + Routing + Response Pipeline times; the total time elapsed from the request reaching the gateway to the response returning to the client:

ColumnDescription
Min.Shortest total time measured for this API Proxy (ms)
Max.Longest total time measured for this API Proxy (ms)
Avg.Average total time measured for this API Proxy (ms)