Kanban

Kanban #

Through service traffic monitoring, we can see three levels of gateway data, from large to small:

  • Platform level gateway data
  • Service level gateway data
  • API level gateway data

image-20211019205230650

By switching the tab, we can view gateway monitoring data from different perspectives.

Platform Level #

Throughput #

  • Traffic statistics in the in and out direction
  • Incoming and outgoing gateway traffic TopN Service
  • RPS

image-20211019205312988

HTTP Exception #

You can view the overall distribution of exception status codes (3xx, 4xx, 5xx) of requests passing through the gateway. At the same time, we can also view the ranking of exception services to facilitate users to further locate high-frequency exception services.

image-20211019205335289

Latency #

The delay indicator shows the total time-consuming of the request, the time-consuming of back-end services, and the time-consuming of gateway processing. At the same time, the ranking of high delay services is listed to facilitate users to locate high delay services.

image-20211019205358729

Service Level #

From the platform perspective, we can locate the bottleneck service. From the service perspective, we can observe all API information under the service.

Throughput #

image-20211019205445502

Compared with the throughput indicators of “platform perspective”, the traffic statistics of the service can be observed here, and the high traffic API will be sorted.

HTTP Exception #

image-20211019205502280

Compared with the HTTP exception indicator of “platform perspective”, the HTTP exception status code statistics of the service can be observed here, and the high-frequency exception API will be sorted.

Latency #

image-20211019205520819

Compared with the delay indicators of the “platform perspective”, the delay indicators of the service can be observed here, and the high delay API will be sorted.

API Level #

In the “service perspective”, we see the API ranking information under the service. By clicking the corresponding API, we can further view the gateway data information of the API.

image-20211019205552555

Click the API to view gateway data

image-20211019205646073

API performance