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:
MetricsProvides information on servant dispatches.
- Parameters:
- size¶
The size of the incoming requests. This corresponds to the size of the marshaled input parameters.
- Type:
- replySize¶
The size of the replies. This corresponds to the size of the marshaled output and return parameters.
- Type:
Notes
The Slice compiler generated this dataclass from Slice class
::IceMX::DispatchMetrics.