Average bytes in a network request or response

2024-03-22 09:34:35  Updated

This topic describes monitoring metrics related to the average number of bytes in a network request or response of an OBProxy cluster.

client_request

Definition

The size of a client request in bytes.

Description

Metric Metric field name Unit
client_request request_byte_client_request Byte

Calculation expression

sum(rate(odp_request_byte_total{sessionType="client",transType="request",@LABELS}[@INTERVAL])) by (@GBLABELS)

client_response

Definition

The size of a client response in bytes.

Description

Metric Metric field name Unit
client_response request_byte_client_response Byte

Calculation expression

sum(rate(odp_request_byte_total{sessionType="client",transType="response",@LABELS}[@INTERVAL])) by (@GBLABELS)

server_request

Definition

The size of a server request in bytes.

Description

Metric Metric field name Unit
server_request request_byte_server_request Byte

Calculation expression

sum(rate(odp_request_byte_total{sessionType="server",transType="request",@LABELS}[@INTERVAL])) by (@GBLABELS)

server_response

Definition

The size of a server response in bytes.

Description

Metric Metric field name Unit
server_response request_byte_server_response Byte

Calculation expression

sum(rate(odp_request_byte_total{sessionType="server",transType="response",@LABELS}[@INTERVAL])) by (@GBLABELS)

Contact Us