MySQL 9.0.0
Source Code Documentation
monitor_info_t Struct Reference

struct monitor_info describes the basic/static information about each monitor counter. More...

#include <srv0mon.h>

Public Attributes

const char * monitor_name
 Monitor name. More...
 
const char * monitor_module
 Sub Module the monitor belongs to. More...
 
const char * monitor_desc
 Brief desc of monitor counter. More...
 
monitor_type_t monitor_type
 Type of Monitor Info. More...
 
monitor_id_t monitor_related_id
 Monitor ID of counter that related to this monitor. More...
 
monitor_id_t monitor_id
 Monitor ID as defined in enum monitor_id_t. More...
 

Detailed Description

struct monitor_info describes the basic/static information about each monitor counter.

Member Data Documentation

◆ monitor_desc

const char* monitor_info_t::monitor_desc

Brief desc of monitor counter.

◆ monitor_id

monitor_id_t monitor_info_t::monitor_id

Monitor ID as defined in enum monitor_id_t.

◆ monitor_module

const char* monitor_info_t::monitor_module

Sub Module the monitor belongs to.

◆ monitor_name

const char* monitor_info_t::monitor_name

Monitor name.

◆ monitor_related_id

monitor_id_t monitor_info_t::monitor_related_id

Monitor ID of counter that related to this monitor.

This is set when the monitor belongs to a "monitor set"

◆ monitor_type

monitor_type_t monitor_info_t::monitor_type

Type of Monitor Info.


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