![]() |
Ice 3.8
Slice API Reference
|
The base class for metrics. More...
defined in <Ice/Metrics.ice>
class Metrics { ... }
Data Members | |
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. |
The base class for metrics.
A metrics object represents a collection of measurements associated to a given a system.
Definition at line 23 of file Metrics.ice.