This class implements a registration handle that provides RAII semantics for metric registration.
Synopsis
Declared in <bdlm_metricsregistry.h>
class MetricsRegistryRegistrationHandle;
Member Functions
Name |
Description |
|
Constructors |
|
Unregister the metric collection callback associated with this handle (if |
Unregister the metric collection callback associated with this handle (if |
|
Return |
|
Exchange the associated metric collection callback registration with the one controlled by the specified |
|
Unregister the metric from the associated registry. Return 0 on success, and a non‐zero value if this handle is not currently associated with a registered metrics collection callback. |
Friends
Name |
Description |
This class implements a mechanism that provides a registry of metrics that is transferable to implementations of the |
Created with MrDocs