|
inlinenoexcept |
One-shot constructor to initialize all data members.
| id | The metrics identifier. |
| total | The total number of objects observed by this metrics. |
| current | The number of objects currently observed by this metrics. |
| totalLifetime | The sum of the lifetime of each observed objects. |
| failures | The number of failures observed. |
| retry | The number of retries for the invocations. |
| userException | The number of invocations that failed with a user exception. |
| remotes | The remote invocation metrics map. |
| collocated | The collocated invocation metrics map. |