#include <applier_metrics_service_imp.h>
◆ disable_metric_collection()
Enables metric collection in the server for replication applier components.
- Returns
- Return values
-
FALSE | Succeeded. |
TRUE | Failed. |
◆ enable_metric_collection()
Enables metric collection in the server for replication applier components.
- Returns
- Return values
-
FALSE | Succeeded. |
TRUE | Failed. |
◆ free_applier_metrics()
Free memory for object holding metrics for the replication applier.
- Parameters
-
[out] | table | Pointer to object that was previously retrieved from get_applier_metrics . |
◆ free_worker_metrics()
Free memory for object holding metrics for the replication workers.
- Parameters
-
[out] | table | Pointer to object that was previously retrieved from get_worker_metrics . |
◆ get_applier_metrics()
Get metrics for the replication applier.
- Parameters
-
[out] | table | pointer, whose value will be set to an array of arrays of fields in which the metric values are stored. |
- Returns
- Return values
-
FALSE | Succeeded. |
TRUE | Failed. |
◆ get_worker_metrics()
Get metrics for replication workers.
- Parameters
-
[out] | table | pointer, whose value will be set to an array of arrays of fields in which the metric values are stored. |
- Returns
- Return values
-
FALSE | Succeeded. |
TRUE | Failed. |
The documentation for this class was generated from the following files: