24#ifndef GROUP_REPLICATION_FLOW_CONTROL_METRICS_SERVICE_H
25#define GROUP_REPLICATION_FLOW_CONTROL_METRICS_SERVICE_H
constexpr value_type timestamp
Definition: classic_protocol_constants.h:278
mysql_service_status_t get_throttle_time_sum(uint64_t *value) noexcept
Definition: get_metrics.cc:42
mysql_service_status_t get_throttle_count(uint64_t *value) noexcept
Definition: get_metrics.cc:34
mysql_service_status_t get_throttle_active_count(uint64_t *value) noexcept
Definition: get_metrics.cc:50
mysql_service_status_t get_throttle_last_throttle_timestamp(char *buffer) noexcept
Definition: get_metrics.cc:58
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112