![]() |
Ice 3.8
Slice API Reference
|
Provide measurements for proxy invocations. Proxy invocations can either be sent over the wire or be collocated. More...
defined in <Ice/Metrics.ice>
class InvocationMetrics extends IceMX::Metrics { ... }


Data Members | |
| MetricsMap | collocated |
| The collocated invocation metrics map. | |
| MetricsMap | remotes |
| The remote invocation metrics map. | |
| int | retry = 0 |
| The number of retries for the invocations. | |
| int | userException = 0 |
| The number of invocations that failed with a user exception. | |
| Data Members inherited from IceMX::Metrics | |
| int | current = 0 |
| The number of objects currently observed by this metrics. | |
| int | failures = 0 |
| The number of failures observed. | |
| string | id |
| The metrics identifier. | |
| long | total = 0 |
| The total number of objects observed by this metrics. | |
| long | totalLifetime = 0 |
| The sum of the lifetime of each observed objects. | |
Provide measurements for proxy invocations. Proxy invocations can either be sent over the wire or be collocated.
Definition at line 174 of file Metrics.ice.