MySQL 9.7.0
Source Code Documentation
gr_resource_manager::lag_record Struct Reference

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...
 

Detailed Description

Stores the channel lag information.

Member Data Documentation

◆ channel_name

std::string gr_resource_manager::lag_record::channel_name {""}

Either group_replication_applier or group_replication_recovery.

◆ lag_in_seconds

uint gr_resource_manager::lag_record::lag_in_seconds {0}

Lag in seconds.

◆ metric

std::string gr_resource_manager::lag_record::metric {""}

Either group_replication_applier_channel_lag or group_replication_recovery_channel_lag.

◆ timestamp

long long gr_resource_manager::lag_record::timestamp {0}

Stores the timestamp when information was fetched.


The documentation for this struct was generated from the following file: