IceMX.InvocationMetrics¶
- class IceMX.InvocationMetrics(id: str = '', total: int = 0, current: int = 0, totalLifetime: int = 0, failures: int = 0, retry: int = 0, userException: int = 0, remotes: list[~IceMX.Metrics.Metrics | None] = <factory>, collocated: list[~IceMX.Metrics.Metrics | None] = <factory>)¶
Bases:
MetricsProvide measurements for proxy invocations. Proxy invocations can either be sent over the wire or be collocated.
- Parameters:
Notes
The Slice compiler generated this dataclass from Slice class
::IceMX::InvocationMetrics.