IceMX.DispatchMetrics

class IceMX.DispatchMetrics(id: str = '', total: int = 0, current: int = 0, totalLifetime: int = 0, failures: int = 0, userException: int = 0, size: int = 0, replySize: int = 0)

Bases: Metrics

Provides information on servant dispatches.

Parameters:
userException

The number of dispatches that failed with a user exception.

Type:

int

size

The size of the incoming requests. This corresponds to the size of the marshaled input parameters.

Type:

int

replySize

The size of the replies. This corresponds to the size of the marshaled output and return parameters.

Type:

int

Notes

The Slice compiler generated this dataclass from Slice class ::IceMX::DispatchMetrics.

static ice_staticId() str

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str