![]() |
MySQL 26.7.0
Source Code Documentation
|
Interface for repoting values of some INFORMATION_SCHEMA.INNODB_METRICS. More...
#include <srv0monitoring_interface.h>
Public Member Functions | |
| virtual | ~Monitoring_interface ()=default |
| Default destructor. More... | |
| virtual std::optional< mon_type_t > | get_value (monitor_id_t id)=0 |
| Returns the value of given Innodb-specific monitor by id or std::nullopt if not supported. More... | |
Interface for repoting values of some INFORMATION_SCHEMA.INNODB_METRICS.
|
virtualdefault |
Default destructor.
|
pure virtual |
Returns the value of given Innodb-specific monitor by id or std::nullopt if not supported.
| [in] | id | The id of the monitor |
Implemented in ib::fil::Pages_persistence_monitoring.