41 [[nodiscard]]
virtual std::optional<mon_type_t>
get_value(
Interface for repoting values of some INFORMATION_SCHEMA.INNODB_METRICS.
Definition: srv0monitoring_interface.h:30
virtual ~Monitoring_interface()=default
Default destructor.
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.
Definition: fil0fil.cc:1392
Server monitor counter related defines.
monitor_id_t
This enumeration defines internal monitor identifier used internally to identify each particular coun...
Definition: srv0mon.h:133