IceMX.RemoteMetrics¶
- class IceMX.RemoteMetrics(id: str = '', total: int = 0, current: int = 0, totalLifetime: int = 0, failures: int = 0, size: int = 0, replySize: int = 0)¶
Bases:
ChildInvocationMetricsProvides information on invocations that are specifically sent over Ice connections. Remote metrics are embedded within
IceMX.InvocationMetrics.Notes
The Slice compiler generated this dataclass from Slice class
::IceMX::RemoteMetrics.- Parameters: