This section describes how to view HTTP traffic data for a single service or pod.

Prerequisites

  • You need to have the platform-admin role in the KubeSphere platform. For more information, see Users and Platform Roles.

  • The WizTelemetry Network Observability extension needs to be installed and enabled on the KubeSphere platform.

Steps

  1. Log in to the KubeSphere web console with a user who has the platform-admin role.

  2. In the upper right corner of the page, click the grid icon and select WizTelemetry Observability Platform.

  3. Click Network > HTTP Traffic in the left navigation pane.

  4. Click the Traffic Monitoring tab, then navigate to the Service Traffic Monitoring or Pod Traffic Monitoring page.

  5. In the dropdown lists at the top of the page, select the cluster, project, service, or pod to view the HTTP traffic details for the selected service or pod within the specified time range.

    • Click refresh in the upper right corner to refresh the page information.

    • Click clock-2 in the upper right corner to set the time range for the data. The default is Last 30 minutes.

    Parameter Description

    HTTP Request Rate

    The number of HTTP requests per second.

    HTTP Error Rate

    The proportion of failed requests (e.g., 0% means all succeeded).

    HTTP Latency

    • P99 Latency: The 99th percentile latency of all requests within the specified time range, meaning 99% of requests had a latency less than or equal to this value.

    • P95 Latency: The 95th percentile latency of all requests within the specified time range, meaning 95% of requests had a latency less than or equal to this value.

    • Average Latency: The average latency of all requests within the specified time range.

    HTTP Response Data Throughput

    The total amount of HTTP response data successfully transmitted from the server to the client per second.

    HTTP Route TOP 10

    This section defaults to showing the top 10 HTTP route endpoints with the highest request volume, along with key performance indicators (such as latency, error rate).

    You can also click the dropdown list above the list to select other sorting fields and sorting methods.