Updated on 2025-11-19 GMT+08:00

Network Collection

AppNetwork is a collector to collect network information. The information includes the categories, names, descriptions, units, data types, and default aggregation modes of metrics.

Table 1 Network collection (AppNetwork) metrics

Category

Metric

Name

Description

Unit

Data Type

Default Aggregation Mode

HTTP request metric set (Network: the HTTP request metric set)

slowCount

Slow Requests

Number of slow requests

-

INT

SUM

errorCount

Error Requests

Number of error requests

-

INT

SUM

proto

Request Protocol

Request protocol

-

STRING

LAST

mtd

Request Method

Request method

-

STRING

LAST

total

Total Requests

Total number of requests

-

INT

SUM

api

Last Requested API

API that was last requested

-

STRING

LAST

avgDr

Avg. Request Duration

Average request duration

-

DOUBLE

AVG

maxDr

Max. Request Duration

Maximum request duration

-

DOUBLE

MAX

sc

Last Request's Status Code

Status code returned for the last request

-

INT

LAST