# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.221e-05 go_gc_duration_seconds{quantile="0.25"} 3.4751e-05 go_gc_duration_seconds{quantile="0.5"} 7.3118e-05 go_gc_duration_seconds{quantile="0.75"} 0.000115741 go_gc_duration_seconds{quantile="1"} 0.000357823 go_gc_duration_seconds_sum 1.2086217750000001 go_gc_duration_seconds_count 13191 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.21.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.14176e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.2401882592e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 4634 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.68085188e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.969384e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.14176e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.61856e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.883008e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 12178 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.078464e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.1501568e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7649929927350974e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 0 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.68097366e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 14400 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 241416 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 309624 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.263496e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.442342e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.081344e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.081344e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8324496e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 14 # HELP mysql_exporter_collector_duration_seconds Collector time duration. # TYPE mysql_exporter_collector_duration_seconds gauge mysql_exporter_collector_duration_seconds{collector="collect.global_status"} 0.002918304 mysql_exporter_collector_duration_seconds{collector="collect.global_variables"} 0.006917049 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.innodb_cmp"} 0.007361128 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.innodb_cmpmem"} 0.007838441 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.query_response_time"} 0.00024973 mysql_exporter_collector_duration_seconds{collector="collect.slave_status"} 0.008246083 mysql_exporter_collector_duration_seconds{collector="connection"} 0.000977696 # HELP mysql_exporter_collector_success mysqld_exporter: Whether a collector succeeded. # TYPE mysql_exporter_collector_success gauge mysql_exporter_collector_success{collector="collect.global_status"} 1 mysql_exporter_collector_success{collector="collect.global_variables"} 1 mysql_exporter_collector_success{collector="collect.info_schema.innodb_cmp"} 1 mysql_exporter_collector_success{collector="collect.info_schema.innodb_cmpmem"} 1 mysql_exporter_collector_success{collector="collect.info_schema.query_response_time"} 1 mysql_exporter_collector_success{collector="collect.slave_status"} 1 # HELP mysql_global_status_aborted_clients Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aborted_clients untyped mysql_global_status_aborted_clients 2 # HELP mysql_global_status_aborted_connects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aborted_connects untyped mysql_global_status_aborted_connects 24 # HELP mysql_global_status_acl_cache_items_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_cache_items_count untyped mysql_global_status_acl_cache_items_count 0 # HELP mysql_global_status_binlog_cache_disk_use Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_cache_disk_use untyped mysql_global_status_binlog_cache_disk_use 238 # HELP mysql_global_status_binlog_cache_use Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_cache_use untyped mysql_global_status_binlog_cache_use 223106 # HELP mysql_global_status_binlog_stmt_cache_disk_use Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_stmt_cache_disk_use untyped mysql_global_status_binlog_stmt_cache_disk_use 0 # HELP mysql_global_status_binlog_stmt_cache_use Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_stmt_cache_use untyped mysql_global_status_binlog_stmt_cache_use 0 # HELP mysql_global_status_buffer_pool_dirty_pages Innodb buffer pool dirty pages. # TYPE mysql_global_status_buffer_pool_dirty_pages gauge mysql_global_status_buffer_pool_dirty_pages 0 # HELP mysql_global_status_buffer_pool_page_changes_total Innodb buffer pool page state changes. # TYPE mysql_global_status_buffer_pool_page_changes_total counter mysql_global_status_buffer_pool_page_changes_total{operation="flushed"} 954031 # HELP mysql_global_status_buffer_pool_pages Innodb buffer pool pages by state. # TYPE mysql_global_status_buffer_pool_pages gauge mysql_global_status_buffer_pool_pages{state="data"} 7158 mysql_global_status_buffer_pool_pages{state="free"} 1024 mysql_global_status_buffer_pool_pages{state="misc"} 10 # HELP mysql_global_status_bytes_received Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_bytes_received untyped mysql_global_status_bytes_received 2.81922531e+08 # HELP mysql_global_status_bytes_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_bytes_sent untyped mysql_global_status_bytes_sent 2.35264661e+08 # HELP mysql_global_status_commands_total Total number of executed MySQL commands. # TYPE mysql_global_status_commands_total counter mysql_global_status_commands_total{command="admin_commands"} 5602 mysql_global_status_commands_total{command="alter_db"} 0 mysql_global_status_commands_total{command="alter_event"} 0 mysql_global_status_commands_total{command="alter_function"} 0 mysql_global_status_commands_total{command="alter_instance"} 0 mysql_global_status_commands_total{command="alter_procedure"} 0 mysql_global_status_commands_total{command="alter_resource_group"} 0 mysql_global_status_commands_total{command="alter_server"} 0 mysql_global_status_commands_total{command="alter_table"} 0 mysql_global_status_commands_total{command="alter_tablespace"} 0 mysql_global_status_commands_total{command="alter_user"} 0 mysql_global_status_commands_total{command="alter_user_default_role"} 0 mysql_global_status_commands_total{command="analyze"} 0 mysql_global_status_commands_total{command="assign_to_keycache"} 0 mysql_global_status_commands_total{command="begin"} 223109 mysql_global_status_commands_total{command="binlog"} 0 mysql_global_status_commands_total{command="call_procedure"} 0 mysql_global_status_commands_total{command="change_db"} 338 mysql_global_status_commands_total{command="change_master"} 1 mysql_global_status_commands_total{command="change_repl_filter"} 0 mysql_global_status_commands_total{command="change_replication_source"} 1 mysql_global_status_commands_total{command="check"} 0 mysql_global_status_commands_total{command="checksum"} 0 mysql_global_status_commands_total{command="clone"} 0 mysql_global_status_commands_total{command="commit"} 223107 mysql_global_status_commands_total{command="create_db"} 1 mysql_global_status_commands_total{command="create_event"} 0 mysql_global_status_commands_total{command="create_function"} 0 mysql_global_status_commands_total{command="create_index"} 0 mysql_global_status_commands_total{command="create_procedure"} 0 mysql_global_status_commands_total{command="create_resource_group"} 0 mysql_global_status_commands_total{command="create_role"} 0 mysql_global_status_commands_total{command="create_server"} 0 mysql_global_status_commands_total{command="create_spatial_reference_system"} 0 mysql_global_status_commands_total{command="create_table"} 35 mysql_global_status_commands_total{command="create_trigger"} 0 mysql_global_status_commands_total{command="create_udf"} 0 mysql_global_status_commands_total{command="create_user"} 0 mysql_global_status_commands_total{command="create_view"} 0 mysql_global_status_commands_total{command="dealloc_sql"} 0 mysql_global_status_commands_total{command="delete"} 0 mysql_global_status_commands_total{command="delete_multi"} 0 mysql_global_status_commands_total{command="do"} 0 mysql_global_status_commands_total{command="drop_db"} 0 mysql_global_status_commands_total{command="drop_event"} 0 mysql_global_status_commands_total{command="drop_function"} 0 mysql_global_status_commands_total{command="drop_index"} 0 mysql_global_status_commands_total{command="drop_procedure"} 0 mysql_global_status_commands_total{command="drop_resource_group"} 0 mysql_global_status_commands_total{command="drop_role"} 0 mysql_global_status_commands_total{command="drop_server"} 0 mysql_global_status_commands_total{command="drop_spatial_reference_system"} 0 mysql_global_status_commands_total{command="drop_table"} 0 mysql_global_status_commands_total{command="drop_trigger"} 0 mysql_global_status_commands_total{command="drop_user"} 0 mysql_global_status_commands_total{command="drop_view"} 0 mysql_global_status_commands_total{command="empty_query"} 0 mysql_global_status_commands_total{command="execute_sql"} 0 mysql_global_status_commands_total{command="explain_other"} 0 mysql_global_status_commands_total{command="flush"} 2 mysql_global_status_commands_total{command="get_diagnostics"} 0 mysql_global_status_commands_total{command="grant"} 0 mysql_global_status_commands_total{command="grant_roles"} 0 mysql_global_status_commands_total{command="group_replication_start"} 0 mysql_global_status_commands_total{command="group_replication_stop"} 0 mysql_global_status_commands_total{command="ha_close"} 0 mysql_global_status_commands_total{command="ha_open"} 0 mysql_global_status_commands_total{command="ha_read"} 0 mysql_global_status_commands_total{command="help"} 0 mysql_global_status_commands_total{command="import"} 0 mysql_global_status_commands_total{command="insert"} 223067 mysql_global_status_commands_total{command="insert_select"} 0 mysql_global_status_commands_total{command="install_component"} 0 mysql_global_status_commands_total{command="install_plugin"} 0 mysql_global_status_commands_total{command="kill"} 0 mysql_global_status_commands_total{command="load"} 0 mysql_global_status_commands_total{command="lock_instance"} 0 mysql_global_status_commands_total{command="lock_tables"} 0 mysql_global_status_commands_total{command="optimize"} 0 mysql_global_status_commands_total{command="preload_keys"} 0 mysql_global_status_commands_total{command="prepare_sql"} 0 mysql_global_status_commands_total{command="purge"} 0 mysql_global_status_commands_total{command="purge_before_date"} 0 mysql_global_status_commands_total{command="release_savepoint"} 0 mysql_global_status_commands_total{command="rename_table"} 0 mysql_global_status_commands_total{command="rename_user"} 0 mysql_global_status_commands_total{command="repair"} 0 mysql_global_status_commands_total{command="replace"} 0 mysql_global_status_commands_total{command="replace_select"} 0 mysql_global_status_commands_total{command="replica_start"} 2 mysql_global_status_commands_total{command="replica_stop"} 2 mysql_global_status_commands_total{command="reset"} 1 mysql_global_status_commands_total{command="resignal"} 0 mysql_global_status_commands_total{command="restart"} 0 mysql_global_status_commands_total{command="revoke"} 0 mysql_global_status_commands_total{command="revoke_all"} 0 mysql_global_status_commands_total{command="revoke_roles"} 0 mysql_global_status_commands_total{command="rollback"} 0 mysql_global_status_commands_total{command="rollback_to_savepoint"} 0 mysql_global_status_commands_total{command="savepoint"} 0 mysql_global_status_commands_total{command="select"} 16347 mysql_global_status_commands_total{command="set_option"} 5472 mysql_global_status_commands_total{command="set_password"} 0 mysql_global_status_commands_total{command="set_resource_group"} 0 mysql_global_status_commands_total{command="set_role"} 0 mysql_global_status_commands_total{command="show_binlog_events"} 0 mysql_global_status_commands_total{command="show_binlogs"} 0 mysql_global_status_commands_total{command="show_charsets"} 3 mysql_global_status_commands_total{command="show_collations"} 96 mysql_global_status_commands_total{command="show_create_db"} 0 mysql_global_status_commands_total{command="show_create_event"} 0 mysql_global_status_commands_total{command="show_create_func"} 0 mysql_global_status_commands_total{command="show_create_proc"} 0 mysql_global_status_commands_total{command="show_create_table"} 0 mysql_global_status_commands_total{command="show_create_trigger"} 0 mysql_global_status_commands_total{command="show_create_user"} 0 mysql_global_status_commands_total{command="show_databases"} 1 mysql_global_status_commands_total{command="show_engine_logs"} 0 mysql_global_status_commands_total{command="show_engine_mutex"} 0 mysql_global_status_commands_total{command="show_engine_status"} 0 mysql_global_status_commands_total{command="show_errors"} 0 mysql_global_status_commands_total{command="show_events"} 0 mysql_global_status_commands_total{command="show_fields"} 24 mysql_global_status_commands_total{command="show_function_code"} 0 mysql_global_status_commands_total{command="show_function_status"} 1 mysql_global_status_commands_total{command="show_grants"} 0 mysql_global_status_commands_total{command="show_keys"} 0 mysql_global_status_commands_total{command="show_master_status"} 0 mysql_global_status_commands_total{command="show_open_tables"} 0 mysql_global_status_commands_total{command="show_plugins"} 0 mysql_global_status_commands_total{command="show_privileges"} 0 mysql_global_status_commands_total{command="show_procedure_code"} 0 mysql_global_status_commands_total{command="show_procedure_status"} 1 mysql_global_status_commands_total{command="show_processlist"} 0 mysql_global_status_commands_total{command="show_profile"} 0 mysql_global_status_commands_total{command="show_profiles"} 0 mysql_global_status_commands_total{command="show_relaylog_events"} 0 mysql_global_status_commands_total{command="show_replica_status"} 5319 mysql_global_status_commands_total{command="show_replicas"} 0 mysql_global_status_commands_total{command="show_slave_hosts"} 0 mysql_global_status_commands_total{command="show_slave_status"} 5319 mysql_global_status_commands_total{command="show_status"} 5268 mysql_global_status_commands_total{command="show_storage_engines"} 1 mysql_global_status_commands_total{command="show_table_status"} 0 mysql_global_status_commands_total{command="show_tables"} 1 mysql_global_status_commands_total{command="show_triggers"} 0 mysql_global_status_commands_total{command="show_variables"} 5275 mysql_global_status_commands_total{command="show_warnings"} 9 mysql_global_status_commands_total{command="shutdown"} 0 mysql_global_status_commands_total{command="signal"} 0 mysql_global_status_commands_total{command="slave_start"} 2 mysql_global_status_commands_total{command="slave_stop"} 2 mysql_global_status_commands_total{command="stmt_close"} 0 mysql_global_status_commands_total{command="stmt_execute"} 0 mysql_global_status_commands_total{command="stmt_fetch"} 0 mysql_global_status_commands_total{command="stmt_prepare"} 0 mysql_global_status_commands_total{command="stmt_reprepare"} 0 mysql_global_status_commands_total{command="stmt_reset"} 0 mysql_global_status_commands_total{command="stmt_send_long_data"} 0 mysql_global_status_commands_total{command="truncate"} 0 mysql_global_status_commands_total{command="uninstall_component"} 0 mysql_global_status_commands_total{command="uninstall_plugin"} 0 mysql_global_status_commands_total{command="unlock_instance"} 0 mysql_global_status_commands_total{command="unlock_tables"} 0 mysql_global_status_commands_total{command="update"} 39 mysql_global_status_commands_total{command="update_multi"} 0 mysql_global_status_commands_total{command="xa_commit"} 0 mysql_global_status_commands_total{command="xa_end"} 0 mysql_global_status_commands_total{command="xa_prepare"} 0 mysql_global_status_commands_total{command="xa_recover"} 0 mysql_global_status_commands_total{command="xa_rollback"} 0 mysql_global_status_commands_total{command="xa_start"} 0 # HELP mysql_global_status_connection_errors_total Total number of MySQL connection errors. # TYPE mysql_global_status_connection_errors_total counter mysql_global_status_connection_errors_total{error="accept"} 0 mysql_global_status_connection_errors_total{error="internal"} 0 mysql_global_status_connection_errors_total{error="max_connections"} 0 mysql_global_status_connection_errors_total{error="peer_address"} 0 mysql_global_status_connection_errors_total{error="select"} 0 mysql_global_status_connection_errors_total{error="tcpwrap"} 0 # HELP mysql_global_status_connections Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_connections untyped mysql_global_status_connections 5418 # HELP mysql_global_status_created_tmp_disk_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_created_tmp_disk_tables untyped mysql_global_status_created_tmp_disk_tables 0 # HELP mysql_global_status_created_tmp_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_created_tmp_files untyped mysql_global_status_created_tmp_files 55 # HELP mysql_global_status_created_tmp_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_created_tmp_tables untyped mysql_global_status_created_tmp_tables 21690 # HELP mysql_global_status_delayed_errors Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_delayed_errors untyped mysql_global_status_delayed_errors 0 # HELP mysql_global_status_delayed_insert_threads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_delayed_insert_threads untyped mysql_global_status_delayed_insert_threads 0 # HELP mysql_global_status_delayed_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_delayed_writes untyped mysql_global_status_delayed_writes 0 # HELP mysql_global_status_deprecated_use_i_s_processlist_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_deprecated_use_i_s_processlist_count untyped mysql_global_status_deprecated_use_i_s_processlist_count 0 # HELP mysql_global_status_deprecated_use_i_s_processlist_last_timestamp Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_deprecated_use_i_s_processlist_last_timestamp untyped mysql_global_status_deprecated_use_i_s_processlist_last_timestamp 0 # HELP mysql_global_status_error_log_buffered_bytes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_error_log_buffered_bytes untyped mysql_global_status_error_log_buffered_bytes 9008 # HELP mysql_global_status_error_log_buffered_events Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_error_log_buffered_events untyped mysql_global_status_error_log_buffered_events 45 # HELP mysql_global_status_error_log_expired_events Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_error_log_expired_events untyped mysql_global_status_error_log_expired_events 0 # HELP mysql_global_status_error_log_latest_write Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_error_log_latest_write untyped mysql_global_status_error_log_latest_write 1.764992449410932e+15 # HELP mysql_global_status_flush_commands Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_flush_commands untyped mysql_global_status_flush_commands 3 # HELP mysql_global_status_global_connection_memory Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_global_connection_memory untyped mysql_global_status_global_connection_memory 0 # HELP mysql_global_status_handlers_total Total number of executed MySQL handlers. # TYPE mysql_global_status_handlers_total counter mysql_global_status_handlers_total{handler="commit"} 1.138584e+06 mysql_global_status_handlers_total{handler="delete"} 821 mysql_global_status_handlers_total{handler="discover"} 0 mysql_global_status_handlers_total{handler="external_lock"} 1.112373e+06 mysql_global_status_handlers_total{handler="mrr_init"} 0 mysql_global_status_handlers_total{handler="prepare"} 892424 mysql_global_status_handlers_total{handler="read_first"} 186 mysql_global_status_handlers_total{handler="read_key"} 4.426701e+06 mysql_global_status_handlers_total{handler="read_last"} 0 mysql_global_status_handlers_total{handler="read_next"} 2.5587492e+07 mysql_global_status_handlers_total{handler="read_prev"} 0 mysql_global_status_handlers_total{handler="read_rnd"} 210082 mysql_global_status_handlers_total{handler="read_rnd_next"} 3.4268043e+07 mysql_global_status_handlers_total{handler="rollback"} 1 mysql_global_status_handlers_total{handler="savepoint"} 0 mysql_global_status_handlers_total{handler="savepoint_rollback"} 0 mysql_global_status_handlers_total{handler="update"} 607822 mysql_global_status_handlers_total{handler="write"} 6.416508e+06 # HELP mysql_global_status_innodb_buffer_pool_bytes_data Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_bytes_data untyped mysql_global_status_innodb_buffer_pool_bytes_data 1.17276672e+08 # HELP mysql_global_status_innodb_buffer_pool_bytes_dirty Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_bytes_dirty untyped mysql_global_status_innodb_buffer_pool_bytes_dirty 0 # HELP mysql_global_status_innodb_buffer_pool_read_ahead Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_read_ahead untyped mysql_global_status_innodb_buffer_pool_read_ahead 192022 # HELP mysql_global_status_innodb_buffer_pool_read_ahead_evicted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_read_ahead_evicted untyped mysql_global_status_innodb_buffer_pool_read_ahead_evicted 1200 # HELP mysql_global_status_innodb_buffer_pool_read_ahead_rnd Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_read_ahead_rnd untyped mysql_global_status_innodb_buffer_pool_read_ahead_rnd 0 # HELP mysql_global_status_innodb_buffer_pool_read_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_read_requests untyped mysql_global_status_innodb_buffer_pool_read_requests 6.9560753e+07 # HELP mysql_global_status_innodb_buffer_pool_reads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_reads untyped mysql_global_status_innodb_buffer_pool_reads 296268 # HELP mysql_global_status_innodb_buffer_pool_resize_status_code Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_resize_status_code untyped mysql_global_status_innodb_buffer_pool_resize_status_code 0 # HELP mysql_global_status_innodb_buffer_pool_resize_status_progress Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_resize_status_progress untyped mysql_global_status_innodb_buffer_pool_resize_status_progress 0 # HELP mysql_global_status_innodb_buffer_pool_wait_free Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_wait_free untyped mysql_global_status_innodb_buffer_pool_wait_free 2372 # HELP mysql_global_status_innodb_buffer_pool_write_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_write_requests untyped mysql_global_status_innodb_buffer_pool_write_requests 1.1128924e+07 # HELP mysql_global_status_innodb_data_fsyncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_fsyncs untyped mysql_global_status_innodb_data_fsyncs 1.159398e+06 # HELP mysql_global_status_innodb_data_pending_fsyncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_pending_fsyncs untyped mysql_global_status_innodb_data_pending_fsyncs 0 # HELP mysql_global_status_innodb_data_pending_reads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_pending_reads untyped mysql_global_status_innodb_data_pending_reads 0 # HELP mysql_global_status_innodb_data_pending_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_pending_writes untyped mysql_global_status_innodb_data_pending_writes 0 # HELP mysql_global_status_innodb_data_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_read untyped mysql_global_status_innodb_data_read 8.587763712e+09 # HELP mysql_global_status_innodb_data_reads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_reads untyped mysql_global_status_innodb_data_reads 524462 # HELP mysql_global_status_innodb_data_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_writes untyped mysql_global_status_innodb_data_writes 2.056766e+06 # HELP mysql_global_status_innodb_data_written Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_data_written untyped mysql_global_status_innodb_data_written 1.7240641024e+10 # HELP mysql_global_status_innodb_dblwr_pages_written Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_dblwr_pages_written untyped mysql_global_status_innodb_dblwr_pages_written 953890 # HELP mysql_global_status_innodb_dblwr_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_dblwr_writes untyped mysql_global_status_innodb_dblwr_writes 246473 # HELP mysql_global_status_innodb_log_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_log_waits untyped mysql_global_status_innodb_log_waits 0 # HELP mysql_global_status_innodb_log_write_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_log_write_requests untyped mysql_global_status_innodb_log_write_requests 8.361185e+06 # HELP mysql_global_status_innodb_log_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_log_writes untyped mysql_global_status_innodb_log_writes 845622 # HELP mysql_global_status_innodb_num_open_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_open_files untyped mysql_global_status_innodb_num_open_files 36 # HELP mysql_global_status_innodb_os_log_fsyncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_os_log_fsyncs untyped mysql_global_status_innodb_os_log_fsyncs 501136 # HELP mysql_global_status_innodb_os_log_pending_fsyncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_os_log_pending_fsyncs untyped mysql_global_status_innodb_os_log_pending_fsyncs 0 # HELP mysql_global_status_innodb_os_log_pending_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_os_log_pending_writes untyped mysql_global_status_innodb_os_log_pending_writes 0 # HELP mysql_global_status_innodb_os_log_written Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_os_log_written untyped mysql_global_status_innodb_os_log_written 1.071793152e+09 # HELP mysql_global_status_innodb_page_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_page_size untyped mysql_global_status_innodb_page_size 16384 # HELP mysql_global_status_innodb_pages_created Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_pages_created untyped mysql_global_status_innodb_pages_created 22199 # HELP mysql_global_status_innodb_pages_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_pages_read untyped mysql_global_status_innodb_pages_read 524122 # HELP mysql_global_status_innodb_pages_written Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_pages_written untyped mysql_global_status_innodb_pages_written 955913 # HELP mysql_global_status_innodb_redo_log_capacity_resized Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_capacity_resized untyped mysql_global_status_innodb_redo_log_capacity_resized 1.048576e+08 # HELP mysql_global_status_innodb_redo_log_checkpoint_lsn Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_checkpoint_lsn untyped mysql_global_status_innodb_redo_log_checkpoint_lsn 1.89967058074e+11 # HELP mysql_global_status_innodb_redo_log_current_lsn Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_current_lsn untyped mysql_global_status_innodb_redo_log_current_lsn 1.89967058074e+11 # HELP mysql_global_status_innodb_redo_log_enabled Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_enabled untyped mysql_global_status_innodb_redo_log_enabled 1 # HELP mysql_global_status_innodb_redo_log_flushed_to_disk_lsn Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_flushed_to_disk_lsn untyped mysql_global_status_innodb_redo_log_flushed_to_disk_lsn 1.89967058074e+11 # HELP mysql_global_status_innodb_redo_log_logical_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_logical_size untyped mysql_global_status_innodb_redo_log_logical_size 512 # HELP mysql_global_status_innodb_redo_log_physical_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_physical_size untyped mysql_global_status_innodb_redo_log_physical_size 8.51968e+07 # HELP mysql_global_status_innodb_redo_log_read_only Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_read_only untyped mysql_global_status_innodb_redo_log_read_only 0 # HELP mysql_global_status_innodb_redo_log_uuid Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_redo_log_uuid untyped mysql_global_status_innodb_redo_log_uuid 8.79827218e+08 # HELP mysql_global_status_innodb_row_lock_current_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_row_lock_current_waits untyped mysql_global_status_innodb_row_lock_current_waits 0 # HELP mysql_global_status_innodb_row_lock_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_row_lock_time untyped mysql_global_status_innodb_row_lock_time 0 # HELP mysql_global_status_innodb_row_lock_time_avg Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_row_lock_time_avg untyped mysql_global_status_innodb_row_lock_time_avg 0 # HELP mysql_global_status_innodb_row_lock_time_max Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_row_lock_time_max untyped mysql_global_status_innodb_row_lock_time_max 0 # HELP mysql_global_status_innodb_row_lock_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_row_lock_waits untyped mysql_global_status_innodb_row_lock_waits 0 # HELP mysql_global_status_innodb_row_ops_total Total number of MySQL InnoDB row operations. # TYPE mysql_global_status_innodb_row_ops_total counter mysql_global_status_innodb_row_ops_total{operation="deleted"} 807 mysql_global_status_innodb_row_ops_total{operation="inserted"} 223067 mysql_global_status_innodb_row_ops_total{operation="read"} 4.7702054e+07 mysql_global_status_innodb_row_ops_total{operation="updated"} 68409 # HELP mysql_global_status_innodb_sampled_pages_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_sampled_pages_read untyped mysql_global_status_innodb_sampled_pages_read 0 # HELP mysql_global_status_innodb_sampled_pages_skipped Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_sampled_pages_skipped untyped mysql_global_status_innodb_sampled_pages_skipped 0 # HELP mysql_global_status_innodb_system_rows_deleted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_system_rows_deleted untyped mysql_global_status_innodb_system_rows_deleted 36519 # HELP mysql_global_status_innodb_system_rows_inserted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_system_rows_inserted untyped mysql_global_status_innodb_system_rows_inserted 36516 # HELP mysql_global_status_innodb_system_rows_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_system_rows_read untyped mysql_global_status_innodb_system_rows_read 330732 # HELP mysql_global_status_innodb_system_rows_updated Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_system_rows_updated untyped mysql_global_status_innodb_system_rows_updated 245255 # HELP mysql_global_status_innodb_truncated_status_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_truncated_status_writes untyped mysql_global_status_innodb_truncated_status_writes 0 # HELP mysql_global_status_innodb_undo_tablespaces_active Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_undo_tablespaces_active untyped mysql_global_status_innodb_undo_tablespaces_active 2 # HELP mysql_global_status_innodb_undo_tablespaces_explicit Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_undo_tablespaces_explicit untyped mysql_global_status_innodb_undo_tablespaces_explicit 0 # HELP mysql_global_status_innodb_undo_tablespaces_implicit Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_undo_tablespaces_implicit untyped mysql_global_status_innodb_undo_tablespaces_implicit 2 # HELP mysql_global_status_innodb_undo_tablespaces_total Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_undo_tablespaces_total untyped mysql_global_status_innodb_undo_tablespaces_total 2 # HELP mysql_global_status_key_blocks_not_flushed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_blocks_not_flushed untyped mysql_global_status_key_blocks_not_flushed 0 # HELP mysql_global_status_key_blocks_unused Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_blocks_unused untyped mysql_global_status_key_blocks_unused 13396 # HELP mysql_global_status_key_blocks_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_blocks_used untyped mysql_global_status_key_blocks_used 0 # HELP mysql_global_status_key_read_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_read_requests untyped mysql_global_status_key_read_requests 0 # HELP mysql_global_status_key_reads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_reads untyped mysql_global_status_key_reads 0 # HELP mysql_global_status_key_write_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_write_requests untyped mysql_global_status_key_write_requests 0 # HELP mysql_global_status_key_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_writes untyped mysql_global_status_key_writes 0 # HELP mysql_global_status_locked_connects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_locked_connects untyped mysql_global_status_locked_connects 0 # HELP mysql_global_status_max_execution_time_exceeded Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_execution_time_exceeded untyped mysql_global_status_max_execution_time_exceeded 0 # HELP mysql_global_status_max_execution_time_set Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_execution_time_set untyped mysql_global_status_max_execution_time_set 0 # HELP mysql_global_status_max_execution_time_set_failed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_execution_time_set_failed untyped mysql_global_status_max_execution_time_set_failed 0 # HELP mysql_global_status_max_used_connections Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_used_connections untyped mysql_global_status_max_used_connections 11 # HELP mysql_global_status_max_used_connections_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_used_connections_time untyped mysql_global_status_max_used_connections_time 1.764937417e+09 # HELP mysql_global_status_mysqlx_aborted_clients Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_aborted_clients untyped mysql_global_status_mysqlx_aborted_clients 0 # HELP mysql_global_status_mysqlx_bytes_received Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_received untyped mysql_global_status_mysqlx_bytes_received 0 # HELP mysql_global_status_mysqlx_bytes_received_compressed_payload Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_received_compressed_payload untyped mysql_global_status_mysqlx_bytes_received_compressed_payload 0 # HELP mysql_global_status_mysqlx_bytes_received_uncompressed_frame Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_received_uncompressed_frame untyped mysql_global_status_mysqlx_bytes_received_uncompressed_frame 0 # HELP mysql_global_status_mysqlx_bytes_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_sent untyped mysql_global_status_mysqlx_bytes_sent 0 # HELP mysql_global_status_mysqlx_bytes_sent_compressed_payload Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_sent_compressed_payload untyped mysql_global_status_mysqlx_bytes_sent_compressed_payload 0 # HELP mysql_global_status_mysqlx_bytes_sent_uncompressed_frame Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_bytes_sent_uncompressed_frame untyped mysql_global_status_mysqlx_bytes_sent_uncompressed_frame 0 # HELP mysql_global_status_mysqlx_connection_accept_errors Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_connection_accept_errors untyped mysql_global_status_mysqlx_connection_accept_errors 0 # HELP mysql_global_status_mysqlx_connection_errors Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_connection_errors untyped mysql_global_status_mysqlx_connection_errors 0 # HELP mysql_global_status_mysqlx_connections_accepted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_connections_accepted untyped mysql_global_status_mysqlx_connections_accepted 0 # HELP mysql_global_status_mysqlx_connections_closed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_connections_closed untyped mysql_global_status_mysqlx_connections_closed 0 # HELP mysql_global_status_mysqlx_connections_rejected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_connections_rejected untyped mysql_global_status_mysqlx_connections_rejected 0 # HELP mysql_global_status_mysqlx_crud_create_view Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_create_view untyped mysql_global_status_mysqlx_crud_create_view 0 # HELP mysql_global_status_mysqlx_crud_delete Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_delete untyped mysql_global_status_mysqlx_crud_delete 0 # HELP mysql_global_status_mysqlx_crud_drop_view Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_drop_view untyped mysql_global_status_mysqlx_crud_drop_view 0 # HELP mysql_global_status_mysqlx_crud_find Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_find untyped mysql_global_status_mysqlx_crud_find 0 # HELP mysql_global_status_mysqlx_crud_insert Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_insert untyped mysql_global_status_mysqlx_crud_insert 0 # HELP mysql_global_status_mysqlx_crud_modify_view Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_modify_view untyped mysql_global_status_mysqlx_crud_modify_view 0 # HELP mysql_global_status_mysqlx_crud_update Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_crud_update untyped mysql_global_status_mysqlx_crud_update 0 # HELP mysql_global_status_mysqlx_cursor_close Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_cursor_close untyped mysql_global_status_mysqlx_cursor_close 0 # HELP mysql_global_status_mysqlx_cursor_fetch Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_cursor_fetch untyped mysql_global_status_mysqlx_cursor_fetch 0 # HELP mysql_global_status_mysqlx_cursor_open Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_cursor_open untyped mysql_global_status_mysqlx_cursor_open 0 # HELP mysql_global_status_mysqlx_errors_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_errors_sent untyped mysql_global_status_mysqlx_errors_sent 0 # HELP mysql_global_status_mysqlx_errors_unknown_message_type Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_errors_unknown_message_type untyped mysql_global_status_mysqlx_errors_unknown_message_type 0 # HELP mysql_global_status_mysqlx_expect_close Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_expect_close untyped mysql_global_status_mysqlx_expect_close 0 # HELP mysql_global_status_mysqlx_expect_open Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_expect_open untyped mysql_global_status_mysqlx_expect_open 0 # HELP mysql_global_status_mysqlx_init_error Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_init_error untyped mysql_global_status_mysqlx_init_error 0 # HELP mysql_global_status_mysqlx_messages_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_messages_sent untyped mysql_global_status_mysqlx_messages_sent 0 # HELP mysql_global_status_mysqlx_notice_global_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_notice_global_sent untyped mysql_global_status_mysqlx_notice_global_sent 0 # HELP mysql_global_status_mysqlx_notice_other_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_notice_other_sent untyped mysql_global_status_mysqlx_notice_other_sent 0 # HELP mysql_global_status_mysqlx_notice_warning_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_notice_warning_sent untyped mysql_global_status_mysqlx_notice_warning_sent 0 # HELP mysql_global_status_mysqlx_notified_by_group_replication Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_notified_by_group_replication untyped mysql_global_status_mysqlx_notified_by_group_replication 0 # HELP mysql_global_status_mysqlx_port Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_port untyped mysql_global_status_mysqlx_port 33060 # HELP mysql_global_status_mysqlx_prep_deallocate Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_prep_deallocate untyped mysql_global_status_mysqlx_prep_deallocate 0 # HELP mysql_global_status_mysqlx_prep_execute Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_prep_execute untyped mysql_global_status_mysqlx_prep_execute 0 # HELP mysql_global_status_mysqlx_prep_prepare Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_prep_prepare untyped mysql_global_status_mysqlx_prep_prepare 0 # HELP mysql_global_status_mysqlx_rows_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_rows_sent untyped mysql_global_status_mysqlx_rows_sent 0 # HELP mysql_global_status_mysqlx_sessions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions untyped mysql_global_status_mysqlx_sessions 0 # HELP mysql_global_status_mysqlx_sessions_accepted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions_accepted untyped mysql_global_status_mysqlx_sessions_accepted 0 # HELP mysql_global_status_mysqlx_sessions_closed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions_closed untyped mysql_global_status_mysqlx_sessions_closed 0 # HELP mysql_global_status_mysqlx_sessions_fatal_error Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions_fatal_error untyped mysql_global_status_mysqlx_sessions_fatal_error 0 # HELP mysql_global_status_mysqlx_sessions_killed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions_killed untyped mysql_global_status_mysqlx_sessions_killed 0 # HELP mysql_global_status_mysqlx_sessions_rejected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_sessions_rejected untyped mysql_global_status_mysqlx_sessions_rejected 0 # HELP mysql_global_status_mysqlx_ssl_accepts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_accepts untyped mysql_global_status_mysqlx_ssl_accepts 0 # HELP mysql_global_status_mysqlx_ssl_ctx_verify_depth Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_ctx_verify_depth untyped mysql_global_status_mysqlx_ssl_ctx_verify_depth 1.8446744073709552e+19 # HELP mysql_global_status_mysqlx_ssl_ctx_verify_mode Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_ctx_verify_mode untyped mysql_global_status_mysqlx_ssl_ctx_verify_mode 5 # HELP mysql_global_status_mysqlx_ssl_finished_accepts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_finished_accepts untyped mysql_global_status_mysqlx_ssl_finished_accepts 0 # HELP mysql_global_status_mysqlx_ssl_server_not_after Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_server_not_after untyped mysql_global_status_mysqlx_ssl_server_not_after 2.024478074e+09 # HELP mysql_global_status_mysqlx_ssl_server_not_before Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_ssl_server_not_before untyped mysql_global_status_mysqlx_ssl_server_not_before 1.709118074e+09 # HELP mysql_global_status_mysqlx_stmt_create_collection Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_create_collection untyped mysql_global_status_mysqlx_stmt_create_collection 0 # HELP mysql_global_status_mysqlx_stmt_create_collection_index Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_create_collection_index untyped mysql_global_status_mysqlx_stmt_create_collection_index 0 # HELP mysql_global_status_mysqlx_stmt_disable_notices Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_disable_notices untyped mysql_global_status_mysqlx_stmt_disable_notices 0 # HELP mysql_global_status_mysqlx_stmt_drop_collection Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_drop_collection untyped mysql_global_status_mysqlx_stmt_drop_collection 0 # HELP mysql_global_status_mysqlx_stmt_drop_collection_index Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_drop_collection_index untyped mysql_global_status_mysqlx_stmt_drop_collection_index 0 # HELP mysql_global_status_mysqlx_stmt_enable_notices Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_enable_notices untyped mysql_global_status_mysqlx_stmt_enable_notices 0 # HELP mysql_global_status_mysqlx_stmt_ensure_collection Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_ensure_collection untyped mysql_global_status_mysqlx_stmt_ensure_collection 0 # HELP mysql_global_status_mysqlx_stmt_execute_mysqlx Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_execute_mysqlx untyped mysql_global_status_mysqlx_stmt_execute_mysqlx 0 # HELP mysql_global_status_mysqlx_stmt_execute_sql Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_execute_sql untyped mysql_global_status_mysqlx_stmt_execute_sql 0 # HELP mysql_global_status_mysqlx_stmt_execute_xplugin Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_execute_xplugin untyped mysql_global_status_mysqlx_stmt_execute_xplugin 0 # HELP mysql_global_status_mysqlx_stmt_get_collection_options Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_get_collection_options untyped mysql_global_status_mysqlx_stmt_get_collection_options 0 # HELP mysql_global_status_mysqlx_stmt_kill_client Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_kill_client untyped mysql_global_status_mysqlx_stmt_kill_client 0 # HELP mysql_global_status_mysqlx_stmt_list_clients Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_list_clients untyped mysql_global_status_mysqlx_stmt_list_clients 0 # HELP mysql_global_status_mysqlx_stmt_list_notices Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_list_notices untyped mysql_global_status_mysqlx_stmt_list_notices 0 # HELP mysql_global_status_mysqlx_stmt_list_objects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_list_objects untyped mysql_global_status_mysqlx_stmt_list_objects 0 # HELP mysql_global_status_mysqlx_stmt_modify_collection_options Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_modify_collection_options untyped mysql_global_status_mysqlx_stmt_modify_collection_options 0 # HELP mysql_global_status_mysqlx_stmt_ping Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_stmt_ping untyped mysql_global_status_mysqlx_stmt_ping 0 # HELP mysql_global_status_mysqlx_worker_threads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_worker_threads untyped mysql_global_status_mysqlx_worker_threads 2 # HELP mysql_global_status_mysqlx_worker_threads_active Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_mysqlx_worker_threads_active untyped mysql_global_status_mysqlx_worker_threads_active 0 # HELP mysql_global_status_not_flushed_delayed_rows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_not_flushed_delayed_rows untyped mysql_global_status_not_flushed_delayed_rows 0 # HELP mysql_global_status_ongoing_anonymous_transaction_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ongoing_anonymous_transaction_count untyped mysql_global_status_ongoing_anonymous_transaction_count 0 # HELP mysql_global_status_open_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_files untyped mysql_global_status_open_files 7 # HELP mysql_global_status_open_streams Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_streams untyped mysql_global_status_open_streams 0 # HELP mysql_global_status_open_table_definitions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_table_definitions untyped mysql_global_status_open_table_definitions 79 # HELP mysql_global_status_open_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_tables untyped mysql_global_status_open_tables 425 # HELP mysql_global_status_opened_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_files untyped mysql_global_status_opened_files 7 # HELP mysql_global_status_opened_table_definitions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_table_definitions untyped mysql_global_status_opened_table_definitions 113 # HELP mysql_global_status_opened_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_tables untyped mysql_global_status_opened_tables 506 # HELP mysql_global_status_performance_schema_lost_total Total number of MySQL instrumentations that could not be loaded or created due to memory constraints. # TYPE mysql_global_status_performance_schema_lost_total counter mysql_global_status_performance_schema_lost_total{instrumentation="accounts_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="cond_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="cond_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="digest_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="file_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="file_handles_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="file_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="hosts_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="index_stat_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="locker_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="memory_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="metadata_lock_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="mutex_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="mutex_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="nested_statement_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="prepared_statements_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="program_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="rwlock_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="rwlock_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="session_connect_attrs_longest_seen"} 177 mysql_global_status_performance_schema_lost_total{instrumentation="session_connect_attrs_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="socket_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="socket_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="stage_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="statement_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="table_handles_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="table_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="table_lock_stat_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="thread_classes_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="thread_instances_lost"} 0 mysql_global_status_performance_schema_lost_total{instrumentation="users_lost"} 0 # HELP mysql_global_status_prepared_stmt_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_prepared_stmt_count untyped mysql_global_status_prepared_stmt_count 0 # HELP mysql_global_status_queries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_queries untyped mysql_global_status_queries 592921 # HELP mysql_global_status_questions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_questions untyped mysql_global_status_questions 69851 # HELP mysql_global_status_replica_open_temp_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_replica_open_temp_tables untyped mysql_global_status_replica_open_temp_tables 0 # HELP mysql_global_status_resource_group_supported Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_resource_group_supported untyped mysql_global_status_resource_group_supported 1 # HELP mysql_global_status_secondary_engine_execution_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_secondary_engine_execution_count untyped mysql_global_status_secondary_engine_execution_count 0 # HELP mysql_global_status_select_full_join Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_full_join untyped mysql_global_status_select_full_join 1 # HELP mysql_global_status_select_full_range_join Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_full_range_join untyped mysql_global_status_select_full_range_join 45 # HELP mysql_global_status_select_range Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_range untyped mysql_global_status_select_range 315 # HELP mysql_global_status_select_range_check Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_range_check untyped mysql_global_status_select_range_check 0 # HELP mysql_global_status_select_scan Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_scan untyped mysql_global_status_select_scan 31896 # HELP mysql_global_status_slave_open_temp_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_open_temp_tables untyped mysql_global_status_slave_open_temp_tables 0 # HELP mysql_global_status_slow_launch_threads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slow_launch_threads untyped mysql_global_status_slow_launch_threads 0 # HELP mysql_global_status_slow_queries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slow_queries untyped mysql_global_status_slow_queries 1 # HELP mysql_global_status_sort_merge_passes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_merge_passes untyped mysql_global_status_sort_merge_passes 24 # HELP mysql_global_status_sort_range Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_range untyped mysql_global_status_sort_range 0 # HELP mysql_global_status_sort_rows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_rows untyped mysql_global_status_sort_rows 148578 # HELP mysql_global_status_sort_scan Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_scan untyped mysql_global_status_sort_scan 396 # HELP mysql_global_status_ssl_accept_renegotiates Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_accept_renegotiates untyped mysql_global_status_ssl_accept_renegotiates 0 # HELP mysql_global_status_ssl_accepts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_accepts untyped mysql_global_status_ssl_accepts 97 # HELP mysql_global_status_ssl_callback_cache_hits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_callback_cache_hits untyped mysql_global_status_ssl_callback_cache_hits 0 # HELP mysql_global_status_ssl_client_connects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_client_connects untyped mysql_global_status_ssl_client_connects 0 # HELP mysql_global_status_ssl_connect_renegotiates Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_connect_renegotiates untyped mysql_global_status_ssl_connect_renegotiates 0 # HELP mysql_global_status_ssl_ctx_verify_depth Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_ctx_verify_depth untyped mysql_global_status_ssl_ctx_verify_depth 1.8446744073709552e+19 # HELP mysql_global_status_ssl_ctx_verify_mode Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_ctx_verify_mode untyped mysql_global_status_ssl_ctx_verify_mode 5 # HELP mysql_global_status_ssl_default_timeout Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_default_timeout untyped mysql_global_status_ssl_default_timeout 0 # HELP mysql_global_status_ssl_finished_accepts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_finished_accepts untyped mysql_global_status_ssl_finished_accepts 97 # HELP mysql_global_status_ssl_finished_connects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_finished_connects untyped mysql_global_status_ssl_finished_connects 0 # HELP mysql_global_status_ssl_server_not_after Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_server_not_after untyped mysql_global_status_ssl_server_not_after 2.024478074e+09 # HELP mysql_global_status_ssl_server_not_before Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_server_not_before untyped mysql_global_status_ssl_server_not_before 1.709118074e+09 # HELP mysql_global_status_ssl_session_cache_hits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_hits untyped mysql_global_status_ssl_session_cache_hits 0 # HELP mysql_global_status_ssl_session_cache_misses Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_misses untyped mysql_global_status_ssl_session_cache_misses 0 # HELP mysql_global_status_ssl_session_cache_overflows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_overflows untyped mysql_global_status_ssl_session_cache_overflows 0 # HELP mysql_global_status_ssl_session_cache_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_size untyped mysql_global_status_ssl_session_cache_size 128 # HELP mysql_global_status_ssl_session_cache_timeout Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_timeout untyped mysql_global_status_ssl_session_cache_timeout 300 # HELP mysql_global_status_ssl_session_cache_timeouts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_session_cache_timeouts untyped mysql_global_status_ssl_session_cache_timeouts 0 # HELP mysql_global_status_ssl_sessions_reused Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_sessions_reused untyped mysql_global_status_ssl_sessions_reused 0 # HELP mysql_global_status_ssl_used_session_cache_entries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_used_session_cache_entries untyped mysql_global_status_ssl_used_session_cache_entries 0 # HELP mysql_global_status_ssl_verify_depth Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_verify_depth untyped mysql_global_status_ssl_verify_depth 0 # HELP mysql_global_status_ssl_verify_mode Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_ssl_verify_mode untyped mysql_global_status_ssl_verify_mode 0 # HELP mysql_global_status_table_locks_immediate Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_locks_immediate untyped mysql_global_status_table_locks_immediate 10559 # HELP mysql_global_status_table_locks_waited Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_locks_waited untyped mysql_global_status_table_locks_waited 0 # HELP mysql_global_status_table_open_cache_hits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_open_cache_hits untyped mysql_global_status_table_open_cache_hits 555501 # HELP mysql_global_status_table_open_cache_misses Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_open_cache_misses untyped mysql_global_status_table_open_cache_misses 506 # HELP mysql_global_status_table_open_cache_overflows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_open_cache_overflows untyped mysql_global_status_table_open_cache_overflows 0 # HELP mysql_global_status_tc_log_max_pages_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_tc_log_max_pages_used untyped mysql_global_status_tc_log_max_pages_used 0 # HELP mysql_global_status_tc_log_page_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_tc_log_page_size untyped mysql_global_status_tc_log_page_size 0 # HELP mysql_global_status_tc_log_page_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_tc_log_page_waits untyped mysql_global_status_tc_log_page_waits 0 # HELP mysql_global_status_telemetry_traces_supported Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_telemetry_traces_supported untyped mysql_global_status_telemetry_traces_supported 1 # HELP mysql_global_status_threads_cached Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_cached untyped mysql_global_status_threads_cached 10 # HELP mysql_global_status_threads_connected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_connected untyped mysql_global_status_threads_connected 1 # HELP mysql_global_status_threads_created Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_created untyped mysql_global_status_threads_created 11 # HELP mysql_global_status_threads_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_running untyped mysql_global_status_threads_running 2 # HELP mysql_global_status_uptime Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_uptime untyped mysql_global_status_uptime 78943 # HELP mysql_global_status_uptime_since_flush_status Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_uptime_since_flush_status untyped mysql_global_status_uptime_since_flush_status 78943 # HELP mysql_global_status_validate_password_dictionary_file_last_parsed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_validate_password_dictionary_file_last_parsed untyped mysql_global_status_validate_password_dictionary_file_last_parsed 1.764934766e+09 # HELP mysql_global_status_validate_password_dictionary_file_words_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_validate_password_dictionary_file_words_count untyped mysql_global_status_validate_password_dictionary_file_words_count 0 # HELP mysql_global_variables_activate_all_roles_on_login Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_activate_all_roles_on_login gauge mysql_global_variables_activate_all_roles_on_login 0 # HELP mysql_global_variables_admin_port Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_admin_port gauge mysql_global_variables_admin_port 33062 # HELP mysql_global_variables_auto_generate_certs Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_auto_generate_certs gauge mysql_global_variables_auto_generate_certs 1 # HELP mysql_global_variables_auto_increment_increment Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_auto_increment_increment gauge mysql_global_variables_auto_increment_increment 1 # HELP mysql_global_variables_auto_increment_offset Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_auto_increment_offset gauge mysql_global_variables_auto_increment_offset 1 # HELP mysql_global_variables_autocommit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_autocommit gauge mysql_global_variables_autocommit 1 # HELP mysql_global_variables_automatic_sp_privileges Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_automatic_sp_privileges gauge mysql_global_variables_automatic_sp_privileges 1 # HELP mysql_global_variables_avoid_temporal_upgrade Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_avoid_temporal_upgrade gauge mysql_global_variables_avoid_temporal_upgrade 0 # HELP mysql_global_variables_back_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_back_log gauge mysql_global_variables_back_log 1500 # HELP mysql_global_variables_big_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_big_tables gauge mysql_global_variables_big_tables 0 # HELP mysql_global_variables_binlog_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_cache_size gauge mysql_global_variables_binlog_cache_size 32768 # HELP mysql_global_variables_binlog_direct_non_transactional_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_direct_non_transactional_updates gauge mysql_global_variables_binlog_direct_non_transactional_updates 0 # HELP mysql_global_variables_binlog_encryption Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_encryption gauge mysql_global_variables_binlog_encryption 0 # HELP mysql_global_variables_binlog_expire_logs_auto_purge Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_expire_logs_auto_purge gauge mysql_global_variables_binlog_expire_logs_auto_purge 1 # HELP mysql_global_variables_binlog_expire_logs_seconds Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_expire_logs_seconds gauge mysql_global_variables_binlog_expire_logs_seconds 2.592e+06 # HELP mysql_global_variables_binlog_group_commit_sync_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_group_commit_sync_delay gauge mysql_global_variables_binlog_group_commit_sync_delay 0 # HELP mysql_global_variables_binlog_group_commit_sync_no_delay_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_group_commit_sync_no_delay_count gauge mysql_global_variables_binlog_group_commit_sync_no_delay_count 0 # HELP mysql_global_variables_binlog_gtid_simple_recovery Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_gtid_simple_recovery gauge mysql_global_variables_binlog_gtid_simple_recovery 1 # HELP mysql_global_variables_binlog_max_flush_queue_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_max_flush_queue_time gauge mysql_global_variables_binlog_max_flush_queue_time 0 # HELP mysql_global_variables_binlog_order_commits Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_order_commits gauge mysql_global_variables_binlog_order_commits 1 # HELP mysql_global_variables_binlog_rotate_encryption_master_key_at_startup Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_rotate_encryption_master_key_at_startup gauge mysql_global_variables_binlog_rotate_encryption_master_key_at_startup 0 # HELP mysql_global_variables_binlog_row_event_max_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_row_event_max_size gauge mysql_global_variables_binlog_row_event_max_size 8192 # HELP mysql_global_variables_binlog_rows_query_log_events Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_rows_query_log_events gauge mysql_global_variables_binlog_rows_query_log_events 0 # HELP mysql_global_variables_binlog_stmt_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_stmt_cache_size gauge mysql_global_variables_binlog_stmt_cache_size 32768 # HELP mysql_global_variables_binlog_transaction_compression Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_transaction_compression gauge mysql_global_variables_binlog_transaction_compression 0 # HELP mysql_global_variables_binlog_transaction_compression_level_zstd Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_transaction_compression_level_zstd gauge mysql_global_variables_binlog_transaction_compression_level_zstd 3 # HELP mysql_global_variables_binlog_transaction_dependency_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_transaction_dependency_history_size gauge mysql_global_variables_binlog_transaction_dependency_history_size 25000 # HELP mysql_global_variables_bulk_insert_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_bulk_insert_buffer_size gauge mysql_global_variables_bulk_insert_buffer_size 8.388608e+06 # HELP mysql_global_variables_caching_sha2_password_auto_generate_rsa_keys Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_caching_sha2_password_auto_generate_rsa_keys gauge mysql_global_variables_caching_sha2_password_auto_generate_rsa_keys 1 # HELP mysql_global_variables_caching_sha2_password_digest_rounds Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_caching_sha2_password_digest_rounds gauge mysql_global_variables_caching_sha2_password_digest_rounds 5000 # HELP mysql_global_variables_check_proxy_users Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_check_proxy_users gauge mysql_global_variables_check_proxy_users 0 # HELP mysql_global_variables_connect_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_connect_timeout gauge mysql_global_variables_connect_timeout 10 # HELP mysql_global_variables_connection_memory_chunk_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_connection_memory_chunk_size gauge mysql_global_variables_connection_memory_chunk_size 8192 # HELP mysql_global_variables_connection_memory_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_connection_memory_limit gauge mysql_global_variables_connection_memory_limit 1.8446744073709552e+19 # HELP mysql_global_variables_core_file Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_core_file gauge mysql_global_variables_core_file 0 # HELP mysql_global_variables_create_admin_listener_thread Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_create_admin_listener_thread gauge mysql_global_variables_create_admin_listener_thread 0 # HELP mysql_global_variables_cte_max_recursion_depth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_cte_max_recursion_depth gauge mysql_global_variables_cte_max_recursion_depth 1000 # HELP mysql_global_variables_default_password_lifetime Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_default_password_lifetime gauge mysql_global_variables_default_password_lifetime 0 # HELP mysql_global_variables_default_table_encryption Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_default_table_encryption gauge mysql_global_variables_default_table_encryption 0 # HELP mysql_global_variables_default_week_format Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_default_week_format gauge mysql_global_variables_default_week_format 0 # HELP mysql_global_variables_delay_key_write Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_delay_key_write gauge mysql_global_variables_delay_key_write 1 # HELP mysql_global_variables_delayed_insert_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_delayed_insert_limit gauge mysql_global_variables_delayed_insert_limit 100 # HELP mysql_global_variables_delayed_insert_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_delayed_insert_timeout gauge mysql_global_variables_delayed_insert_timeout 300 # HELP mysql_global_variables_delayed_queue_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_delayed_queue_size gauge mysql_global_variables_delayed_queue_size 1000 # HELP mysql_global_variables_disconnect_on_expired_password Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_disconnect_on_expired_password gauge mysql_global_variables_disconnect_on_expired_password 1 # HELP mysql_global_variables_div_precision_increment Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_div_precision_increment gauge mysql_global_variables_div_precision_increment 4 # HELP mysql_global_variables_end_markers_in_json Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_end_markers_in_json gauge mysql_global_variables_end_markers_in_json 0 # HELP mysql_global_variables_enforce_gtid_consistency Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_enforce_gtid_consistency gauge mysql_global_variables_enforce_gtid_consistency 1 # HELP mysql_global_variables_eq_range_index_dive_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_eq_range_index_dive_limit gauge mysql_global_variables_eq_range_index_dive_limit 200 # HELP mysql_global_variables_event_scheduler Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_event_scheduler gauge mysql_global_variables_event_scheduler 1 # HELP mysql_global_variables_expire_logs_days Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_expire_logs_days gauge mysql_global_variables_expire_logs_days 0 # HELP mysql_global_variables_explicit_defaults_for_timestamp Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_explicit_defaults_for_timestamp gauge mysql_global_variables_explicit_defaults_for_timestamp 1 # HELP mysql_global_variables_flush Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_flush gauge mysql_global_variables_flush 0 # HELP mysql_global_variables_flush_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_flush_time gauge mysql_global_variables_flush_time 0 # HELP mysql_global_variables_foreign_key_checks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_foreign_key_checks gauge mysql_global_variables_foreign_key_checks 1 # HELP mysql_global_variables_ft_max_word_len Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ft_max_word_len gauge mysql_global_variables_ft_max_word_len 84 # HELP mysql_global_variables_ft_min_word_len Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ft_min_word_len gauge mysql_global_variables_ft_min_word_len 4 # HELP mysql_global_variables_ft_query_expansion_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ft_query_expansion_limit gauge mysql_global_variables_ft_query_expansion_limit 20 # HELP mysql_global_variables_general_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_general_log gauge mysql_global_variables_general_log 0 # HELP mysql_global_variables_generated_random_password_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_generated_random_password_length gauge mysql_global_variables_generated_random_password_length 20 # HELP mysql_global_variables_global_connection_memory_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_global_connection_memory_limit gauge mysql_global_variables_global_connection_memory_limit 1.8446744073709552e+19 # HELP mysql_global_variables_global_connection_memory_tracking Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_global_connection_memory_tracking gauge mysql_global_variables_global_connection_memory_tracking 0 # HELP mysql_global_variables_group_concat_max_len Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_group_concat_max_len gauge mysql_global_variables_group_concat_max_len 1024 # HELP mysql_global_variables_gtid_executed_compression_period Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_executed_compression_period gauge mysql_global_variables_gtid_executed_compression_period 0 # HELP mysql_global_variables_gtid_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_mode gauge mysql_global_variables_gtid_mode 1 # HELP mysql_global_variables_have_compress Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_compress gauge mysql_global_variables_have_compress 1 # HELP mysql_global_variables_have_dynamic_loading Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_dynamic_loading gauge mysql_global_variables_have_dynamic_loading 1 # HELP mysql_global_variables_have_geometry Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_geometry gauge mysql_global_variables_have_geometry 1 # HELP mysql_global_variables_have_openssl Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_openssl gauge mysql_global_variables_have_openssl 1 # HELP mysql_global_variables_have_profiling Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_profiling gauge mysql_global_variables_have_profiling 1 # HELP mysql_global_variables_have_query_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_query_cache gauge mysql_global_variables_have_query_cache 0 # HELP mysql_global_variables_have_rtree_keys Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_rtree_keys gauge mysql_global_variables_have_rtree_keys 1 # HELP mysql_global_variables_have_ssl Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_ssl gauge mysql_global_variables_have_ssl 1 # HELP mysql_global_variables_have_statement_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_statement_timeout gauge mysql_global_variables_have_statement_timeout 1 # HELP mysql_global_variables_have_symlink Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_symlink gauge mysql_global_variables_have_symlink 0 # HELP mysql_global_variables_histogram_generation_max_mem_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_histogram_generation_max_mem_size gauge mysql_global_variables_histogram_generation_max_mem_size 2e+07 # HELP mysql_global_variables_host_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_host_cache_size gauge mysql_global_variables_host_cache_size 678 # HELP mysql_global_variables_information_schema_stats_expiry Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_information_schema_stats_expiry gauge mysql_global_variables_information_schema_stats_expiry 86400 # HELP mysql_global_variables_innodb_adaptive_flushing Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_adaptive_flushing gauge mysql_global_variables_innodb_adaptive_flushing 1 # HELP mysql_global_variables_innodb_adaptive_flushing_lwm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_adaptive_flushing_lwm gauge mysql_global_variables_innodb_adaptive_flushing_lwm 10 # HELP mysql_global_variables_innodb_adaptive_hash_index Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_adaptive_hash_index gauge mysql_global_variables_innodb_adaptive_hash_index 1 # HELP mysql_global_variables_innodb_adaptive_hash_index_parts Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_adaptive_hash_index_parts gauge mysql_global_variables_innodb_adaptive_hash_index_parts 8 # HELP mysql_global_variables_innodb_adaptive_max_sleep_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_adaptive_max_sleep_delay gauge mysql_global_variables_innodb_adaptive_max_sleep_delay 150000 # HELP mysql_global_variables_innodb_api_bk_commit_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_api_bk_commit_interval gauge mysql_global_variables_innodb_api_bk_commit_interval 5 # HELP mysql_global_variables_innodb_api_disable_rowlock Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_api_disable_rowlock gauge mysql_global_variables_innodb_api_disable_rowlock 0 # HELP mysql_global_variables_innodb_api_enable_binlog Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_api_enable_binlog gauge mysql_global_variables_innodb_api_enable_binlog 0 # HELP mysql_global_variables_innodb_api_enable_mdl Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_api_enable_mdl gauge mysql_global_variables_innodb_api_enable_mdl 0 # HELP mysql_global_variables_innodb_api_trx_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_api_trx_level gauge mysql_global_variables_innodb_api_trx_level 0 # HELP mysql_global_variables_innodb_autoextend_increment Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_autoextend_increment gauge mysql_global_variables_innodb_autoextend_increment 64 # HELP mysql_global_variables_innodb_autoinc_lock_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_autoinc_lock_mode gauge mysql_global_variables_innodb_autoinc_lock_mode 2 # HELP mysql_global_variables_innodb_buffer_pool_chunk_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_chunk_size gauge mysql_global_variables_innodb_buffer_pool_chunk_size 1.34217728e+08 # HELP mysql_global_variables_innodb_buffer_pool_dump_at_shutdown Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_dump_at_shutdown gauge mysql_global_variables_innodb_buffer_pool_dump_at_shutdown 1 # HELP mysql_global_variables_innodb_buffer_pool_dump_now Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_dump_now gauge mysql_global_variables_innodb_buffer_pool_dump_now 0 # HELP mysql_global_variables_innodb_buffer_pool_dump_pct Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_dump_pct gauge mysql_global_variables_innodb_buffer_pool_dump_pct 25 # HELP mysql_global_variables_innodb_buffer_pool_in_core_file Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_in_core_file gauge mysql_global_variables_innodb_buffer_pool_in_core_file 1 # HELP mysql_global_variables_innodb_buffer_pool_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_instances gauge mysql_global_variables_innodb_buffer_pool_instances 1 # HELP mysql_global_variables_innodb_buffer_pool_load_abort Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_load_abort gauge mysql_global_variables_innodb_buffer_pool_load_abort 0 # HELP mysql_global_variables_innodb_buffer_pool_load_at_startup Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_load_at_startup gauge mysql_global_variables_innodb_buffer_pool_load_at_startup 1 # HELP mysql_global_variables_innodb_buffer_pool_load_now Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_load_now gauge mysql_global_variables_innodb_buffer_pool_load_now 0 # HELP mysql_global_variables_innodb_buffer_pool_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buffer_pool_size gauge mysql_global_variables_innodb_buffer_pool_size 1.34217728e+08 # HELP mysql_global_variables_innodb_change_buffer_max_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_change_buffer_max_size gauge mysql_global_variables_innodb_change_buffer_max_size 25 # HELP mysql_global_variables_innodb_cmp_per_index_enabled Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_cmp_per_index_enabled gauge mysql_global_variables_innodb_cmp_per_index_enabled 0 # HELP mysql_global_variables_innodb_commit_concurrency Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_commit_concurrency gauge mysql_global_variables_innodb_commit_concurrency 0 # HELP mysql_global_variables_innodb_compression_failure_threshold_pct Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_compression_failure_threshold_pct gauge mysql_global_variables_innodb_compression_failure_threshold_pct 5 # HELP mysql_global_variables_innodb_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_compression_level gauge mysql_global_variables_innodb_compression_level 6 # HELP mysql_global_variables_innodb_compression_pad_pct_max Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_compression_pad_pct_max gauge mysql_global_variables_innodb_compression_pad_pct_max 50 # HELP mysql_global_variables_innodb_concurrency_tickets Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_concurrency_tickets gauge mysql_global_variables_innodb_concurrency_tickets 5000 # HELP mysql_global_variables_innodb_ddl_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ddl_buffer_size gauge mysql_global_variables_innodb_ddl_buffer_size 1.048576e+06 # HELP mysql_global_variables_innodb_ddl_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ddl_threads gauge mysql_global_variables_innodb_ddl_threads 4 # HELP mysql_global_variables_innodb_deadlock_detect Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_deadlock_detect gauge mysql_global_variables_innodb_deadlock_detect 1 # HELP mysql_global_variables_innodb_dedicated_server Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_dedicated_server gauge mysql_global_variables_innodb_dedicated_server 0 # HELP mysql_global_variables_innodb_disable_sort_file_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_disable_sort_file_cache gauge mysql_global_variables_innodb_disable_sort_file_cache 0 # HELP mysql_global_variables_innodb_doublewrite Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_doublewrite gauge mysql_global_variables_innodb_doublewrite 1 # HELP mysql_global_variables_innodb_doublewrite_batch_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_doublewrite_batch_size gauge mysql_global_variables_innodb_doublewrite_batch_size 0 # HELP mysql_global_variables_innodb_doublewrite_files Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_doublewrite_files gauge mysql_global_variables_innodb_doublewrite_files 2 # HELP mysql_global_variables_innodb_doublewrite_pages Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_doublewrite_pages gauge mysql_global_variables_innodb_doublewrite_pages 4 # HELP mysql_global_variables_innodb_extend_and_initialize Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_extend_and_initialize gauge mysql_global_variables_innodb_extend_and_initialize 1 # HELP mysql_global_variables_innodb_fast_shutdown Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_fast_shutdown gauge mysql_global_variables_innodb_fast_shutdown 1 # HELP mysql_global_variables_innodb_file_per_table Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_file_per_table gauge mysql_global_variables_innodb_file_per_table 1 # HELP mysql_global_variables_innodb_fill_factor Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_fill_factor gauge mysql_global_variables_innodb_fill_factor 100 # HELP mysql_global_variables_innodb_flush_log_at_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_flush_log_at_timeout gauge mysql_global_variables_innodb_flush_log_at_timeout 1 # HELP mysql_global_variables_innodb_flush_log_at_trx_commit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_flush_log_at_trx_commit gauge mysql_global_variables_innodb_flush_log_at_trx_commit 1 # HELP mysql_global_variables_innodb_flush_neighbors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_flush_neighbors gauge mysql_global_variables_innodb_flush_neighbors 0 # HELP mysql_global_variables_innodb_flush_sync Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_flush_sync gauge mysql_global_variables_innodb_flush_sync 1 # HELP mysql_global_variables_innodb_flushing_avg_loops Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_flushing_avg_loops gauge mysql_global_variables_innodb_flushing_avg_loops 30 # HELP mysql_global_variables_innodb_force_load_corrupted Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_force_load_corrupted gauge mysql_global_variables_innodb_force_load_corrupted 0 # HELP mysql_global_variables_innodb_force_recovery Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_force_recovery gauge mysql_global_variables_innodb_force_recovery 0 # HELP mysql_global_variables_innodb_fsync_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_fsync_threshold gauge mysql_global_variables_innodb_fsync_threshold 0 # HELP mysql_global_variables_innodb_ft_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_cache_size gauge mysql_global_variables_innodb_ft_cache_size 8e+06 # HELP mysql_global_variables_innodb_ft_enable_diag_print Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_enable_diag_print gauge mysql_global_variables_innodb_ft_enable_diag_print 0 # HELP mysql_global_variables_innodb_ft_enable_stopword Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_enable_stopword gauge mysql_global_variables_innodb_ft_enable_stopword 1 # HELP mysql_global_variables_innodb_ft_max_token_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_max_token_size gauge mysql_global_variables_innodb_ft_max_token_size 84 # HELP mysql_global_variables_innodb_ft_min_token_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_min_token_size gauge mysql_global_variables_innodb_ft_min_token_size 3 # HELP mysql_global_variables_innodb_ft_num_word_optimize Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_num_word_optimize gauge mysql_global_variables_innodb_ft_num_word_optimize 2000 # HELP mysql_global_variables_innodb_ft_result_cache_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_result_cache_limit gauge mysql_global_variables_innodb_ft_result_cache_limit 2e+09 # HELP mysql_global_variables_innodb_ft_sort_pll_degree Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_sort_pll_degree gauge mysql_global_variables_innodb_ft_sort_pll_degree 2 # HELP mysql_global_variables_innodb_ft_total_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_ft_total_cache_size gauge mysql_global_variables_innodb_ft_total_cache_size 6.4e+08 # HELP mysql_global_variables_innodb_idle_flush_pct Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_idle_flush_pct gauge mysql_global_variables_innodb_idle_flush_pct 100 # HELP mysql_global_variables_innodb_io_capacity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_io_capacity gauge mysql_global_variables_innodb_io_capacity 200 # HELP mysql_global_variables_innodb_io_capacity_max Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_io_capacity_max gauge mysql_global_variables_innodb_io_capacity_max 2000 # HELP mysql_global_variables_innodb_lock_wait_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_lock_wait_timeout gauge mysql_global_variables_innodb_lock_wait_timeout 50 # HELP mysql_global_variables_innodb_log_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_buffer_size gauge mysql_global_variables_innodb_log_buffer_size 1.6777216e+07 # HELP mysql_global_variables_innodb_log_checksums Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_checksums gauge mysql_global_variables_innodb_log_checksums 1 # HELP mysql_global_variables_innodb_log_compressed_pages Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_compressed_pages gauge mysql_global_variables_innodb_log_compressed_pages 1 # HELP mysql_global_variables_innodb_log_file_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_file_size gauge mysql_global_variables_innodb_log_file_size 5.0331648e+07 # HELP mysql_global_variables_innodb_log_files_in_group Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_files_in_group gauge mysql_global_variables_innodb_log_files_in_group 2 # HELP mysql_global_variables_innodb_log_spin_cpu_abs_lwm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_spin_cpu_abs_lwm gauge mysql_global_variables_innodb_log_spin_cpu_abs_lwm 80 # HELP mysql_global_variables_innodb_log_spin_cpu_pct_hwm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_spin_cpu_pct_hwm gauge mysql_global_variables_innodb_log_spin_cpu_pct_hwm 50 # HELP mysql_global_variables_innodb_log_wait_for_flush_spin_hwm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_wait_for_flush_spin_hwm gauge mysql_global_variables_innodb_log_wait_for_flush_spin_hwm 400 # HELP mysql_global_variables_innodb_log_write_ahead_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_write_ahead_size gauge mysql_global_variables_innodb_log_write_ahead_size 8192 # HELP mysql_global_variables_innodb_log_writer_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_writer_threads gauge mysql_global_variables_innodb_log_writer_threads 1 # HELP mysql_global_variables_innodb_lru_scan_depth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_lru_scan_depth gauge mysql_global_variables_innodb_lru_scan_depth 1024 # HELP mysql_global_variables_innodb_max_dirty_pages_pct Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_dirty_pages_pct gauge mysql_global_variables_innodb_max_dirty_pages_pct 90 # HELP mysql_global_variables_innodb_max_dirty_pages_pct_lwm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_dirty_pages_pct_lwm gauge mysql_global_variables_innodb_max_dirty_pages_pct_lwm 10 # HELP mysql_global_variables_innodb_max_purge_lag Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_purge_lag gauge mysql_global_variables_innodb_max_purge_lag 0 # HELP mysql_global_variables_innodb_max_purge_lag_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_purge_lag_delay gauge mysql_global_variables_innodb_max_purge_lag_delay 0 # HELP mysql_global_variables_innodb_max_undo_log_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_undo_log_size gauge mysql_global_variables_innodb_max_undo_log_size 1.073741824e+09 # HELP mysql_global_variables_innodb_numa_interleave Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_numa_interleave gauge mysql_global_variables_innodb_numa_interleave 0 # HELP mysql_global_variables_innodb_old_blocks_pct Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_old_blocks_pct gauge mysql_global_variables_innodb_old_blocks_pct 37 # HELP mysql_global_variables_innodb_old_blocks_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_old_blocks_time gauge mysql_global_variables_innodb_old_blocks_time 1000 # HELP mysql_global_variables_innodb_online_alter_log_max_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_online_alter_log_max_size gauge mysql_global_variables_innodb_online_alter_log_max_size 1.34217728e+08 # HELP mysql_global_variables_innodb_open_files Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_open_files gauge mysql_global_variables_innodb_open_files 4000 # HELP mysql_global_variables_innodb_optimize_fulltext_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_optimize_fulltext_only gauge mysql_global_variables_innodb_optimize_fulltext_only 0 # HELP mysql_global_variables_innodb_page_cleaners Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_page_cleaners gauge mysql_global_variables_innodb_page_cleaners 1 # HELP mysql_global_variables_innodb_page_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_page_size gauge mysql_global_variables_innodb_page_size 16384 # HELP mysql_global_variables_innodb_parallel_read_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_parallel_read_threads gauge mysql_global_variables_innodb_parallel_read_threads 4 # HELP mysql_global_variables_innodb_print_all_deadlocks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_print_all_deadlocks gauge mysql_global_variables_innodb_print_all_deadlocks 0 # HELP mysql_global_variables_innodb_print_ddl_logs Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_print_ddl_logs gauge mysql_global_variables_innodb_print_ddl_logs 0 # HELP mysql_global_variables_innodb_purge_batch_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_purge_batch_size gauge mysql_global_variables_innodb_purge_batch_size 300 # HELP mysql_global_variables_innodb_purge_rseg_truncate_frequency Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_purge_rseg_truncate_frequency gauge mysql_global_variables_innodb_purge_rseg_truncate_frequency 128 # HELP mysql_global_variables_innodb_purge_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_purge_threads gauge mysql_global_variables_innodb_purge_threads 4 # HELP mysql_global_variables_innodb_random_read_ahead Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_random_read_ahead gauge mysql_global_variables_innodb_random_read_ahead 0 # HELP mysql_global_variables_innodb_read_ahead_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_read_ahead_threshold gauge mysql_global_variables_innodb_read_ahead_threshold 56 # HELP mysql_global_variables_innodb_read_io_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_read_io_threads gauge mysql_global_variables_innodb_read_io_threads 4 # HELP mysql_global_variables_innodb_read_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_read_only gauge mysql_global_variables_innodb_read_only 0 # HELP mysql_global_variables_innodb_redo_log_capacity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_redo_log_capacity gauge mysql_global_variables_innodb_redo_log_capacity 1.048576e+08 # HELP mysql_global_variables_innodb_redo_log_encrypt Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_redo_log_encrypt gauge mysql_global_variables_innodb_redo_log_encrypt 0 # HELP mysql_global_variables_innodb_replication_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_replication_delay gauge mysql_global_variables_innodb_replication_delay 0 # HELP mysql_global_variables_innodb_rollback_on_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_rollback_on_timeout gauge mysql_global_variables_innodb_rollback_on_timeout 0 # HELP mysql_global_variables_innodb_rollback_segments Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_rollback_segments gauge mysql_global_variables_innodb_rollback_segments 128 # HELP mysql_global_variables_innodb_segment_reserve_factor Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_segment_reserve_factor gauge mysql_global_variables_innodb_segment_reserve_factor 12.5 # HELP mysql_global_variables_innodb_sort_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_sort_buffer_size gauge mysql_global_variables_innodb_sort_buffer_size 1.048576e+06 # HELP mysql_global_variables_innodb_spin_wait_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_spin_wait_delay gauge mysql_global_variables_innodb_spin_wait_delay 6 # HELP mysql_global_variables_innodb_spin_wait_pause_multiplier Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_spin_wait_pause_multiplier gauge mysql_global_variables_innodb_spin_wait_pause_multiplier 50 # HELP mysql_global_variables_innodb_stats_auto_recalc Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_auto_recalc gauge mysql_global_variables_innodb_stats_auto_recalc 1 # HELP mysql_global_variables_innodb_stats_include_delete_marked Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_include_delete_marked gauge mysql_global_variables_innodb_stats_include_delete_marked 0 # HELP mysql_global_variables_innodb_stats_on_metadata Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_on_metadata gauge mysql_global_variables_innodb_stats_on_metadata 0 # HELP mysql_global_variables_innodb_stats_persistent Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_persistent gauge mysql_global_variables_innodb_stats_persistent 1 # HELP mysql_global_variables_innodb_stats_persistent_sample_pages Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_persistent_sample_pages gauge mysql_global_variables_innodb_stats_persistent_sample_pages 20 # HELP mysql_global_variables_innodb_stats_transient_sample_pages Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_transient_sample_pages gauge mysql_global_variables_innodb_stats_transient_sample_pages 8 # HELP mysql_global_variables_innodb_status_output Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_status_output gauge mysql_global_variables_innodb_status_output 0 # HELP mysql_global_variables_innodb_status_output_locks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_status_output_locks gauge mysql_global_variables_innodb_status_output_locks 0 # HELP mysql_global_variables_innodb_strict_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_strict_mode gauge mysql_global_variables_innodb_strict_mode 1 # HELP mysql_global_variables_innodb_sync_array_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_sync_array_size gauge mysql_global_variables_innodb_sync_array_size 1 # HELP mysql_global_variables_innodb_sync_spin_loops Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_sync_spin_loops gauge mysql_global_variables_innodb_sync_spin_loops 30 # HELP mysql_global_variables_innodb_table_locks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_table_locks gauge mysql_global_variables_innodb_table_locks 1 # HELP mysql_global_variables_innodb_thread_concurrency Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_thread_concurrency gauge mysql_global_variables_innodb_thread_concurrency 0 # HELP mysql_global_variables_innodb_thread_sleep_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_thread_sleep_delay gauge mysql_global_variables_innodb_thread_sleep_delay 10000 # HELP mysql_global_variables_innodb_undo_log_encrypt Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_undo_log_encrypt gauge mysql_global_variables_innodb_undo_log_encrypt 0 # HELP mysql_global_variables_innodb_undo_log_truncate Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_undo_log_truncate gauge mysql_global_variables_innodb_undo_log_truncate 1 # HELP mysql_global_variables_innodb_undo_tablespaces Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_undo_tablespaces gauge mysql_global_variables_innodb_undo_tablespaces 2 # HELP mysql_global_variables_innodb_use_fdatasync Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_use_fdatasync gauge mysql_global_variables_innodb_use_fdatasync 0 # HELP mysql_global_variables_innodb_use_native_aio Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_use_native_aio gauge mysql_global_variables_innodb_use_native_aio 1 # HELP mysql_global_variables_innodb_validate_tablespace_paths Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_validate_tablespace_paths gauge mysql_global_variables_innodb_validate_tablespace_paths 1 # HELP mysql_global_variables_innodb_write_io_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_write_io_threads gauge mysql_global_variables_innodb_write_io_threads 4 # HELP mysql_global_variables_interactive_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_interactive_timeout gauge mysql_global_variables_interactive_timeout 28800 # HELP mysql_global_variables_join_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_join_buffer_size gauge mysql_global_variables_join_buffer_size 262144 # HELP mysql_global_variables_keep_files_on_create Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_keep_files_on_create gauge mysql_global_variables_keep_files_on_create 0 # HELP mysql_global_variables_key_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_buffer_size gauge mysql_global_variables_key_buffer_size 1.6777216e+07 # HELP mysql_global_variables_key_cache_age_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_cache_age_threshold gauge mysql_global_variables_key_cache_age_threshold 300 # HELP mysql_global_variables_key_cache_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_cache_block_size gauge mysql_global_variables_key_cache_block_size 1024 # HELP mysql_global_variables_key_cache_division_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_cache_division_limit gauge mysql_global_variables_key_cache_division_limit 100 # HELP mysql_global_variables_keyring_operations Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_keyring_operations gauge mysql_global_variables_keyring_operations 1 # HELP mysql_global_variables_large_files_support Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_large_files_support gauge mysql_global_variables_large_files_support 1 # HELP mysql_global_variables_large_page_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_large_page_size gauge mysql_global_variables_large_page_size 0 # HELP mysql_global_variables_large_pages Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_large_pages gauge mysql_global_variables_large_pages 0 # HELP mysql_global_variables_local_infile Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_local_infile gauge mysql_global_variables_local_infile 0 # HELP mysql_global_variables_lock_wait_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_lock_wait_timeout gauge mysql_global_variables_lock_wait_timeout 3.1536e+07 # HELP mysql_global_variables_locked_in_memory Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_locked_in_memory gauge mysql_global_variables_locked_in_memory 0 # HELP mysql_global_variables_log_bin Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_bin gauge mysql_global_variables_log_bin 1 # HELP mysql_global_variables_log_bin_trust_function_creators Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_bin_trust_function_creators gauge mysql_global_variables_log_bin_trust_function_creators 0 # HELP mysql_global_variables_log_bin_use_v1_row_events Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_bin_use_v1_row_events gauge mysql_global_variables_log_bin_use_v1_row_events 0 # HELP mysql_global_variables_log_error_verbosity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_error_verbosity gauge mysql_global_variables_log_error_verbosity 2 # HELP mysql_global_variables_log_queries_not_using_indexes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_queries_not_using_indexes gauge mysql_global_variables_log_queries_not_using_indexes 0 # HELP mysql_global_variables_log_raw Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_raw gauge mysql_global_variables_log_raw 0 # HELP mysql_global_variables_log_replica_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_replica_updates gauge mysql_global_variables_log_replica_updates 1 # HELP mysql_global_variables_log_slave_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slave_updates gauge mysql_global_variables_log_slave_updates 1 # HELP mysql_global_variables_log_slow_admin_statements Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_admin_statements gauge mysql_global_variables_log_slow_admin_statements 0 # HELP mysql_global_variables_log_slow_extra Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_extra gauge mysql_global_variables_log_slow_extra 0 # HELP mysql_global_variables_log_slow_replica_statements Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_replica_statements gauge mysql_global_variables_log_slow_replica_statements 0 # HELP mysql_global_variables_log_slow_slave_statements Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_slave_statements gauge mysql_global_variables_log_slow_slave_statements 0 # HELP mysql_global_variables_log_statements_unsafe_for_binlog Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_statements_unsafe_for_binlog gauge mysql_global_variables_log_statements_unsafe_for_binlog 1 # HELP mysql_global_variables_log_throttle_queries_not_using_indexes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_throttle_queries_not_using_indexes gauge mysql_global_variables_log_throttle_queries_not_using_indexes 0 # HELP mysql_global_variables_long_query_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_long_query_time gauge mysql_global_variables_long_query_time 10 # HELP mysql_global_variables_low_priority_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_low_priority_updates gauge mysql_global_variables_low_priority_updates 0 # HELP mysql_global_variables_lower_case_file_system Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_lower_case_file_system gauge mysql_global_variables_lower_case_file_system 0 # HELP mysql_global_variables_lower_case_table_names Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_lower_case_table_names gauge mysql_global_variables_lower_case_table_names 0 # HELP mysql_global_variables_master_verify_checksum Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_master_verify_checksum gauge mysql_global_variables_master_verify_checksum 0 # HELP mysql_global_variables_max_allowed_packet Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_allowed_packet gauge mysql_global_variables_max_allowed_packet 6.7108864e+07 # HELP mysql_global_variables_max_binlog_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_binlog_cache_size gauge mysql_global_variables_max_binlog_cache_size 1.8446744073709548e+19 # HELP mysql_global_variables_max_binlog_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_binlog_size gauge mysql_global_variables_max_binlog_size 1.048576e+08 # HELP mysql_global_variables_max_binlog_stmt_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_binlog_stmt_cache_size gauge mysql_global_variables_max_binlog_stmt_cache_size 1.8446744073709548e+19 # HELP mysql_global_variables_max_connect_errors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_connect_errors gauge mysql_global_variables_max_connect_errors 100 # HELP mysql_global_variables_max_connections Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_connections gauge mysql_global_variables_max_connections 1500 # HELP mysql_global_variables_max_delayed_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_delayed_threads gauge mysql_global_variables_max_delayed_threads 20 # HELP mysql_global_variables_max_digest_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_digest_length gauge mysql_global_variables_max_digest_length 1024 # HELP mysql_global_variables_max_error_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_error_count gauge mysql_global_variables_max_error_count 1024 # HELP mysql_global_variables_max_execution_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_execution_time gauge mysql_global_variables_max_execution_time 0 # HELP mysql_global_variables_max_heap_table_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_heap_table_size gauge mysql_global_variables_max_heap_table_size 1.6777216e+07 # HELP mysql_global_variables_max_insert_delayed_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_insert_delayed_threads gauge mysql_global_variables_max_insert_delayed_threads 20 # HELP mysql_global_variables_max_join_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_join_size gauge mysql_global_variables_max_join_size 1.8446744073709552e+19 # HELP mysql_global_variables_max_length_for_sort_data Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_length_for_sort_data gauge mysql_global_variables_max_length_for_sort_data 4096 # HELP mysql_global_variables_max_points_in_geometry Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_points_in_geometry gauge mysql_global_variables_max_points_in_geometry 65536 # HELP mysql_global_variables_max_prepared_stmt_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_prepared_stmt_count gauge mysql_global_variables_max_prepared_stmt_count 16382 # HELP mysql_global_variables_max_relay_log_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_relay_log_size gauge mysql_global_variables_max_relay_log_size 0 # HELP mysql_global_variables_max_seeks_for_key Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_seeks_for_key gauge mysql_global_variables_max_seeks_for_key 1.8446744073709552e+19 # HELP mysql_global_variables_max_sort_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_sort_length gauge mysql_global_variables_max_sort_length 1024 # HELP mysql_global_variables_max_sp_recursion_depth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_sp_recursion_depth gauge mysql_global_variables_max_sp_recursion_depth 0 # HELP mysql_global_variables_max_user_connections Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_user_connections gauge mysql_global_variables_max_user_connections 0 # HELP mysql_global_variables_max_write_lock_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_write_lock_count gauge mysql_global_variables_max_write_lock_count 1.8446744073709552e+19 # HELP mysql_global_variables_min_examined_row_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_min_examined_row_limit gauge mysql_global_variables_min_examined_row_limit 0 # HELP mysql_global_variables_myisam_data_pointer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_data_pointer_size gauge mysql_global_variables_myisam_data_pointer_size 6 # HELP mysql_global_variables_myisam_max_sort_file_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_max_sort_file_size gauge mysql_global_variables_myisam_max_sort_file_size 9.223372036853727e+18 # HELP mysql_global_variables_myisam_mmap_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_mmap_size gauge mysql_global_variables_myisam_mmap_size 1.8446744073709552e+19 # HELP mysql_global_variables_myisam_sort_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_sort_buffer_size gauge mysql_global_variables_myisam_sort_buffer_size 8.388608e+06 # HELP mysql_global_variables_myisam_use_mmap Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_use_mmap gauge mysql_global_variables_myisam_use_mmap 0 # HELP mysql_global_variables_mysql_native_password_proxy_users Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysql_native_password_proxy_users gauge mysql_global_variables_mysql_native_password_proxy_users 0 # HELP mysql_global_variables_mysqlx_connect_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_connect_timeout gauge mysql_global_variables_mysqlx_connect_timeout 30 # HELP mysql_global_variables_mysqlx_deflate_default_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_deflate_default_compression_level gauge mysql_global_variables_mysqlx_deflate_default_compression_level 3 # HELP mysql_global_variables_mysqlx_deflate_max_client_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_deflate_max_client_compression_level gauge mysql_global_variables_mysqlx_deflate_max_client_compression_level 5 # HELP mysql_global_variables_mysqlx_document_id_unique_prefix Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_document_id_unique_prefix gauge mysql_global_variables_mysqlx_document_id_unique_prefix 0 # HELP mysql_global_variables_mysqlx_enable_hello_notice Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_enable_hello_notice gauge mysql_global_variables_mysqlx_enable_hello_notice 1 # HELP mysql_global_variables_mysqlx_idle_worker_thread_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_idle_worker_thread_timeout gauge mysql_global_variables_mysqlx_idle_worker_thread_timeout 60 # HELP mysql_global_variables_mysqlx_interactive_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_interactive_timeout gauge mysql_global_variables_mysqlx_interactive_timeout 28800 # HELP mysql_global_variables_mysqlx_lz4_default_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_lz4_default_compression_level gauge mysql_global_variables_mysqlx_lz4_default_compression_level 2 # HELP mysql_global_variables_mysqlx_lz4_max_client_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_lz4_max_client_compression_level gauge mysql_global_variables_mysqlx_lz4_max_client_compression_level 8 # HELP mysql_global_variables_mysqlx_max_allowed_packet Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_max_allowed_packet gauge mysql_global_variables_mysqlx_max_allowed_packet 6.7108864e+07 # HELP mysql_global_variables_mysqlx_max_connections Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_max_connections gauge mysql_global_variables_mysqlx_max_connections 100 # HELP mysql_global_variables_mysqlx_min_worker_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_min_worker_threads gauge mysql_global_variables_mysqlx_min_worker_threads 2 # HELP mysql_global_variables_mysqlx_port Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_port gauge mysql_global_variables_mysqlx_port 33060 # HELP mysql_global_variables_mysqlx_port_open_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_port_open_timeout gauge mysql_global_variables_mysqlx_port_open_timeout 0 # HELP mysql_global_variables_mysqlx_read_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_read_timeout gauge mysql_global_variables_mysqlx_read_timeout 30 # HELP mysql_global_variables_mysqlx_wait_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_wait_timeout gauge mysql_global_variables_mysqlx_wait_timeout 28800 # HELP mysql_global_variables_mysqlx_write_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_write_timeout gauge mysql_global_variables_mysqlx_write_timeout 60 # HELP mysql_global_variables_mysqlx_zstd_default_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_zstd_default_compression_level gauge mysql_global_variables_mysqlx_zstd_default_compression_level 3 # HELP mysql_global_variables_mysqlx_zstd_max_client_compression_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysqlx_zstd_max_client_compression_level gauge mysql_global_variables_mysqlx_zstd_max_client_compression_level 11 # HELP mysql_global_variables_net_buffer_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_net_buffer_length gauge mysql_global_variables_net_buffer_length 16384 # HELP mysql_global_variables_net_read_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_net_read_timeout gauge mysql_global_variables_net_read_timeout 30 # HELP mysql_global_variables_net_retry_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_net_retry_count gauge mysql_global_variables_net_retry_count 10 # HELP mysql_global_variables_net_write_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_net_write_timeout gauge mysql_global_variables_net_write_timeout 60 # HELP mysql_global_variables_new Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_new gauge mysql_global_variables_new 0 # HELP mysql_global_variables_ngram_token_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ngram_token_size gauge mysql_global_variables_ngram_token_size 2 # HELP mysql_global_variables_offline_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_offline_mode gauge mysql_global_variables_offline_mode 0 # HELP mysql_global_variables_old Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_old gauge mysql_global_variables_old 0 # HELP mysql_global_variables_old_alter_table Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_old_alter_table gauge mysql_global_variables_old_alter_table 0 # HELP mysql_global_variables_open_files_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_open_files_limit gauge mysql_global_variables_open_files_limit 10000 # HELP mysql_global_variables_optimizer_max_subgraph_pairs Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_max_subgraph_pairs gauge mysql_global_variables_optimizer_max_subgraph_pairs 100000 # HELP mysql_global_variables_optimizer_prune_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_prune_level gauge mysql_global_variables_optimizer_prune_level 1 # HELP mysql_global_variables_optimizer_search_depth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_search_depth gauge mysql_global_variables_optimizer_search_depth 62 # HELP mysql_global_variables_optimizer_trace_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_trace_limit gauge mysql_global_variables_optimizer_trace_limit 1 # HELP mysql_global_variables_optimizer_trace_max_mem_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_trace_max_mem_size gauge mysql_global_variables_optimizer_trace_max_mem_size 1.048576e+06 # HELP mysql_global_variables_optimizer_trace_offset Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_trace_offset gauge mysql_global_variables_optimizer_trace_offset -1 # HELP mysql_global_variables_parser_max_mem_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_parser_max_mem_size gauge mysql_global_variables_parser_max_mem_size 1.8446744073709552e+19 # HELP mysql_global_variables_partial_revokes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_partial_revokes gauge mysql_global_variables_partial_revokes 0 # HELP mysql_global_variables_password_history Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_password_history gauge mysql_global_variables_password_history 0 # HELP mysql_global_variables_password_require_current Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_password_require_current gauge mysql_global_variables_password_require_current 0 # HELP mysql_global_variables_password_reuse_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_password_reuse_interval gauge mysql_global_variables_password_reuse_interval 0 # HELP mysql_global_variables_performance_schema Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema gauge mysql_global_variables_performance_schema 1 # HELP mysql_global_variables_performance_schema_accounts_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_accounts_size gauge mysql_global_variables_performance_schema_accounts_size -1 # HELP mysql_global_variables_performance_schema_digests_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_digests_size gauge mysql_global_variables_performance_schema_digests_size 10000 # HELP mysql_global_variables_performance_schema_error_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_error_size gauge mysql_global_variables_performance_schema_error_size 5325 # HELP mysql_global_variables_performance_schema_events_stages_history_long_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_stages_history_long_size gauge mysql_global_variables_performance_schema_events_stages_history_long_size 10000 # HELP mysql_global_variables_performance_schema_events_stages_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_stages_history_size gauge mysql_global_variables_performance_schema_events_stages_history_size 10 # HELP mysql_global_variables_performance_schema_events_statements_history_long_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_statements_history_long_size gauge mysql_global_variables_performance_schema_events_statements_history_long_size 10000 # HELP mysql_global_variables_performance_schema_events_statements_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_statements_history_size gauge mysql_global_variables_performance_schema_events_statements_history_size 10 # HELP mysql_global_variables_performance_schema_events_transactions_history_long_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_transactions_history_long_size gauge mysql_global_variables_performance_schema_events_transactions_history_long_size 10000 # HELP mysql_global_variables_performance_schema_events_transactions_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_transactions_history_size gauge mysql_global_variables_performance_schema_events_transactions_history_size 10 # HELP mysql_global_variables_performance_schema_events_waits_history_long_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_waits_history_long_size gauge mysql_global_variables_performance_schema_events_waits_history_long_size 10000 # HELP mysql_global_variables_performance_schema_events_waits_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_events_waits_history_size gauge mysql_global_variables_performance_schema_events_waits_history_size 10 # HELP mysql_global_variables_performance_schema_hosts_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_hosts_size gauge mysql_global_variables_performance_schema_hosts_size -1 # HELP mysql_global_variables_performance_schema_max_cond_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_cond_classes gauge mysql_global_variables_performance_schema_max_cond_classes 150 # HELP mysql_global_variables_performance_schema_max_cond_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_cond_instances gauge mysql_global_variables_performance_schema_max_cond_instances -1 # HELP mysql_global_variables_performance_schema_max_digest_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_digest_length gauge mysql_global_variables_performance_schema_max_digest_length 1024 # HELP mysql_global_variables_performance_schema_max_digest_sample_age Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_digest_sample_age gauge mysql_global_variables_performance_schema_max_digest_sample_age 60 # HELP mysql_global_variables_performance_schema_max_file_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_file_classes gauge mysql_global_variables_performance_schema_max_file_classes 80 # HELP mysql_global_variables_performance_schema_max_file_handles Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_file_handles gauge mysql_global_variables_performance_schema_max_file_handles 32768 # HELP mysql_global_variables_performance_schema_max_file_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_file_instances gauge mysql_global_variables_performance_schema_max_file_instances -1 # HELP mysql_global_variables_performance_schema_max_index_stat Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_index_stat gauge mysql_global_variables_performance_schema_max_index_stat -1 # HELP mysql_global_variables_performance_schema_max_memory_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_memory_classes gauge mysql_global_variables_performance_schema_max_memory_classes 450 # HELP mysql_global_variables_performance_schema_max_metadata_locks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_metadata_locks gauge mysql_global_variables_performance_schema_max_metadata_locks -1 # HELP mysql_global_variables_performance_schema_max_mutex_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_mutex_classes gauge mysql_global_variables_performance_schema_max_mutex_classes 350 # HELP mysql_global_variables_performance_schema_max_mutex_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_mutex_instances gauge mysql_global_variables_performance_schema_max_mutex_instances -1 # HELP mysql_global_variables_performance_schema_max_prepared_statements_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_prepared_statements_instances gauge mysql_global_variables_performance_schema_max_prepared_statements_instances -1 # HELP mysql_global_variables_performance_schema_max_program_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_program_instances gauge mysql_global_variables_performance_schema_max_program_instances -1 # HELP mysql_global_variables_performance_schema_max_rwlock_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_rwlock_classes gauge mysql_global_variables_performance_schema_max_rwlock_classes 60 # HELP mysql_global_variables_performance_schema_max_rwlock_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_rwlock_instances gauge mysql_global_variables_performance_schema_max_rwlock_instances -1 # HELP mysql_global_variables_performance_schema_max_socket_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_socket_classes gauge mysql_global_variables_performance_schema_max_socket_classes 10 # HELP mysql_global_variables_performance_schema_max_socket_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_socket_instances gauge mysql_global_variables_performance_schema_max_socket_instances -1 # HELP mysql_global_variables_performance_schema_max_sql_text_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_sql_text_length gauge mysql_global_variables_performance_schema_max_sql_text_length 1024 # HELP mysql_global_variables_performance_schema_max_stage_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_stage_classes gauge mysql_global_variables_performance_schema_max_stage_classes 175 # HELP mysql_global_variables_performance_schema_max_statement_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_statement_classes gauge mysql_global_variables_performance_schema_max_statement_classes 219 # HELP mysql_global_variables_performance_schema_max_statement_stack Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_statement_stack gauge mysql_global_variables_performance_schema_max_statement_stack 10 # HELP mysql_global_variables_performance_schema_max_table_handles Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_table_handles gauge mysql_global_variables_performance_schema_max_table_handles -1 # HELP mysql_global_variables_performance_schema_max_table_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_table_instances gauge mysql_global_variables_performance_schema_max_table_instances -1 # HELP mysql_global_variables_performance_schema_max_table_lock_stat Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_table_lock_stat gauge mysql_global_variables_performance_schema_max_table_lock_stat -1 # HELP mysql_global_variables_performance_schema_max_thread_classes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_thread_classes gauge mysql_global_variables_performance_schema_max_thread_classes 100 # HELP mysql_global_variables_performance_schema_max_thread_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_max_thread_instances gauge mysql_global_variables_performance_schema_max_thread_instances -1 # HELP mysql_global_variables_performance_schema_session_connect_attrs_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_session_connect_attrs_size gauge mysql_global_variables_performance_schema_session_connect_attrs_size 512 # HELP mysql_global_variables_performance_schema_setup_actors_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_setup_actors_size gauge mysql_global_variables_performance_schema_setup_actors_size -1 # HELP mysql_global_variables_performance_schema_setup_objects_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_setup_objects_size gauge mysql_global_variables_performance_schema_setup_objects_size -1 # HELP mysql_global_variables_performance_schema_show_processlist Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_show_processlist gauge mysql_global_variables_performance_schema_show_processlist 0 # HELP mysql_global_variables_performance_schema_users_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_performance_schema_users_size gauge mysql_global_variables_performance_schema_users_size -1 # HELP mysql_global_variables_persist_sensitive_variables_in_plaintext Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_persist_sensitive_variables_in_plaintext gauge mysql_global_variables_persist_sensitive_variables_in_plaintext 1 # HELP mysql_global_variables_persisted_globals_load Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_persisted_globals_load gauge mysql_global_variables_persisted_globals_load 1 # HELP mysql_global_variables_port Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_port gauge mysql_global_variables_port 3306 # HELP mysql_global_variables_preload_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_preload_buffer_size gauge mysql_global_variables_preload_buffer_size 32768 # HELP mysql_global_variables_print_identified_with_as_hex Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_print_identified_with_as_hex gauge mysql_global_variables_print_identified_with_as_hex 0 # HELP mysql_global_variables_profiling Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_profiling gauge mysql_global_variables_profiling 0 # HELP mysql_global_variables_profiling_history_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_profiling_history_size gauge mysql_global_variables_profiling_history_size 15 # HELP mysql_global_variables_protocol_version Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_protocol_version gauge mysql_global_variables_protocol_version 10 # HELP mysql_global_variables_query_alloc_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_alloc_block_size gauge mysql_global_variables_query_alloc_block_size 8192 # HELP mysql_global_variables_query_prealloc_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_prealloc_size gauge mysql_global_variables_query_prealloc_size 8192 # HELP mysql_global_variables_range_alloc_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_range_alloc_block_size gauge mysql_global_variables_range_alloc_block_size 4096 # HELP mysql_global_variables_range_optimizer_max_mem_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_range_optimizer_max_mem_size gauge mysql_global_variables_range_optimizer_max_mem_size 8.388608e+06 # HELP mysql_global_variables_read_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_read_buffer_size gauge mysql_global_variables_read_buffer_size 131072 # HELP mysql_global_variables_read_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_read_only gauge mysql_global_variables_read_only 1 # HELP mysql_global_variables_read_rnd_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_read_rnd_buffer_size gauge mysql_global_variables_read_rnd_buffer_size 262144 # HELP mysql_global_variables_regexp_stack_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_regexp_stack_limit gauge mysql_global_variables_regexp_stack_limit 8e+06 # HELP mysql_global_variables_regexp_time_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_regexp_time_limit gauge mysql_global_variables_regexp_time_limit 32 # HELP mysql_global_variables_relay_log_purge Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_relay_log_purge gauge mysql_global_variables_relay_log_purge 1 # HELP mysql_global_variables_relay_log_recovery Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_relay_log_recovery gauge mysql_global_variables_relay_log_recovery 0 # HELP mysql_global_variables_relay_log_space_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_relay_log_space_limit gauge mysql_global_variables_relay_log_space_limit 0 # HELP mysql_global_variables_replica_allow_batching Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_allow_batching gauge mysql_global_variables_replica_allow_batching 1 # HELP mysql_global_variables_replica_checkpoint_group Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_checkpoint_group gauge mysql_global_variables_replica_checkpoint_group 512 # HELP mysql_global_variables_replica_checkpoint_period Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_checkpoint_period gauge mysql_global_variables_replica_checkpoint_period 300 # HELP mysql_global_variables_replica_compressed_protocol Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_compressed_protocol gauge mysql_global_variables_replica_compressed_protocol 0 # HELP mysql_global_variables_replica_max_allowed_packet Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_max_allowed_packet gauge mysql_global_variables_replica_max_allowed_packet 1.073741824e+09 # HELP mysql_global_variables_replica_net_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_net_timeout gauge mysql_global_variables_replica_net_timeout 60 # HELP mysql_global_variables_replica_parallel_workers Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_parallel_workers gauge mysql_global_variables_replica_parallel_workers 4 # HELP mysql_global_variables_replica_pending_jobs_size_max Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_pending_jobs_size_max gauge mysql_global_variables_replica_pending_jobs_size_max 1.34217728e+08 # HELP mysql_global_variables_replica_preserve_commit_order Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_preserve_commit_order gauge mysql_global_variables_replica_preserve_commit_order 1 # HELP mysql_global_variables_replica_skip_errors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_skip_errors gauge mysql_global_variables_replica_skip_errors 1062 # HELP mysql_global_variables_replica_sql_verify_checksum Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_sql_verify_checksum gauge mysql_global_variables_replica_sql_verify_checksum 1 # HELP mysql_global_variables_replica_transaction_retries Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replica_transaction_retries gauge mysql_global_variables_replica_transaction_retries 10 # HELP mysql_global_variables_replication_optimize_for_static_plugin_config Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replication_optimize_for_static_plugin_config gauge mysql_global_variables_replication_optimize_for_static_plugin_config 0 # HELP mysql_global_variables_replication_sender_observe_commit_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replication_sender_observe_commit_only gauge mysql_global_variables_replication_sender_observe_commit_only 0 # HELP mysql_global_variables_report_port Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_report_port gauge mysql_global_variables_report_port 3306 # HELP mysql_global_variables_require_secure_transport Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_require_secure_transport gauge mysql_global_variables_require_secure_transport 0 # HELP mysql_global_variables_rpl_read_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_read_size gauge mysql_global_variables_rpl_read_size 8192 # HELP mysql_global_variables_rpl_stop_replica_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_stop_replica_timeout gauge mysql_global_variables_rpl_stop_replica_timeout 3.1536e+07 # HELP mysql_global_variables_rpl_stop_slave_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_stop_slave_timeout gauge mysql_global_variables_rpl_stop_slave_timeout 3.1536e+07 # HELP mysql_global_variables_schema_definition_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_schema_definition_cache gauge mysql_global_variables_schema_definition_cache 256 # HELP mysql_global_variables_secondary_engine_cost_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_secondary_engine_cost_threshold gauge mysql_global_variables_secondary_engine_cost_threshold 100000 # HELP mysql_global_variables_select_into_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_select_into_buffer_size gauge mysql_global_variables_select_into_buffer_size 131072 # HELP mysql_global_variables_select_into_disk_sync Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_select_into_disk_sync gauge mysql_global_variables_select_into_disk_sync 0 # HELP mysql_global_variables_select_into_disk_sync_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_select_into_disk_sync_delay gauge mysql_global_variables_select_into_disk_sync_delay 0 # HELP mysql_global_variables_server_id Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_server_id gauge mysql_global_variables_server_id 1 # HELP mysql_global_variables_server_id_bits Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_server_id_bits gauge mysql_global_variables_server_id_bits 32 # HELP mysql_global_variables_session_track_gtids Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_session_track_gtids gauge mysql_global_variables_session_track_gtids 0 # HELP mysql_global_variables_session_track_schema Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_session_track_schema gauge mysql_global_variables_session_track_schema 1 # HELP mysql_global_variables_session_track_state_change Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_session_track_state_change gauge mysql_global_variables_session_track_state_change 0 # HELP mysql_global_variables_session_track_transaction_info Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_session_track_transaction_info gauge mysql_global_variables_session_track_transaction_info 0 # HELP mysql_global_variables_sha256_password_auto_generate_rsa_keys Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sha256_password_auto_generate_rsa_keys gauge mysql_global_variables_sha256_password_auto_generate_rsa_keys 1 # HELP mysql_global_variables_sha256_password_proxy_users Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sha256_password_proxy_users gauge mysql_global_variables_sha256_password_proxy_users 0 # HELP mysql_global_variables_show_create_table_verbosity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_show_create_table_verbosity gauge mysql_global_variables_show_create_table_verbosity 0 # HELP mysql_global_variables_show_gipk_in_create_table_and_information_schema Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_show_gipk_in_create_table_and_information_schema gauge mysql_global_variables_show_gipk_in_create_table_and_information_schema 1 # HELP mysql_global_variables_show_old_temporals Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_show_old_temporals gauge mysql_global_variables_show_old_temporals 0 # HELP mysql_global_variables_skip_external_locking Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_external_locking gauge mysql_global_variables_skip_external_locking 1 # HELP mysql_global_variables_skip_name_resolve Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_name_resolve gauge mysql_global_variables_skip_name_resolve 0 # HELP mysql_global_variables_skip_networking Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_networking gauge mysql_global_variables_skip_networking 0 # HELP mysql_global_variables_skip_replica_start Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_replica_start gauge mysql_global_variables_skip_replica_start 0 # HELP mysql_global_variables_skip_show_database Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_show_database gauge mysql_global_variables_skip_show_database 0 # HELP mysql_global_variables_skip_slave_start Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_slave_start gauge mysql_global_variables_skip_slave_start 0 # HELP mysql_global_variables_slave_allow_batching Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_allow_batching gauge mysql_global_variables_slave_allow_batching 1 # HELP mysql_global_variables_slave_checkpoint_group Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_checkpoint_group gauge mysql_global_variables_slave_checkpoint_group 512 # HELP mysql_global_variables_slave_checkpoint_period Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_checkpoint_period gauge mysql_global_variables_slave_checkpoint_period 300 # HELP mysql_global_variables_slave_compressed_protocol Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_compressed_protocol gauge mysql_global_variables_slave_compressed_protocol 0 # HELP mysql_global_variables_slave_max_allowed_packet Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_max_allowed_packet gauge mysql_global_variables_slave_max_allowed_packet 1.073741824e+09 # HELP mysql_global_variables_slave_net_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_net_timeout gauge mysql_global_variables_slave_net_timeout 60 # HELP mysql_global_variables_slave_parallel_workers Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_parallel_workers gauge mysql_global_variables_slave_parallel_workers 4 # HELP mysql_global_variables_slave_pending_jobs_size_max Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_pending_jobs_size_max gauge mysql_global_variables_slave_pending_jobs_size_max 1.34217728e+08 # HELP mysql_global_variables_slave_preserve_commit_order Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_preserve_commit_order gauge mysql_global_variables_slave_preserve_commit_order 1 # HELP mysql_global_variables_slave_skip_errors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_skip_errors gauge mysql_global_variables_slave_skip_errors 1062 # HELP mysql_global_variables_slave_sql_verify_checksum Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_sql_verify_checksum gauge mysql_global_variables_slave_sql_verify_checksum 1 # HELP mysql_global_variables_slave_transaction_retries Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_transaction_retries gauge mysql_global_variables_slave_transaction_retries 10 # HELP mysql_global_variables_slow_launch_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slow_launch_time gauge mysql_global_variables_slow_launch_time 2 # HELP mysql_global_variables_slow_query_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slow_query_log gauge mysql_global_variables_slow_query_log 0 # HELP mysql_global_variables_sort_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sort_buffer_size gauge mysql_global_variables_sort_buffer_size 262144 # HELP mysql_global_variables_source_verify_checksum Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_source_verify_checksum gauge mysql_global_variables_source_verify_checksum 0 # HELP mysql_global_variables_sql_auto_is_null Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_auto_is_null gauge mysql_global_variables_sql_auto_is_null 0 # HELP mysql_global_variables_sql_big_selects Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_big_selects gauge mysql_global_variables_sql_big_selects 1 # HELP mysql_global_variables_sql_buffer_result Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_buffer_result gauge mysql_global_variables_sql_buffer_result 0 # HELP mysql_global_variables_sql_generate_invisible_primary_key Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_generate_invisible_primary_key gauge mysql_global_variables_sql_generate_invisible_primary_key 0 # HELP mysql_global_variables_sql_log_off Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_log_off gauge mysql_global_variables_sql_log_off 0 # HELP mysql_global_variables_sql_notes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_notes gauge mysql_global_variables_sql_notes 1 # HELP mysql_global_variables_sql_quote_show_create Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_quote_show_create gauge mysql_global_variables_sql_quote_show_create 1 # HELP mysql_global_variables_sql_replica_skip_counter Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_replica_skip_counter gauge mysql_global_variables_sql_replica_skip_counter 0 # HELP mysql_global_variables_sql_require_primary_key Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_require_primary_key gauge mysql_global_variables_sql_require_primary_key 0 # HELP mysql_global_variables_sql_safe_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_safe_updates gauge mysql_global_variables_sql_safe_updates 0 # HELP mysql_global_variables_sql_select_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_select_limit gauge mysql_global_variables_sql_select_limit 1.8446744073709552e+19 # HELP mysql_global_variables_sql_slave_skip_counter Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_slave_skip_counter gauge mysql_global_variables_sql_slave_skip_counter 0 # HELP mysql_global_variables_sql_warnings Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_warnings gauge mysql_global_variables_sql_warnings 0 # HELP mysql_global_variables_ssl_fips_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ssl_fips_mode gauge mysql_global_variables_ssl_fips_mode 0 # HELP mysql_global_variables_ssl_session_cache_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ssl_session_cache_mode gauge mysql_global_variables_ssl_session_cache_mode 1 # HELP mysql_global_variables_ssl_session_cache_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ssl_session_cache_timeout gauge mysql_global_variables_ssl_session_cache_timeout 300 # HELP mysql_global_variables_stored_program_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_stored_program_cache gauge mysql_global_variables_stored_program_cache 256 # HELP mysql_global_variables_stored_program_definition_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_stored_program_definition_cache gauge mysql_global_variables_stored_program_definition_cache 256 # HELP mysql_global_variables_super_read_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_super_read_only gauge mysql_global_variables_super_read_only 1 # HELP mysql_global_variables_sync_binlog Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_binlog gauge mysql_global_variables_sync_binlog 1 # HELP mysql_global_variables_sync_master_info Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_master_info gauge mysql_global_variables_sync_master_info 10000 # HELP mysql_global_variables_sync_relay_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_relay_log gauge mysql_global_variables_sync_relay_log 10000 # HELP mysql_global_variables_sync_relay_log_info Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_relay_log_info gauge mysql_global_variables_sync_relay_log_info 10000 # HELP mysql_global_variables_sync_source_info Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_source_info gauge mysql_global_variables_sync_source_info 10000 # HELP mysql_global_variables_system_time_zone Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_system_time_zone gauge mysql_global_variables_system_time_zone 545 # HELP mysql_global_variables_table_definition_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_table_definition_cache gauge mysql_global_variables_table_definition_cache 2000 # HELP mysql_global_variables_table_encryption_privilege_check Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_table_encryption_privilege_check gauge mysql_global_variables_table_encryption_privilege_check 0 # HELP mysql_global_variables_table_open_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_table_open_cache gauge mysql_global_variables_table_open_cache 4000 # HELP mysql_global_variables_table_open_cache_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_table_open_cache_instances gauge mysql_global_variables_table_open_cache_instances 16 # HELP mysql_global_variables_tablespace_definition_cache Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tablespace_definition_cache gauge mysql_global_variables_tablespace_definition_cache 256 # HELP mysql_global_variables_temptable_max_mmap Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_temptable_max_mmap gauge mysql_global_variables_temptable_max_mmap 1.073741824e+09 # HELP mysql_global_variables_temptable_max_ram Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_temptable_max_ram gauge mysql_global_variables_temptable_max_ram 1.073741824e+09 # HELP mysql_global_variables_temptable_use_mmap Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_temptable_use_mmap gauge mysql_global_variables_temptable_use_mmap 1 # HELP mysql_global_variables_thread_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_cache_size gauge mysql_global_variables_thread_cache_size 23 # HELP mysql_global_variables_thread_stack Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_stack gauge mysql_global_variables_thread_stack 1.048576e+06 # HELP mysql_global_variables_tmp_table_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tmp_table_size gauge mysql_global_variables_tmp_table_size 1.6777216e+07 # HELP mysql_global_variables_transaction_alloc_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_transaction_alloc_block_size gauge mysql_global_variables_transaction_alloc_block_size 8192 # HELP mysql_global_variables_transaction_prealloc_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_transaction_prealloc_size gauge mysql_global_variables_transaction_prealloc_size 4096 # HELP mysql_global_variables_transaction_read_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_transaction_read_only gauge mysql_global_variables_transaction_read_only 0 # HELP mysql_global_variables_unique_checks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_unique_checks gauge mysql_global_variables_unique_checks 1 # HELP mysql_global_variables_updatable_views_with_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_updatable_views_with_limit gauge mysql_global_variables_updatable_views_with_limit 1 # HELP mysql_global_variables_validate_password_changed_characters_percentage Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_changed_characters_percentage gauge mysql_global_variables_validate_password_changed_characters_percentage 0 # HELP mysql_global_variables_validate_password_check_user_name Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_check_user_name gauge mysql_global_variables_validate_password_check_user_name 1 # HELP mysql_global_variables_validate_password_length Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_length gauge mysql_global_variables_validate_password_length 8 # HELP mysql_global_variables_validate_password_mixed_case_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_mixed_case_count gauge mysql_global_variables_validate_password_mixed_case_count 1 # HELP mysql_global_variables_validate_password_number_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_number_count gauge mysql_global_variables_validate_password_number_count 1 # HELP mysql_global_variables_validate_password_special_char_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_validate_password_special_char_count gauge mysql_global_variables_validate_password_special_char_count 1 # HELP mysql_global_variables_wait_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wait_timeout gauge mysql_global_variables_wait_timeout 28800 # HELP mysql_global_variables_windowing_use_high_precision Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_windowing_use_high_precision gauge mysql_global_variables_windowing_use_high_precision 1 # HELP mysql_global_variables_xa_detach_on_prepare Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_xa_detach_on_prepare gauge mysql_global_variables_xa_detach_on_prepare 1 # HELP mysql_info_schema_innodb_cmp_compress_ops_ok_total Number of times a B-tree page of the size PAGE_SIZE has been successfully compressed. # TYPE mysql_info_schema_innodb_cmp_compress_ops_ok_total counter mysql_info_schema_innodb_cmp_compress_ops_ok_total{page_size="1024"} 0 mysql_info_schema_innodb_cmp_compress_ops_ok_total{page_size="16384"} 0 mysql_info_schema_innodb_cmp_compress_ops_ok_total{page_size="2048"} 0 mysql_info_schema_innodb_cmp_compress_ops_ok_total{page_size="4096"} 0 mysql_info_schema_innodb_cmp_compress_ops_ok_total{page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmp_compress_ops_total Number of times a B-tree page of the size PAGE_SIZE has been compressed. # TYPE mysql_info_schema_innodb_cmp_compress_ops_total counter mysql_info_schema_innodb_cmp_compress_ops_total{page_size="1024"} 0 mysql_info_schema_innodb_cmp_compress_ops_total{page_size="16384"} 0 mysql_info_schema_innodb_cmp_compress_ops_total{page_size="2048"} 0 mysql_info_schema_innodb_cmp_compress_ops_total{page_size="4096"} 0 mysql_info_schema_innodb_cmp_compress_ops_total{page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmp_compress_time_seconds_total Total time in seconds spent in attempts to compress B-tree pages. # TYPE mysql_info_schema_innodb_cmp_compress_time_seconds_total counter mysql_info_schema_innodb_cmp_compress_time_seconds_total{page_size="1024"} 0 mysql_info_schema_innodb_cmp_compress_time_seconds_total{page_size="16384"} 0 mysql_info_schema_innodb_cmp_compress_time_seconds_total{page_size="2048"} 0 mysql_info_schema_innodb_cmp_compress_time_seconds_total{page_size="4096"} 0 mysql_info_schema_innodb_cmp_compress_time_seconds_total{page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmp_uncompress_ops_total Number of times a B-tree page of the size PAGE_SIZE has been uncompressed. # TYPE mysql_info_schema_innodb_cmp_uncompress_ops_total counter mysql_info_schema_innodb_cmp_uncompress_ops_total{page_size="1024"} 0 mysql_info_schema_innodb_cmp_uncompress_ops_total{page_size="16384"} 0 mysql_info_schema_innodb_cmp_uncompress_ops_total{page_size="2048"} 0 mysql_info_schema_innodb_cmp_uncompress_ops_total{page_size="4096"} 0 mysql_info_schema_innodb_cmp_uncompress_ops_total{page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmp_uncompress_time_seconds_total Total time in seconds spent in uncompressing B-tree pages. # TYPE mysql_info_schema_innodb_cmp_uncompress_time_seconds_total counter mysql_info_schema_innodb_cmp_uncompress_time_seconds_total{page_size="1024"} 0 mysql_info_schema_innodb_cmp_uncompress_time_seconds_total{page_size="16384"} 0 mysql_info_schema_innodb_cmp_uncompress_time_seconds_total{page_size="2048"} 0 mysql_info_schema_innodb_cmp_uncompress_time_seconds_total{page_size="4096"} 0 mysql_info_schema_innodb_cmp_uncompress_time_seconds_total{page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmpmem_pages_free_total Number of blocks of the size PAGE_SIZE that are currently available for allocation. # TYPE mysql_info_schema_innodb_cmpmem_pages_free_total counter mysql_info_schema_innodb_cmpmem_pages_free_total{buffer_pool="0",page_size="1024"} 0 mysql_info_schema_innodb_cmpmem_pages_free_total{buffer_pool="0",page_size="16384"} 0 mysql_info_schema_innodb_cmpmem_pages_free_total{buffer_pool="0",page_size="2048"} 0 mysql_info_schema_innodb_cmpmem_pages_free_total{buffer_pool="0",page_size="4096"} 0 mysql_info_schema_innodb_cmpmem_pages_free_total{buffer_pool="0",page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmpmem_pages_used_total Number of blocks of the size PAGE_SIZE that are currently in use. # TYPE mysql_info_schema_innodb_cmpmem_pages_used_total counter mysql_info_schema_innodb_cmpmem_pages_used_total{buffer_pool="0",page_size="1024"} 0 mysql_info_schema_innodb_cmpmem_pages_used_total{buffer_pool="0",page_size="16384"} 0 mysql_info_schema_innodb_cmpmem_pages_used_total{buffer_pool="0",page_size="2048"} 0 mysql_info_schema_innodb_cmpmem_pages_used_total{buffer_pool="0",page_size="4096"} 0 mysql_info_schema_innodb_cmpmem_pages_used_total{buffer_pool="0",page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmpmem_relocation_ops_total Number of times a block of the size PAGE_SIZE has been relocated. # TYPE mysql_info_schema_innodb_cmpmem_relocation_ops_total counter mysql_info_schema_innodb_cmpmem_relocation_ops_total{buffer_pool="0",page_size="1024"} 0 mysql_info_schema_innodb_cmpmem_relocation_ops_total{buffer_pool="0",page_size="16384"} 0 mysql_info_schema_innodb_cmpmem_relocation_ops_total{buffer_pool="0",page_size="2048"} 0 mysql_info_schema_innodb_cmpmem_relocation_ops_total{buffer_pool="0",page_size="4096"} 0 mysql_info_schema_innodb_cmpmem_relocation_ops_total{buffer_pool="0",page_size="8192"} 0 # HELP mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total Total time in seconds spent in relocating blocks. # TYPE mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total counter mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total{buffer_pool="0",page_size="1024"} 0 mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total{buffer_pool="0",page_size="16384"} 0 mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total{buffer_pool="0",page_size="2048"} 0 mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total{buffer_pool="0",page_size="4096"} 0 mysql_info_schema_innodb_cmpmem_relocation_time_seconds_total{buffer_pool="0",page_size="8192"} 0 # HELP mysql_slave_status_auto_position Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_auto_position untyped mysql_slave_status_auto_position{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 1 # HELP mysql_slave_status_connect_retry Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_connect_retry untyped mysql_slave_status_connect_retry{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 60 # HELP mysql_slave_status_exec_master_log_pos Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_exec_master_log_pos untyped mysql_slave_status_exec_master_log_pos{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 9.3287246e+07 # HELP mysql_slave_status_get_master_public_key Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_get_master_public_key untyped mysql_slave_status_get_master_public_key{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 1 # HELP mysql_slave_status_last_errno Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_last_errno untyped mysql_slave_status_last_errno{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_last_io_errno Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_last_io_errno untyped mysql_slave_status_last_io_errno{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_last_sql_errno Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_last_sql_errno untyped mysql_slave_status_last_sql_errno{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_master_port Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_master_port untyped mysql_slave_status_master_port{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 10000 # HELP mysql_slave_status_master_retry_count Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_master_retry_count untyped mysql_slave_status_master_retry_count{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 86400 # HELP mysql_slave_status_master_server_id Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_master_server_id untyped mysql_slave_status_master_server_id{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 6 # HELP mysql_slave_status_master_ssl_allowed Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_master_ssl_allowed untyped mysql_slave_status_master_ssl_allowed{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_master_ssl_verify_server_cert Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_master_ssl_verify_server_cert untyped mysql_slave_status_master_ssl_verify_server_cert{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_read_master_log_pos Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_read_master_log_pos untyped mysql_slave_status_read_master_log_pos{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 9.3287246e+07 # HELP mysql_slave_status_relay_log_pos Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_relay_log_pos untyped mysql_slave_status_relay_log_pos{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 1.765949e+06 # HELP mysql_slave_status_relay_log_space Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_relay_log_space untyped mysql_slave_status_relay_log_space{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 9.3287808e+07 # HELP mysql_slave_status_seconds_behind_master Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_seconds_behind_master untyped mysql_slave_status_seconds_behind_master{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_skip_counter Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_skip_counter untyped mysql_slave_status_skip_counter{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_slave_io_running Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_slave_io_running untyped mysql_slave_status_slave_io_running{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 1 # HELP mysql_slave_status_slave_sql_running Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_slave_sql_running untyped mysql_slave_status_slave_sql_running{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 1 # HELP mysql_slave_status_sql_delay Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_sql_delay untyped mysql_slave_status_sql_delay{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_slave_status_until_log_pos Generic metric from SHOW SLAVE STATUS. # TYPE mysql_slave_status_until_log_pos untyped mysql_slave_status_until_log_pos{channel_name="",connection_name="",master_host="107.209.91.179",master_uuid="989ab548-398f-11ee-9761-ac1f6bb0e22f"} 0 # HELP mysql_transaction_isolation MySQL transaction isolation. # TYPE mysql_transaction_isolation gauge mysql_transaction_isolation{level="REPEATABLE-READ"} 1 # HELP mysql_up Whether the MySQL server is up. # TYPE mysql_up gauge mysql_up 1 # HELP mysql_version_info MySQL version and distribution. # TYPE mysql_version_info gauge mysql_version_info{innodb_version="8.0.44",version="8.0.44-0ubuntu0.22.04.1",version_comment="(Ubuntu)"} 1 # HELP mysqld_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which mysqld_exporter was built, and the goos and goarch for the build. # TYPE mysqld_exporter_build_info gauge mysqld_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.21.5",revision="cc349684494b5038ec5a52233bdca9eb9291e6f2",tags="unknown",version="0.15.1"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 85.62 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6908288e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76491406417e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.267867648e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 5266 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0