![]() |
MySQL 9.7.0
Source Code Documentation
|
Stores the channel lag information. More...
#include <resource_manager_channel_lag.h>
Public Attributes | |
| long long | timestamp {0} |
| Stores the timestamp when information was fetched. More... | |
| std::string | metric {""} |
| Either group_replication_applier_channel_lag or group_replication_recovery_channel_lag. More... | |
| std::string | channel_name {""} |
| Either group_replication_applier or group_replication_recovery. More... | |
| uint | lag_in_seconds {0} |
| Lag in seconds. More... | |
Stores the channel lag information.
| std::string gr_resource_manager::lag_record::channel_name {""} |
Either group_replication_applier or group_replication_recovery.
| uint gr_resource_manager::lag_record::lag_in_seconds {0} |
Lag in seconds.
| std::string gr_resource_manager::lag_record::metric {""} |
Either group_replication_applier_channel_lag or group_replication_recovery_channel_lag.
| long long gr_resource_manager::lag_record::timestamp {0} |
Stores the timestamp when information was fetched.