# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.534e-05 go_gc_duration_seconds{quantile="0.25"} 8.2571e-05 go_gc_duration_seconds{quantile="0.5"} 0.000153403 go_gc_duration_seconds{quantile="0.75"} 0.00024687 go_gc_duration_seconds{quantile="1"} 0.003916669 go_gc_duration_seconds_sum 572.689595014 go_gc_duration_seconds_count 1.8665e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.6"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.34544e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.834016411456e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 4244 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.4312168975e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.986544e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.34544e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1362304e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.448256e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 14910 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.0477568e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.581056e+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.7652626927915382e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.4312183885e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9600 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # 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. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 171840 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 228480 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.720284e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 950272 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 950272 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.1715984e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # 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.017038682 mysql_exporter_collector_duration_seconds{collector="collect.global_variables"} 0.010794515 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.innodb_cmp"} 0.000639141 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.innodb_cmpmem"} 0.000962877 mysql_exporter_collector_duration_seconds{collector="collect.info_schema.query_response_time"} 0.000855163 mysql_exporter_collector_duration_seconds{collector="collect.slave_status"} 0.018141001 mysql_exporter_collector_duration_seconds{collector="connection"} 0.001313025 # 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"} 0 mysql_exporter_collector_success{collector="collect.info_schema.innodb_cmpmem"} 0 mysql_exporter_collector_success{collector="collect.info_schema.query_response_time"} 1 mysql_exporter_collector_success{collector="collect.slave_status"} 0 # HELP mysql_galera_variables_info PXC/Galera variables information. # TYPE mysql_galera_variables_info gauge mysql_galera_variables_info{wsrep_cluster_name="my_wsrep_cluster"} 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 1009 # HELP mysql_global_status_aborted_connects Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aborted_connects untyped mysql_global_status_aborted_connects 11856 # HELP mysql_global_status_aborted_connects_preauth Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aborted_connects_preauth untyped mysql_global_status_aborted_connects_preauth 0 # HELP mysql_global_status_access_denied_errors Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_access_denied_errors untyped mysql_global_status_access_denied_errors 3.019511e+06 # HELP mysql_global_status_acl_column_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_column_grants untyped mysql_global_status_acl_column_grants 0 # HELP mysql_global_status_acl_database_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_database_grants untyped mysql_global_status_acl_database_grants 1 # HELP mysql_global_status_acl_function_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_function_grants untyped mysql_global_status_acl_function_grants 0 # HELP mysql_global_status_acl_package_body_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_package_body_grants untyped mysql_global_status_acl_package_body_grants 0 # HELP mysql_global_status_acl_package_spec_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_package_spec_grants untyped mysql_global_status_acl_package_spec_grants 0 # HELP mysql_global_status_acl_procedure_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_procedure_grants untyped mysql_global_status_acl_procedure_grants 0 # HELP mysql_global_status_acl_proxy_users Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_proxy_users untyped mysql_global_status_acl_proxy_users 2 # HELP mysql_global_status_acl_role_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_role_grants untyped mysql_global_status_acl_role_grants 0 # HELP mysql_global_status_acl_roles Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_roles untyped mysql_global_status_acl_roles 0 # HELP mysql_global_status_acl_table_grants Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_table_grants untyped mysql_global_status_acl_table_grants 1 # HELP mysql_global_status_acl_users Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_acl_users untyped mysql_global_status_acl_users 7 # HELP mysql_global_status_aria_pagecache_blocks_not_flushed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_blocks_not_flushed untyped mysql_global_status_aria_pagecache_blocks_not_flushed 0 # HELP mysql_global_status_aria_pagecache_blocks_unused Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_blocks_unused untyped mysql_global_status_aria_pagecache_blocks_unused 15635 # HELP mysql_global_status_aria_pagecache_blocks_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_blocks_used untyped mysql_global_status_aria_pagecache_blocks_used 588 # HELP mysql_global_status_aria_pagecache_read_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_read_requests untyped mysql_global_status_aria_pagecache_read_requests 862098 # HELP mysql_global_status_aria_pagecache_reads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_reads untyped mysql_global_status_aria_pagecache_reads 114983 # HELP mysql_global_status_aria_pagecache_write_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_write_requests untyped mysql_global_status_aria_pagecache_write_requests 237768 # HELP mysql_global_status_aria_pagecache_writes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_pagecache_writes untyped mysql_global_status_aria_pagecache_writes 237768 # HELP mysql_global_status_aria_transaction_log_syncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_aria_transaction_log_syncs untyped mysql_global_status_aria_transaction_log_syncs 184 # HELP mysql_global_status_binlog_bytes_written Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_bytes_written untyped mysql_global_status_binlog_bytes_written 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 0 # 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 0 # HELP mysql_global_status_binlog_commits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_commits untyped mysql_global_status_binlog_commits 0 # HELP mysql_global_status_binlog_disk_use Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_disk_use untyped mysql_global_status_binlog_disk_use 0 # HELP mysql_global_status_binlog_group_commit_trigger_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_group_commit_trigger_count untyped mysql_global_status_binlog_group_commit_trigger_count 0 # HELP mysql_global_status_binlog_group_commit_trigger_lock_wait Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_group_commit_trigger_lock_wait untyped mysql_global_status_binlog_group_commit_trigger_lock_wait 0 # HELP mysql_global_status_binlog_group_commit_trigger_timeout Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_group_commit_trigger_timeout untyped mysql_global_status_binlog_group_commit_trigger_timeout 0 # HELP mysql_global_status_binlog_group_commits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_group_commits untyped mysql_global_status_binlog_group_commits 0 # HELP mysql_global_status_binlog_gtid_index_hit Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_gtid_index_hit untyped mysql_global_status_binlog_gtid_index_hit 0 # HELP mysql_global_status_binlog_gtid_index_miss Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_gtid_index_miss untyped mysql_global_status_binlog_gtid_index_miss 0 # HELP mysql_global_status_binlog_snapshot_position Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_binlog_snapshot_position untyped mysql_global_status_binlog_snapshot_position 0 # 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 704 # 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"} 5.563608e+06 mysql_global_status_buffer_pool_page_changes_total{operation="lru_flushed"} 5.510216e+06 mysql_global_status_buffer_pool_page_changes_total{operation="lru_freed"} 8.57146043e+09 mysql_global_status_buffer_pool_page_changes_total{operation="made_not_young"} 9.6691868764e+10 mysql_global_status_buffer_pool_page_changes_total{operation="made_young"} 4.634158109e+09 mysql_global_status_buffer_pool_page_changes_total{operation="split"} 348708 # 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"} 648079 mysql_global_status_buffer_pool_pages{state="free"} 881 mysql_global_status_buffer_pool_pages{state="misc"} 0 mysql_global_status_buffer_pool_pages{state="old"} 239248 # HELP mysql_global_status_busy_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_busy_time untyped mysql_global_status_busy_time 0 # HELP mysql_global_status_bytes_received Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_bytes_received untyped mysql_global_status_bytes_received 3.1491293104e+10 # HELP mysql_global_status_bytes_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_bytes_sent untyped mysql_global_status_bytes_sent 1.08706225413e+12 # HELP mysql_global_status_column_compressions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_column_compressions untyped mysql_global_status_column_compressions 0 # HELP mysql_global_status_column_decompressions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_column_decompressions untyped mysql_global_status_column_decompressions 0 # 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"} 376880 mysql_global_status_commands_total{command="alter_db"} 0 mysql_global_status_commands_total{command="alter_db_upgrade"} 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_procedure"} 0 mysql_global_status_commands_total{command="alter_sequence"} 0 mysql_global_status_commands_total{command="alter_server"} 0 mysql_global_status_commands_total{command="alter_table"} 4 mysql_global_status_commands_total{command="alter_user"} 0 mysql_global_status_commands_total{command="analyze"} 3 mysql_global_status_commands_total{command="assign_to_keycache"} 0 mysql_global_status_commands_total{command="backup"} 0 mysql_global_status_commands_total{command="backup_lock"} 0 mysql_global_status_commands_total{command="begin"} 2.441339e+06 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"} 1.90404e+07 mysql_global_status_commands_total{command="change_master"} 0 mysql_global_status_commands_total{command="check"} 0 mysql_global_status_commands_total{command="checksum"} 0 mysql_global_status_commands_total{command="commit"} 2.441287e+06 mysql_global_status_commands_total{command="compound_sql"} 0 mysql_global_status_commands_total{command="create_db"} 0 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"} 4 mysql_global_status_commands_total{command="create_package"} 0 mysql_global_status_commands_total{command="create_package_body"} 0 mysql_global_status_commands_total{command="create_procedure"} 0 mysql_global_status_commands_total{command="create_role"} 0 mysql_global_status_commands_total{command="create_sequence"} 0 mysql_global_status_commands_total{command="create_server"} 0 mysql_global_status_commands_total{command="create_table"} 0 mysql_global_status_commands_total{command="create_temporary_table"} 0 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"} 113495 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_package"} 0 mysql_global_status_commands_total{command="drop_package_body"} 0 mysql_global_status_commands_total{command="drop_procedure"} 0 mysql_global_status_commands_total{command="drop_role"} 0 mysql_global_status_commands_total{command="drop_sequence"} 0 mysql_global_status_commands_total{command="drop_server"} 0 mysql_global_status_commands_total{command="drop_table"} 0 mysql_global_status_commands_total{command="drop_temporary_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_immediate"} 0 mysql_global_status_commands_total{command="execute_sql"} 0 mysql_global_status_commands_total{command="flush"} 0 mysql_global_status_commands_total{command="get_diagnostics"} 0 mysql_global_status_commands_total{command="grant"} 0 mysql_global_status_commands_total{command="grant_role"} 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="insert"} 7.234271e+06 mysql_global_status_commands_total{command="insert_select"} 0 mysql_global_status_commands_total{command="install_plugin"} 0 mysql_global_status_commands_total{command="kill"} 2 mysql_global_status_commands_total{command="load"} 0 mysql_global_status_commands_total{command="lock_tables"} 22 mysql_global_status_commands_total{command="optimize"} 1 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="reset"} 0 mysql_global_status_commands_total{command="resignal"} 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_role"} 0 mysql_global_status_commands_total{command="rollback"} 50 mysql_global_status_commands_total{command="rollback_to_savepoint"} 6 mysql_global_status_commands_total{command="savepoint"} 1.793015e+06 mysql_global_status_commands_total{command="select"} 1.01356843e+08 mysql_global_status_commands_total{command="set_option"} 1.9427046e+07 mysql_global_status_commands_total{command="show_analyze"} 0 mysql_global_status_commands_total{command="show_authors"} 0 mysql_global_status_commands_total{command="show_binlog_events"} 0 mysql_global_status_commands_total{command="show_binlog_status"} 298 mysql_global_status_commands_total{command="show_binlogs"} 17 mysql_global_status_commands_total{command="show_charsets"} 0 mysql_global_status_commands_total{command="show_collations"} 0 mysql_global_status_commands_total{command="show_contributors"} 0 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_package"} 0 mysql_global_status_commands_total{command="show_create_package_body"} 0 mysql_global_status_commands_total{command="show_create_proc"} 0 mysql_global_status_commands_total{command="show_create_table"} 1824 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"} 2 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_explain"} 0 mysql_global_status_commands_total{command="show_fields"} 3525 mysql_global_status_commands_total{command="show_function_status"} 0 mysql_global_status_commands_total{command="show_generic"} 0 mysql_global_status_commands_total{command="show_grants"} 18 mysql_global_status_commands_total{command="show_keys"} 3079 mysql_global_status_commands_total{command="show_open_tables"} 0 mysql_global_status_commands_total{command="show_package_body_status"} 0 mysql_global_status_commands_total{command="show_package_status"} 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_status"} 0 mysql_global_status_commands_total{command="show_processlist"} 213 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_slave_hosts"} 0 mysql_global_status_commands_total{command="show_slave_status"} 2.261573e+06 mysql_global_status_commands_total{command="show_status"} 377131 mysql_global_status_commands_total{command="show_storage_engines"} 41 mysql_global_status_commands_total{command="show_table_status"} 2 mysql_global_status_commands_total{command="show_tables"} 3826 mysql_global_status_commands_total{command="show_triggers"} 0 mysql_global_status_commands_total{command="show_variables"} 377783 mysql_global_status_commands_total{command="show_warnings"} 149 mysql_global_status_commands_total{command="shutdown"} 0 mysql_global_status_commands_total{command="signal"} 0 mysql_global_status_commands_total{command="start_all_slaves"} 0 mysql_global_status_commands_total{command="start_slave"} 0 mysql_global_status_commands_total{command="stmt_close"} 1.17440272e+08 mysql_global_status_commands_total{command="stmt_execute"} 1.17440289e+08 mysql_global_status_commands_total{command="stmt_fetch"} 0 mysql_global_status_commands_total{command="stmt_prepare"} 1.17440295e+08 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="stop_all_slaves"} 0 mysql_global_status_commands_total{command="stop_slave"} 0 mysql_global_status_commands_total{command="truncate"} 0 mysql_global_status_commands_total{command="uninstall_plugin"} 0 mysql_global_status_commands_total{command="unlock_tables"} 22 mysql_global_status_commands_total{command="update"} 9.890784e+06 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_compression Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_compression untyped mysql_global_status_compression 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"} 1657 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 1.9428282e+07 # HELP mysql_global_status_cpu_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_cpu_time untyped mysql_global_status_cpu_time 0 # 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 115013 # 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 20 # 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 2.3536406e+07 # 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_delete_scan Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_delete_scan untyped mysql_global_status_delete_scan 49 # HELP mysql_global_status_empty_queries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_empty_queries untyped mysql_global_status_empty_queries 3.684169e+06 # HELP mysql_global_status_executed_events Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_executed_events untyped mysql_global_status_executed_events 0 # HELP mysql_global_status_executed_triggers Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_executed_triggers untyped mysql_global_status_executed_triggers 0 # HELP mysql_global_status_feature_application_time_periods Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_application_time_periods untyped mysql_global_status_feature_application_time_periods 0 # HELP mysql_global_status_feature_check_constraint Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_check_constraint untyped mysql_global_status_feature_check_constraint 35 # HELP mysql_global_status_feature_custom_aggregate_functions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_custom_aggregate_functions untyped mysql_global_status_feature_custom_aggregate_functions 0 # HELP mysql_global_status_feature_delay_key_write Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_delay_key_write untyped mysql_global_status_feature_delay_key_write 0 # HELP mysql_global_status_feature_dynamic_columns Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_dynamic_columns untyped mysql_global_status_feature_dynamic_columns 0 # HELP mysql_global_status_feature_fulltext Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_fulltext untyped mysql_global_status_feature_fulltext 0 # HELP mysql_global_status_feature_gis Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_gis untyped mysql_global_status_feature_gis 0 # HELP mysql_global_status_feature_insert_returning Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_insert_returning untyped mysql_global_status_feature_insert_returning 0 # HELP mysql_global_status_feature_into_outfile Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_into_outfile untyped mysql_global_status_feature_into_outfile 0 # HELP mysql_global_status_feature_into_variable Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_into_variable untyped mysql_global_status_feature_into_variable 0 # HELP mysql_global_status_feature_invisible_columns Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_invisible_columns untyped mysql_global_status_feature_invisible_columns 0 # HELP mysql_global_status_feature_json Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_json untyped mysql_global_status_feature_json 1.9049481e+07 # HELP mysql_global_status_feature_locale Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_locale untyped mysql_global_status_feature_locale 1381 # HELP mysql_global_status_feature_subquery Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_subquery untyped mysql_global_status_feature_subquery 4.8842178e+07 # HELP mysql_global_status_feature_system_versioning Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_system_versioning untyped mysql_global_status_feature_system_versioning 0 # HELP mysql_global_status_feature_timezone Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_timezone untyped mysql_global_status_feature_timezone 24 # HELP mysql_global_status_feature_trigger Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_trigger untyped mysql_global_status_feature_trigger 0 # HELP mysql_global_status_feature_window_functions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_window_functions untyped mysql_global_status_feature_window_functions 0 # HELP mysql_global_status_feature_xml Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_feature_xml untyped mysql_global_status_feature_xml 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.00851807e+08 mysql_global_status_handlers_total{handler="delete"} 983831 mysql_global_status_handlers_total{handler="discover"} 0 mysql_global_status_handlers_total{handler="external_lock"} 0 mysql_global_status_handlers_total{handler="icp_attempts"} 5.25287446e+08 mysql_global_status_handlers_total{handler="icp_match"} 7.471763e+07 mysql_global_status_handlers_total{handler="mrr_init"} 0 mysql_global_status_handlers_total{handler="mrr_key_refills"} 0 mysql_global_status_handlers_total{handler="mrr_rowid_refills"} 0 mysql_global_status_handlers_total{handler="prepare"} 0 mysql_global_status_handlers_total{handler="read_first"} 33912 mysql_global_status_handlers_total{handler="read_key"} 5.26563208e+08 mysql_global_status_handlers_total{handler="read_last"} 918968 mysql_global_status_handlers_total{handler="read_next"} 6.2941305248e+10 mysql_global_status_handlers_total{handler="read_prev"} 6.6731974305e+10 mysql_global_status_handlers_total{handler="read_retry"} 0 mysql_global_status_handlers_total{handler="read_rnd"} 4.357048e+06 mysql_global_status_handlers_total{handler="read_rnd_deleted"} 100 mysql_global_status_handlers_total{handler="read_rnd_next"} 1.18772843006e+11 mysql_global_status_handlers_total{handler="rollback"} 106 mysql_global_status_handlers_total{handler="savepoint"} 1.793015e+06 mysql_global_status_handlers_total{handler="savepoint_rollback"} 6 mysql_global_status_handlers_total{handler="tmp_delete"} 0 mysql_global_status_handlers_total{handler="tmp_update"} 2.8204457e+07 mysql_global_status_handlers_total{handler="tmp_write"} 7.98112232e+08 mysql_global_status_handlers_total{handler="update"} 1.0222889e+07 mysql_global_status_handlers_total{handler="write"} 7.238583e+06 # HELP mysql_global_status_innodb_adaptive_hash_hash_searches Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_adaptive_hash_hash_searches untyped mysql_global_status_innodb_adaptive_hash_hash_searches 0 # HELP mysql_global_status_innodb_adaptive_hash_non_hash_searches Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_adaptive_hash_non_hash_searches untyped mysql_global_status_innodb_adaptive_hash_non_hash_searches 0 # HELP mysql_global_status_innodb_async_reads_pending Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_pending untyped mysql_global_status_innodb_async_reads_pending 0 # HELP mysql_global_status_innodb_async_reads_queue_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_queue_size untyped mysql_global_status_innodb_async_reads_queue_size 0 # HELP mysql_global_status_innodb_async_reads_tasks_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_tasks_running untyped mysql_global_status_innodb_async_reads_tasks_running 0 # HELP mysql_global_status_innodb_async_reads_total_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_total_count untyped mysql_global_status_innodb_async_reads_total_count 1.605953398e+09 # HELP mysql_global_status_innodb_async_reads_total_enqueues Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_total_enqueues untyped mysql_global_status_innodb_async_reads_total_enqueues 1.526931718e+09 # HELP mysql_global_status_innodb_async_reads_wait_slot_sec Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_reads_wait_slot_sec untyped mysql_global_status_innodb_async_reads_wait_slot_sec 2.623467 # HELP mysql_global_status_innodb_async_writes_pending Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_pending untyped mysql_global_status_innodb_async_writes_pending 0 # HELP mysql_global_status_innodb_async_writes_queue_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_queue_size untyped mysql_global_status_innodb_async_writes_queue_size 0 # HELP mysql_global_status_innodb_async_writes_tasks_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_tasks_running untyped mysql_global_status_innodb_async_writes_tasks_running 0 # HELP mysql_global_status_innodb_async_writes_total_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_total_count untyped mysql_global_status_innodb_async_writes_total_count 1.515255e+07 # HELP mysql_global_status_innodb_async_writes_total_enqueues Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_total_enqueues untyped mysql_global_status_innodb_async_writes_total_enqueues 2.296599e+06 # HELP mysql_global_status_innodb_async_writes_wait_slot_sec Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_async_writes_wait_slot_sec untyped mysql_global_status_innodb_async_writes_wait_slot_sec 1.601098 # HELP mysql_global_status_innodb_available_undo_logs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_available_undo_logs untyped mysql_global_status_innodb_available_undo_logs 128 # HELP mysql_global_status_innodb_background_log_sync Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_background_log_sync untyped mysql_global_status_innodb_background_log_sync 1.884258e+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.0618126336e+10 # 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 1.1534336e+07 # HELP mysql_global_status_innodb_buffer_pool_load_incomplete Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_buffer_pool_load_incomplete untyped mysql_global_status_innodb_buffer_pool_load_incomplete 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 8.02820027e+08 # 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 1165 # 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 2.50333150006e+11 # 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 8.576147393e+09 # 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 0 # 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.42425543e+08 # HELP mysql_global_status_innodb_bulk_operations Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_bulk_operations untyped mysql_global_status_innodb_bulk_operations 1 # HELP mysql_global_status_innodb_checkpoint_age Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_checkpoint_age untyped mysql_global_status_innodb_checkpoint_age 4.3341962e+07 # HELP mysql_global_status_innodb_checkpoint_max_age Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_checkpoint_max_age untyped mysql_global_status_innodb_checkpoint_max_age 8.69013136e+08 # 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.7219311e+07 # 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 2 # 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 1.40508914008064e+14 # 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 8.576145276e+09 # 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 1.8476955e+07 # 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.75462465536e+11 # 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 5.145771e+06 # 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 2.012667e+06 # HELP mysql_global_status_innodb_deadlocks Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_deadlocks untyped mysql_global_status_innodb_deadlocks 9 # HELP mysql_global_status_innodb_encryption_n_merge_blocks_decrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_merge_blocks_decrypted untyped mysql_global_status_innodb_encryption_n_merge_blocks_decrypted 0 # HELP mysql_global_status_innodb_encryption_n_merge_blocks_encrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_merge_blocks_encrypted untyped mysql_global_status_innodb_encryption_n_merge_blocks_encrypted 0 # HELP mysql_global_status_innodb_encryption_n_rowlog_blocks_decrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_rowlog_blocks_decrypted untyped mysql_global_status_innodb_encryption_n_rowlog_blocks_decrypted 0 # HELP mysql_global_status_innodb_encryption_n_rowlog_blocks_encrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_rowlog_blocks_encrypted untyped mysql_global_status_innodb_encryption_n_rowlog_blocks_encrypted 0 # HELP mysql_global_status_innodb_encryption_n_temp_blocks_decrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_temp_blocks_decrypted untyped mysql_global_status_innodb_encryption_n_temp_blocks_decrypted 0 # HELP mysql_global_status_innodb_encryption_n_temp_blocks_encrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_n_temp_blocks_encrypted untyped mysql_global_status_innodb_encryption_n_temp_blocks_encrypted 0 # HELP mysql_global_status_innodb_encryption_num_key_requests Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_num_key_requests untyped mysql_global_status_innodb_encryption_num_key_requests 0 # HELP mysql_global_status_innodb_encryption_rotation_estimated_iops Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_rotation_estimated_iops untyped mysql_global_status_innodb_encryption_rotation_estimated_iops 0 # HELP mysql_global_status_innodb_encryption_rotation_pages_flushed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_rotation_pages_flushed untyped mysql_global_status_innodb_encryption_rotation_pages_flushed 0 # HELP mysql_global_status_innodb_encryption_rotation_pages_modified Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_rotation_pages_modified untyped mysql_global_status_innodb_encryption_rotation_pages_modified 0 # HELP mysql_global_status_innodb_encryption_rotation_pages_read_from_cache Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_rotation_pages_read_from_cache untyped mysql_global_status_innodb_encryption_rotation_pages_read_from_cache 0 # HELP mysql_global_status_innodb_encryption_rotation_pages_read_from_disk Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_encryption_rotation_pages_read_from_disk untyped mysql_global_status_innodb_encryption_rotation_pages_read_from_disk 0 # HELP mysql_global_status_innodb_have_bzip2 Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_bzip2 untyped mysql_global_status_innodb_have_bzip2 0 # HELP mysql_global_status_innodb_have_lz4 Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_lz4 untyped mysql_global_status_innodb_have_lz4 0 # HELP mysql_global_status_innodb_have_lzma Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_lzma untyped mysql_global_status_innodb_have_lzma 0 # HELP mysql_global_status_innodb_have_lzo Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_lzo untyped mysql_global_status_innodb_have_lzo 0 # HELP mysql_global_status_innodb_have_punch_hole Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_punch_hole untyped mysql_global_status_innodb_have_punch_hole 1 # HELP mysql_global_status_innodb_have_snappy Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_have_snappy untyped mysql_global_status_innodb_have_snappy 0 # HELP mysql_global_status_innodb_history_list_length Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_history_list_length untyped mysql_global_status_innodb_history_list_length 881 # HELP mysql_global_status_innodb_instant_alter_column Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_instant_alter_column untyped mysql_global_status_innodb_instant_alter_column 3 # 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 9.9840223e+07 # 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 1.0888453e+07 # HELP mysql_global_status_innodb_lsn_current Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_lsn_current untyped mysql_global_status_innodb_lsn_current 1.67531415077e+11 # HELP mysql_global_status_innodb_lsn_flushed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_lsn_flushed untyped mysql_global_status_innodb_lsn_flushed 1.67531415077e+11 # HELP mysql_global_status_innodb_lsn_last_checkpoint Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_lsn_last_checkpoint untyped mysql_global_status_innodb_lsn_last_checkpoint 1.67488073115e+11 # HELP mysql_global_status_innodb_master_thread_active_loops Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_master_thread_active_loops untyped mysql_global_status_innodb_master_thread_active_loops 38 # HELP mysql_global_status_innodb_master_thread_idle_loops Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_master_thread_idle_loops untyped mysql_global_status_innodb_master_thread_idle_loops 1.884243e+06 # HELP mysql_global_status_innodb_max_trx_id Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_max_trx_id untyped mysql_global_status_innodb_max_trx_id 2.17257542e+08 # HELP mysql_global_status_innodb_mem_adaptive_hash Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_mem_adaptive_hash untyped mysql_global_status_innodb_mem_adaptive_hash 0 # HELP mysql_global_status_innodb_mem_dictionary Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_mem_dictionary untyped mysql_global_status_innodb_mem_dictionary 6.3913944e+07 # 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 76 # HELP mysql_global_status_innodb_num_page_compressed_trim_op Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_page_compressed_trim_op untyped mysql_global_status_innodb_num_page_compressed_trim_op 0 # HELP mysql_global_status_innodb_num_pages_decrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_pages_decrypted untyped mysql_global_status_innodb_num_pages_decrypted 0 # HELP mysql_global_status_innodb_num_pages_encrypted Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_pages_encrypted untyped mysql_global_status_innodb_num_pages_encrypted 0 # HELP mysql_global_status_innodb_num_pages_page_compressed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_pages_page_compressed untyped mysql_global_status_innodb_num_pages_page_compressed 0 # HELP mysql_global_status_innodb_num_pages_page_compression_error Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_pages_page_compression_error untyped mysql_global_status_innodb_num_pages_page_compression_error 0 # HELP mysql_global_status_innodb_num_pages_page_decompressed Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_num_pages_page_decompressed untyped mysql_global_status_innodb_num_pages_page_decompressed 0 # HELP mysql_global_status_innodb_onlineddl_pct_progress Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_onlineddl_pct_progress untyped mysql_global_status_innodb_onlineddl_pct_progress 0 # HELP mysql_global_status_innodb_onlineddl_rowlog_pct_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_onlineddl_rowlog_pct_used untyped mysql_global_status_innodb_onlineddl_rowlog_pct_used 0 # HELP mysql_global_status_innodb_onlineddl_rowlog_rows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_onlineddl_rowlog_rows untyped mysql_global_status_innodb_onlineddl_rowlog_rows 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.5938379681e+10 # HELP mysql_global_status_innodb_page_compression_saved Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_page_compression_saved untyped mysql_global_status_innodb_page_compression_saved 0 # 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 949617 # 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 8.576147393e+09 # 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 5.563608e+06 # 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 159788 # 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 4 # 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 3616 # 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 37917 # 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_truncations Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_innodb_undo_truncations untyped mysql_global_status_innodb_undo_truncations 0 # 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 107163 # 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_blocks_warm Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_key_blocks_warm untyped mysql_global_status_key_blocks_warm 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_last_query_cost Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_last_query_cost untyped mysql_global_status_last_query_cost 0 # HELP mysql_global_status_master_gtid_wait_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_master_gtid_wait_count untyped mysql_global_status_master_gtid_wait_count 0 # HELP mysql_global_status_master_gtid_wait_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_master_gtid_wait_time untyped mysql_global_status_master_gtid_wait_time 0 # HELP mysql_global_status_master_gtid_wait_timeouts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_master_gtid_wait_timeouts untyped mysql_global_status_master_gtid_wait_timeouts 0 # HELP mysql_global_status_max_statement_time_exceeded Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_statement_time_exceeded untyped mysql_global_status_max_statement_time_exceeded 0 # HELP mysql_global_status_max_tmp_space_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_max_tmp_space_used untyped mysql_global_status_max_tmp_space_used 4.718592e+06 # 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 152 # 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.763473988e+09 # HELP mysql_global_status_memory_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_memory_used untyped mysql_global_status_memory_used 1.1078566256e+10 # HELP mysql_global_status_memory_used_initial Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_memory_used_initial untyped mysql_global_status_memory_used_initial 1.104617112e+10 # 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_open_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_files untyped mysql_global_status_open_files 32 # HELP mysql_global_status_open_streams Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_streams untyped mysql_global_status_open_streams 4 # 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 89 # HELP mysql_global_status_open_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_open_tables untyped mysql_global_status_open_tables 527 # HELP mysql_global_status_opened_files Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_files untyped mysql_global_status_opened_files 460260 # HELP mysql_global_status_opened_plugin_libraries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_plugin_libraries untyped mysql_global_status_opened_plugin_libraries 0 # 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 100 # HELP mysql_global_status_opened_tables Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_tables untyped mysql_global_status_opened_tables 688 # HELP mysql_global_status_opened_views Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_opened_views untyped mysql_global_status_opened_views 0 # HELP mysql_global_status_optimizer_join_prefixes_check_calls Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_optimizer_join_prefixes_check_calls untyped mysql_global_status_optimizer_join_prefixes_check_calls 6.4586883e+07 # 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_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 2 # HELP mysql_global_status_qcache_free_blocks Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_free_blocks untyped mysql_global_status_qcache_free_blocks 1 # HELP mysql_global_status_qcache_free_memory Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_free_memory untyped mysql_global_status_qcache_free_memory 1.031272e+06 # HELP mysql_global_status_qcache_hits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_hits untyped mysql_global_status_qcache_hits 0 # HELP mysql_global_status_qcache_inserts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_inserts untyped mysql_global_status_qcache_inserts 0 # HELP mysql_global_status_qcache_lowmem_prunes Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_lowmem_prunes untyped mysql_global_status_qcache_lowmem_prunes 0 # HELP mysql_global_status_qcache_not_cached Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_not_cached untyped mysql_global_status_qcache_not_cached 0 # HELP mysql_global_status_qcache_queries_in_cache Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_queries_in_cache untyped mysql_global_status_qcache_queries_in_cache 0 # HELP mysql_global_status_qcache_total_blocks Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_qcache_total_blocks untyped mysql_global_status_qcache_total_blocks 1 # HELP mysql_global_status_queries Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_queries untyped mysql_global_status_queries 4.23703839e+08 # HELP mysql_global_status_questions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_questions untyped mysql_global_status_questions 1.88823273e+08 # HELP mysql_global_status_resultset_metadata_skipped Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_resultset_metadata_skipped untyped mysql_global_status_resultset_metadata_skipped 0 # HELP mysql_global_status_rows_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rows_read untyped mysql_global_status_rows_read 2.48144763757e+11 # HELP mysql_global_status_rows_sent Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rows_sent untyped mysql_global_status_rows_sent 2.082890034e+09 # HELP mysql_global_status_rows_tmp_read Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rows_tmp_read untyped mysql_global_status_rows_tmp_read 5.16257635e+08 # HELP mysql_global_status_rpl_semi_sync_master_clients Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_clients untyped mysql_global_status_rpl_semi_sync_master_clients 0 # HELP mysql_global_status_rpl_semi_sync_master_get_ack Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_get_ack untyped mysql_global_status_rpl_semi_sync_master_get_ack 0 # HELP mysql_global_status_rpl_semi_sync_master_net_avg_wait_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_net_avg_wait_time untyped mysql_global_status_rpl_semi_sync_master_net_avg_wait_time 0 # HELP mysql_global_status_rpl_semi_sync_master_net_wait_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_net_wait_time untyped mysql_global_status_rpl_semi_sync_master_net_wait_time 0 # HELP mysql_global_status_rpl_semi_sync_master_net_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_net_waits untyped mysql_global_status_rpl_semi_sync_master_net_waits 0 # HELP mysql_global_status_rpl_semi_sync_master_no_times Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_no_times untyped mysql_global_status_rpl_semi_sync_master_no_times 0 # HELP mysql_global_status_rpl_semi_sync_master_no_tx Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_no_tx untyped mysql_global_status_rpl_semi_sync_master_no_tx 0 # HELP mysql_global_status_rpl_semi_sync_master_request_ack Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_request_ack untyped mysql_global_status_rpl_semi_sync_master_request_ack 0 # HELP mysql_global_status_rpl_semi_sync_master_status Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_status untyped mysql_global_status_rpl_semi_sync_master_status 0 # HELP mysql_global_status_rpl_semi_sync_master_timefunc_failures Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_timefunc_failures untyped mysql_global_status_rpl_semi_sync_master_timefunc_failures 0 # HELP mysql_global_status_rpl_semi_sync_master_tx_avg_wait_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_tx_avg_wait_time untyped mysql_global_status_rpl_semi_sync_master_tx_avg_wait_time 0 # HELP mysql_global_status_rpl_semi_sync_master_tx_wait_time Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_tx_wait_time untyped mysql_global_status_rpl_semi_sync_master_tx_wait_time 0 # HELP mysql_global_status_rpl_semi_sync_master_tx_waits Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_tx_waits untyped mysql_global_status_rpl_semi_sync_master_tx_waits 0 # HELP mysql_global_status_rpl_semi_sync_master_wait_pos_backtraverse Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_wait_pos_backtraverse untyped mysql_global_status_rpl_semi_sync_master_wait_pos_backtraverse 0 # HELP mysql_global_status_rpl_semi_sync_master_wait_sessions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_wait_sessions untyped mysql_global_status_rpl_semi_sync_master_wait_sessions 0 # HELP mysql_global_status_rpl_semi_sync_master_yes_tx Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_master_yes_tx untyped mysql_global_status_rpl_semi_sync_master_yes_tx 0 # HELP mysql_global_status_rpl_semi_sync_slave_send_ack Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_slave_send_ack untyped mysql_global_status_rpl_semi_sync_slave_send_ack 0 # HELP mysql_global_status_rpl_semi_sync_slave_status Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_semi_sync_slave_status untyped mysql_global_status_rpl_semi_sync_slave_status 0 # HELP mysql_global_status_rpl_transactions_multi_engine Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_rpl_transactions_multi_engine untyped mysql_global_status_rpl_transactions_multi_engine 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.629081e+06 # 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 1 # HELP mysql_global_status_select_range Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_select_range untyped mysql_global_status_select_range 451604 # 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 4.3554958e+07 # HELP mysql_global_status_slave_connections Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_connections untyped mysql_global_status_slave_connections 0 # HELP mysql_global_status_slave_heartbeat_period Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_heartbeat_period untyped mysql_global_status_slave_heartbeat_period 0 # 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_slave_received_heartbeats Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_received_heartbeats untyped mysql_global_status_slave_received_heartbeats 0 # HELP mysql_global_status_slave_retried_transactions Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_retried_transactions untyped mysql_global_status_slave_retried_transactions 0 # HELP mysql_global_status_slave_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_running untyped mysql_global_status_slave_running 0 # HELP mysql_global_status_slave_skipped_errors Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slave_skipped_errors untyped mysql_global_status_slave_skipped_errors 0 # HELP mysql_global_status_slaves_connected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slaves_connected untyped mysql_global_status_slaves_connected 0 # HELP mysql_global_status_slaves_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_slaves_running untyped mysql_global_status_slaves_running 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 15566 # 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 0 # HELP mysql_global_status_sort_priority_queue_sorts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_priority_queue_sorts untyped mysql_global_status_sort_priority_queue_sorts 458481 # HELP mysql_global_status_sort_range Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_range untyped mysql_global_status_sort_range 356731 # HELP mysql_global_status_sort_rows Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_rows untyped mysql_global_status_sort_rows 4.35359e+06 # HELP mysql_global_status_sort_scan Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_sort_scan untyped mysql_global_status_sort_scan 118167 # 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 33 # 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 33 # 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_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_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_subquery_cache_hit Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_subquery_cache_hit untyped mysql_global_status_subquery_cache_hit 1.9122547e+07 # HELP mysql_global_status_subquery_cache_miss Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_subquery_cache_miss untyped mysql_global_status_subquery_cache_miss 2.87218934e+08 # HELP mysql_global_status_syncs Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_syncs untyped mysql_global_status_syncs 468 # 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 358 # 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_active_instances Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_table_open_cache_active_instances untyped mysql_global_status_table_open_cache_active_instances 1 # 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 2.05803033e+08 # 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 1503 # 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 4096 # 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_threadpool_idle_threads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threadpool_idle_threads untyped mysql_global_status_threadpool_idle_threads 0 # HELP mysql_global_status_threadpool_threads Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threadpool_threads untyped mysql_global_status_threadpool_threads 0 # HELP mysql_global_status_threads_cached Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_cached untyped mysql_global_status_threads_cached 87 # HELP mysql_global_status_threads_connected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_connected untyped mysql_global_status_threads_connected 34 # HELP mysql_global_status_threads_created Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_created untyped mysql_global_status_threads_created 196 # HELP mysql_global_status_threads_running Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_threads_running untyped mysql_global_status_threads_running 4 # HELP mysql_global_status_tmp_space_used Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_tmp_space_used untyped mysql_global_status_tmp_space_used 0 # HELP mysql_global_status_transactions_gtid_foreign_engine Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_transactions_gtid_foreign_engine untyped mysql_global_status_transactions_gtid_foreign_engine 0 # HELP mysql_global_status_transactions_multi_engine Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_transactions_multi_engine untyped mysql_global_status_transactions_multi_engine 0 # HELP mysql_global_status_update_scan Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_update_scan untyped mysql_global_status_update_scan 199 # HELP mysql_global_status_uptime Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_uptime untyped mysql_global_status_uptime 1.885044e+06 # 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 1.885044e+06 # HELP mysql_global_status_wsrep Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep untyped mysql_global_status_wsrep 0 # HELP mysql_global_status_wsrep_applier_thread_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_applier_thread_count untyped mysql_global_status_wsrep_applier_thread_count 0 # HELP mysql_global_status_wsrep_cluster_conf_id Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_cluster_conf_id untyped mysql_global_status_wsrep_cluster_conf_id -1 # HELP mysql_global_status_wsrep_cluster_size Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_cluster_size untyped mysql_global_status_wsrep_cluster_size 0 # HELP mysql_global_status_wsrep_cluster_status Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_cluster_status untyped mysql_global_status_wsrep_cluster_status 0 # HELP mysql_global_status_wsrep_connected Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_connected untyped mysql_global_status_wsrep_connected 0 # HELP mysql_global_status_wsrep_local_bf_aborts Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_local_bf_aborts untyped mysql_global_status_wsrep_local_bf_aborts 0 # HELP mysql_global_status_wsrep_local_index Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_local_index untyped mysql_global_status_wsrep_local_index 1.8446744073709552e+19 # HELP mysql_global_status_wsrep_ready Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_ready untyped mysql_global_status_wsrep_ready 0 # HELP mysql_global_status_wsrep_rollbacker_thread_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_rollbacker_thread_count untyped mysql_global_status_wsrep_rollbacker_thread_count 0 # HELP mysql_global_status_wsrep_thread_count Generic metric from SHOW GLOBAL STATUS. # TYPE mysql_global_status_wsrep_thread_count untyped mysql_global_status_wsrep_thread_count 0 # HELP mysql_global_variables_allow_suspicious_udfs Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_allow_suspicious_udfs gauge mysql_global_variables_allow_suspicious_udfs 0 # HELP mysql_global_variables_analyze_sample_percentage Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_analyze_sample_percentage gauge mysql_global_variables_analyze_sample_percentage 100 # HELP mysql_global_variables_aria_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_block_size gauge mysql_global_variables_aria_block_size 8192 # HELP mysql_global_variables_aria_checkpoint_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_checkpoint_interval gauge mysql_global_variables_aria_checkpoint_interval 30 # HELP mysql_global_variables_aria_checkpoint_log_activity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_checkpoint_log_activity gauge mysql_global_variables_aria_checkpoint_log_activity 1.048576e+06 # HELP mysql_global_variables_aria_encrypt_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_encrypt_tables gauge mysql_global_variables_aria_encrypt_tables 0 # HELP mysql_global_variables_aria_force_start_after_recovery_failures Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_force_start_after_recovery_failures gauge mysql_global_variables_aria_force_start_after_recovery_failures 0 # HELP mysql_global_variables_aria_group_commit_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_group_commit_interval gauge mysql_global_variables_aria_group_commit_interval 0 # HELP mysql_global_variables_aria_log_file_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_log_file_size gauge mysql_global_variables_aria_log_file_size 1.073741824e+09 # HELP mysql_global_variables_aria_max_sort_file_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_max_sort_file_size gauge mysql_global_variables_aria_max_sort_file_size 9.223372036853727e+18 # HELP mysql_global_variables_aria_page_checksum Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_page_checksum gauge mysql_global_variables_aria_page_checksum 1 # HELP mysql_global_variables_aria_pagecache_age_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_pagecache_age_threshold gauge mysql_global_variables_aria_pagecache_age_threshold 300 # HELP mysql_global_variables_aria_pagecache_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_pagecache_buffer_size gauge mysql_global_variables_aria_pagecache_buffer_size 1.34217728e+08 # HELP mysql_global_variables_aria_pagecache_division_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_pagecache_division_limit gauge mysql_global_variables_aria_pagecache_division_limit 100 # HELP mysql_global_variables_aria_pagecache_file_hash_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_pagecache_file_hash_size gauge mysql_global_variables_aria_pagecache_file_hash_size 512 # HELP mysql_global_variables_aria_repair_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_repair_threads gauge mysql_global_variables_aria_repair_threads 1 # HELP mysql_global_variables_aria_sort_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_sort_buffer_size gauge mysql_global_variables_aria_sort_buffer_size 2.68434432e+08 # HELP mysql_global_variables_aria_used_for_temp_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_aria_used_for_temp_tables gauge mysql_global_variables_aria_used_for_temp_tables 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_back_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_back_log gauge mysql_global_variables_back_log 80 # 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_alter_two_phase Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_alter_two_phase gauge mysql_global_variables_binlog_alter_two_phase 0 # HELP mysql_global_variables_binlog_annotate_row_events Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_annotate_row_events gauge mysql_global_variables_binlog_annotate_row_events 1 # 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_commit_wait_count Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_commit_wait_count gauge mysql_global_variables_binlog_commit_wait_count 0 # HELP mysql_global_variables_binlog_commit_wait_usec Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_commit_wait_usec gauge mysql_global_variables_binlog_commit_wait_usec 100000 # 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_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 864000 # HELP mysql_global_variables_binlog_file_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_file_cache_size gauge mysql_global_variables_binlog_file_cache_size 16384 # HELP mysql_global_variables_binlog_gtid_index Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_gtid_index gauge mysql_global_variables_binlog_gtid_index 1 # HELP mysql_global_variables_binlog_gtid_index_page_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_gtid_index_page_size gauge mysql_global_variables_binlog_gtid_index_page_size 4096 # HELP mysql_global_variables_binlog_gtid_index_span_min Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_gtid_index_span_min gauge mysql_global_variables_binlog_gtid_index_span_min 65536 # HELP mysql_global_variables_binlog_legacy_event_pos Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_legacy_event_pos gauge mysql_global_variables_binlog_legacy_event_pos 0 # HELP mysql_global_variables_binlog_optimize_thread_scheduling Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_optimize_thread_scheduling gauge mysql_global_variables_binlog_optimize_thread_scheduling 1 # 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_space_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_binlog_space_limit gauge mysql_global_variables_binlog_space_limit 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_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_check_constraint_checks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_check_constraint_checks gauge mysql_global_variables_check_constraint_checks 1 # HELP mysql_global_variables_column_compression_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_column_compression_threshold gauge mysql_global_variables_column_compression_threshold 100 # HELP mysql_global_variables_column_compression_zlib_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_column_compression_zlib_level gauge mysql_global_variables_column_compression_zlib_level 6 # HELP mysql_global_variables_column_compression_zlib_wrap Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_column_compression_zlib_wrap gauge mysql_global_variables_column_compression_zlib_wrap 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_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_deadlock_search_depth_long Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_deadlock_search_depth_long gauge mysql_global_variables_deadlock_search_depth_long 15 # HELP mysql_global_variables_deadlock_search_depth_short Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_deadlock_search_depth_short gauge mysql_global_variables_deadlock_search_depth_short 4 # HELP mysql_global_variables_deadlock_timeout_long Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_deadlock_timeout_long gauge mysql_global_variables_deadlock_timeout_long 5e+07 # HELP mysql_global_variables_deadlock_timeout_short Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_deadlock_timeout_short gauge mysql_global_variables_deadlock_timeout_short 10000 # 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_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 0 # 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_encrypt_binlog Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_encrypt_binlog gauge mysql_global_variables_encrypt_binlog 0 # HELP mysql_global_variables_encrypt_tmp_disk_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_encrypt_tmp_disk_tables gauge mysql_global_variables_encrypt_tmp_disk_tables 0 # HELP mysql_global_variables_encrypt_tmp_files Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_encrypt_tmp_files gauge mysql_global_variables_encrypt_tmp_files 0 # 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 0 # HELP mysql_global_variables_expensive_subquery_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_expensive_subquery_limit gauge mysql_global_variables_expensive_subquery_limit 100 # 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 10 # 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_extra_max_connections Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_extra_max_connections gauge mysql_global_variables_extra_max_connections 1 # HELP mysql_global_variables_extra_port Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_extra_port gauge mysql_global_variables_extra_port 0 # 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_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 1.048576e+06 # HELP mysql_global_variables_gtid_cleanup_batch_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_cleanup_batch_size gauge mysql_global_variables_gtid_cleanup_batch_size 64 # HELP mysql_global_variables_gtid_domain_id Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_domain_id gauge mysql_global_variables_gtid_domain_id 0 # HELP mysql_global_variables_gtid_ignore_duplicates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_ignore_duplicates gauge mysql_global_variables_gtid_ignore_duplicates 0 # HELP mysql_global_variables_gtid_strict_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_gtid_strict_mode gauge mysql_global_variables_gtid_strict_mode 0 # 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_crypt Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_crypt gauge mysql_global_variables_have_crypt 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 1 # 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_symlink Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_have_symlink gauge mysql_global_variables_have_symlink 1 # HELP mysql_global_variables_histogram_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_histogram_size gauge mysql_global_variables_histogram_size 254 # 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 0 # HELP mysql_global_variables_idle_readonly_transaction_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_idle_readonly_transaction_timeout gauge mysql_global_variables_idle_readonly_transaction_timeout 0 # HELP mysql_global_variables_idle_transaction_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_idle_transaction_timeout gauge mysql_global_variables_idle_transaction_timeout 0 # HELP mysql_global_variables_idle_write_transaction_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_idle_write_transaction_timeout gauge mysql_global_variables_idle_write_transaction_timeout 0 # HELP mysql_global_variables_ignore_builtin_innodb Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_ignore_builtin_innodb gauge mysql_global_variables_ignore_builtin_innodb 0 # HELP mysql_global_variables_in_predicate_conversion_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_in_predicate_conversion_threshold gauge mysql_global_variables_in_predicate_conversion_threshold 1000 # 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 0 # 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_alter_copy_bulk Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_alter_copy_bulk gauge mysql_global_variables_innodb_alter_copy_bulk 1 # 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 1 # HELP mysql_global_variables_innodb_buf_dump_status_frequency Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_buf_dump_status_frequency gauge mysql_global_variables_innodb_buf_dump_status_frequency 0 # 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.6777216e+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_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.073741824e+10 # 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_compression_default Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_compression_default gauge mysql_global_variables_innodb_compression_default 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_data_file_buffering Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_data_file_buffering gauge mysql_global_variables_innodb_data_file_buffering 0 # HELP mysql_global_variables_innodb_data_file_write_through Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_data_file_write_through gauge mysql_global_variables_innodb_data_file_write_through 0 # 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_default_encryption_key_id Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_default_encryption_key_id gauge mysql_global_variables_innodb_default_encryption_key_id 1 # 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_encrypt_log Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encrypt_log gauge mysql_global_variables_innodb_encrypt_log 0 # HELP mysql_global_variables_innodb_encrypt_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encrypt_tables gauge mysql_global_variables_innodb_encrypt_tables 0 # HELP mysql_global_variables_innodb_encrypt_temporary_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encrypt_temporary_tables gauge mysql_global_variables_innodb_encrypt_temporary_tables 0 # HELP mysql_global_variables_innodb_encryption_rotate_key_age Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encryption_rotate_key_age gauge mysql_global_variables_innodb_encryption_rotate_key_age 1 # HELP mysql_global_variables_innodb_encryption_rotation_iops Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encryption_rotation_iops gauge mysql_global_variables_innodb_encryption_rotation_iops 100 # HELP mysql_global_variables_innodb_encryption_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_encryption_threads gauge mysql_global_variables_innodb_encryption_threads 0 # 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_fatal_semaphore_wait_threshold Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_fatal_semaphore_wait_threshold gauge mysql_global_variables_innodb_fatal_semaphore_wait_threshold 600 # 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 1 # 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_primary_key Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_force_primary_key gauge mysql_global_variables_innodb_force_primary_key 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 1 # 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_immediate_scrub_data_uncompressed Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_immediate_scrub_data_uncompressed gauge mysql_global_variables_innodb_immediate_scrub_data_uncompressed 0 # 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_file_buffering Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_file_buffering gauge mysql_global_variables_innodb_log_file_buffering 0 # 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 1.073741824e+09 # HELP mysql_global_variables_innodb_log_file_write_through Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_file_write_through gauge mysql_global_variables_innodb_log_file_write_through 0 # HELP mysql_global_variables_innodb_log_spin_wait_delay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_log_spin_wait_delay gauge mysql_global_variables_innodb_log_spin_wait_delay 0 # 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 512 # HELP mysql_global_variables_innodb_lru_flush_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_lru_flush_size gauge mysql_global_variables_innodb_lru_flush_size 32 # 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 1536 # 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 0 # 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_purge_lag_wait Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_max_purge_lag_wait gauge mysql_global_variables_innodb_max_purge_lag_wait 4.294967295e+09 # 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.048576e+07 # 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 2000 # 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_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_prefix_index_cluster_optimization Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_prefix_index_cluster_optimization gauge mysql_global_variables_innodb_prefix_index_cluster_optimization 0 # 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_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 1000 # 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_read_only_compressed Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_read_only_compressed gauge mysql_global_variables_innodb_read_only_compressed 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_snapshot_isolation Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_snapshot_isolation gauge mysql_global_variables_innodb_snapshot_isolation 0 # 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 4 # 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_modified_counter Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_modified_counter gauge mysql_global_variables_innodb_stats_modified_counter 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_traditional Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_stats_traditional gauge mysql_global_variables_innodb_stats_traditional 1 # 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_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_truncate_temporary_tablespace_now Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_truncate_temporary_tablespace_now gauge mysql_global_variables_innodb_truncate_temporary_tablespace_now 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 0 # 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 3 # HELP mysql_global_variables_innodb_use_atomic_writes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_innodb_use_atomic_writes gauge mysql_global_variables_innodb_use_atomic_writes 1 # 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 0 # 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_join_buffer_space_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_join_buffer_space_limit gauge mysql_global_variables_join_buffer_space_limit 2.097152e+06 # HELP mysql_global_variables_join_cache_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_join_cache_level gauge mysql_global_variables_join_cache_level 2 # 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.34217728e+08 # 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_key_cache_file_hash_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_cache_file_hash_size gauge mysql_global_variables_key_cache_file_hash_size 512 # HELP mysql_global_variables_key_cache_segments Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_key_cache_segments gauge mysql_global_variables_key_cache_segments 0 # 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 1 # 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 86400 # 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 0 # HELP mysql_global_variables_log_bin_compress Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_bin_compress gauge mysql_global_variables_log_bin_compress 0 # HELP mysql_global_variables_log_bin_compress_min_len Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_bin_compress_min_len gauge mysql_global_variables_log_bin_compress_min_len 256 # 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_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_slave_updates Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slave_updates gauge mysql_global_variables_log_slave_updates 0 # 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 1 # HELP mysql_global_variables_log_slow_max_warnings Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_max_warnings gauge mysql_global_variables_log_slow_max_warnings 10 # HELP mysql_global_variables_log_slow_min_examined_row_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_min_examined_row_limit gauge mysql_global_variables_log_slow_min_examined_row_limit 0 # HELP mysql_global_variables_log_slow_query Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_query gauge mysql_global_variables_log_slow_query 0 # HELP mysql_global_variables_log_slow_query_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_query_time gauge mysql_global_variables_log_slow_query_time 10 # HELP mysql_global_variables_log_slow_rate_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_slow_rate_limit gauge mysql_global_variables_log_slow_rate_limit 1 # 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 1 # HELP mysql_global_variables_log_tc_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_tc_size gauge mysql_global_variables_log_tc_size 24576 # HELP mysql_global_variables_log_warnings Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_log_warnings gauge mysql_global_variables_log_warnings 2 # 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 1.6777216e+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.073741824e+09 # 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_binlog_total_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_binlog_total_size gauge mysql_global_variables_max_binlog_total_size 0 # 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 151 # 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 64 # 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 1024 # HELP mysql_global_variables_max_password_errors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_password_errors gauge mysql_global_variables_max_password_errors 4.294967295e+09 # 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_recursive_iterations Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_recursive_iterations gauge mysql_global_variables_max_recursive_iterations 1000 # 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 1.073741824e+09 # HELP mysql_global_variables_max_rowid_filter_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_rowid_filter_size gauge mysql_global_variables_max_rowid_filter_size 131072 # 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 4.294967295e+09 # HELP mysql_global_variables_max_session_mem_used Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_session_mem_used gauge mysql_global_variables_max_session_mem_used 9.223372036854776e+18 # 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_statement_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_statement_time gauge mysql_global_variables_max_statement_time 0 # HELP mysql_global_variables_max_tmp_session_space_usage Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_tmp_session_space_usage gauge mysql_global_variables_max_tmp_session_space_usage 1.099511627776e+12 # HELP mysql_global_variables_max_tmp_total_space_usage Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_max_tmp_total_space_usage gauge mysql_global_variables_max_tmp_total_space_usage 1.099511627776e+12 # 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 4.294967295e+09 # HELP mysql_global_variables_metadata_locks_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_metadata_locks_cache_size gauge mysql_global_variables_metadata_locks_cache_size 1024 # HELP mysql_global_variables_metadata_locks_hash_instances Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_metadata_locks_hash_instances gauge mysql_global_variables_metadata_locks_hash_instances 8 # 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_mrr_buffer_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mrr_buffer_size gauge mysql_global_variables_mrr_buffer_size 262144 # HELP mysql_global_variables_myisam_block_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_block_size gauge mysql_global_variables_myisam_block_size 1024 # 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_repair_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_myisam_repair_threads gauge mysql_global_variables_myisam_repair_threads 1 # 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 1.34216704e+08 # 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_mysql56_temporal_format Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_mysql56_temporal_format gauge mysql_global_variables_mysql56_temporal_format 1 # 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_old Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_old gauge mysql_global_variables_old 0 # HELP mysql_global_variables_old_passwords Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_old_passwords gauge mysql_global_variables_old_passwords 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 32190 # HELP mysql_global_variables_optimizer_adjust_secondary_key_costs Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_adjust_secondary_key_costs gauge mysql_global_variables_optimizer_adjust_secondary_key_costs 0 # HELP mysql_global_variables_optimizer_disk_read_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_disk_read_cost gauge mysql_global_variables_optimizer_disk_read_cost 10.24 # HELP mysql_global_variables_optimizer_disk_read_ratio Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_disk_read_ratio gauge mysql_global_variables_optimizer_disk_read_ratio 0.02 # HELP mysql_global_variables_optimizer_extra_pruning_depth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_extra_pruning_depth gauge mysql_global_variables_optimizer_extra_pruning_depth 8 # HELP mysql_global_variables_optimizer_index_block_copy_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_index_block_copy_cost gauge mysql_global_variables_optimizer_index_block_copy_cost 0.0356 # HELP mysql_global_variables_optimizer_key_compare_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_key_compare_cost gauge mysql_global_variables_optimizer_key_compare_cost 0.011361 # HELP mysql_global_variables_optimizer_key_copy_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_key_copy_cost gauge mysql_global_variables_optimizer_key_copy_cost 0.015685 # HELP mysql_global_variables_optimizer_key_lookup_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_key_lookup_cost gauge mysql_global_variables_optimizer_key_lookup_cost 0.435777 # HELP mysql_global_variables_optimizer_key_next_find_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_key_next_find_cost gauge mysql_global_variables_optimizer_key_next_find_cost 0.082347 # HELP mysql_global_variables_optimizer_max_sel_arg_weight Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_max_sel_arg_weight gauge mysql_global_variables_optimizer_max_sel_arg_weight 32000 # HELP mysql_global_variables_optimizer_max_sel_args Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_max_sel_args gauge mysql_global_variables_optimizer_max_sel_args 16000 # 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 2 # HELP mysql_global_variables_optimizer_row_copy_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_row_copy_cost gauge mysql_global_variables_optimizer_row_copy_cost 0.060866 # HELP mysql_global_variables_optimizer_row_lookup_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_row_lookup_cost gauge mysql_global_variables_optimizer_row_lookup_cost 0.130839 # HELP mysql_global_variables_optimizer_row_next_find_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_row_next_find_cost gauge mysql_global_variables_optimizer_row_next_find_cost 0.045916 # HELP mysql_global_variables_optimizer_rowid_compare_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_rowid_compare_cost gauge mysql_global_variables_optimizer_rowid_compare_cost 0.002653 # HELP mysql_global_variables_optimizer_rowid_copy_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_rowid_copy_cost gauge mysql_global_variables_optimizer_rowid_copy_cost 0.002653 # HELP mysql_global_variables_optimizer_scan_setup_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_scan_setup_cost gauge mysql_global_variables_optimizer_scan_setup_cost 10 # 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_selectivity_sampling_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_selectivity_sampling_limit gauge mysql_global_variables_optimizer_selectivity_sampling_limit 100 # 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_use_condition_selectivity Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_use_condition_selectivity gauge mysql_global_variables_optimizer_use_condition_selectivity 4 # HELP mysql_global_variables_optimizer_where_cost Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_optimizer_where_cost gauge mysql_global_variables_optimizer_where_cost 0.032 # 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 0 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 -1 # 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 90 # 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_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 320 # 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 210 # 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 50 # 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 160 # 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 222 # 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 50 # 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 -1 # 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_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_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_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_progress_report_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_progress_report_time gauge mysql_global_variables_progress_report_time 5 # 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 16384 # HELP mysql_global_variables_query_cache_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_limit gauge mysql_global_variables_query_cache_limit 1.048576e+06 # HELP mysql_global_variables_query_cache_min_res_unit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_min_res_unit gauge mysql_global_variables_query_cache_min_res_unit 4096 # HELP mysql_global_variables_query_cache_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_size gauge mysql_global_variables_query_cache_size 1.048576e+06 # HELP mysql_global_variables_query_cache_strip_comments Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_strip_comments gauge mysql_global_variables_query_cache_strip_comments 0 # HELP mysql_global_variables_query_cache_type Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_type gauge mysql_global_variables_query_cache_type 0 # HELP mysql_global_variables_query_cache_wlock_invalidate Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_query_cache_wlock_invalidate gauge mysql_global_variables_query_cache_wlock_invalidate 0 # 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 24576 # 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_read_binlog_speed_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_read_binlog_speed_limit gauge mysql_global_variables_read_binlog_speed_limit 0 # 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 0 # 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_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_replicate_annotate_row_events Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_replicate_annotate_row_events gauge mysql_global_variables_replicate_annotate_row_events 1 # 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_rowid_merge_buff_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rowid_merge_buff_size gauge mysql_global_variables_rowid_merge_buff_size 8.388608e+06 # HELP mysql_global_variables_rpl_semi_sync_master_enabled Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_master_enabled gauge mysql_global_variables_rpl_semi_sync_master_enabled 0 # HELP mysql_global_variables_rpl_semi_sync_master_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_master_timeout gauge mysql_global_variables_rpl_semi_sync_master_timeout 10000 # HELP mysql_global_variables_rpl_semi_sync_master_trace_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_master_trace_level gauge mysql_global_variables_rpl_semi_sync_master_trace_level 32 # HELP mysql_global_variables_rpl_semi_sync_master_wait_no_slave Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_master_wait_no_slave gauge mysql_global_variables_rpl_semi_sync_master_wait_no_slave 1 # HELP mysql_global_variables_rpl_semi_sync_slave_delay_master Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_slave_delay_master gauge mysql_global_variables_rpl_semi_sync_slave_delay_master 0 # HELP mysql_global_variables_rpl_semi_sync_slave_enabled Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_slave_enabled gauge mysql_global_variables_rpl_semi_sync_slave_enabled 0 # HELP mysql_global_variables_rpl_semi_sync_slave_kill_conn_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_slave_kill_conn_timeout gauge mysql_global_variables_rpl_semi_sync_slave_kill_conn_timeout 5 # HELP mysql_global_variables_rpl_semi_sync_slave_trace_level Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_rpl_semi_sync_slave_trace_level gauge mysql_global_variables_rpl_semi_sync_slave_trace_level 32 # HELP mysql_global_variables_secure_auth Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_secure_auth gauge mysql_global_variables_secure_auth 1 # HELP mysql_global_variables_secure_timestamp Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_secure_timestamp gauge mysql_global_variables_secure_timestamp 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_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_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_grant_tables Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_skip_grant_tables gauge mysql_global_variables_skip_grant_tables 0 # 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 1 # 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_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_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_connections_needed_for_purge Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_connections_needed_for_purge gauge mysql_global_variables_slave_connections_needed_for_purge 1 # HELP mysql_global_variables_slave_domain_parallel_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_domain_parallel_threads gauge mysql_global_variables_slave_domain_parallel_threads 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_max_statement_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_max_statement_time gauge mysql_global_variables_slave_max_statement_time 0 # 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_max_queued Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_parallel_max_queued gauge mysql_global_variables_slave_parallel_max_queued 131072 # HELP mysql_global_variables_slave_parallel_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_parallel_threads gauge mysql_global_variables_slave_parallel_threads 0 # 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 0 # HELP mysql_global_variables_slave_run_triggers_for_rbr Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_run_triggers_for_rbr gauge mysql_global_variables_slave_run_triggers_for_rbr 0 # 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 0 # 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_slave_transaction_retry_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_slave_transaction_retry_interval gauge mysql_global_variables_slave_transaction_retry_interval 0 # 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 2.097152e+06 # 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_if_exists Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_if_exists gauge mysql_global_variables_sql_if_exists 0 # HELP mysql_global_variables_sql_log_bin Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sql_log_bin gauge mysql_global_variables_sql_log_bin 1 # 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_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_standard_compliant_cte Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_standard_compliant_cte gauge mysql_global_variables_standard_compliant_cte 1 # 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_strict_password_validation Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_strict_password_validation gauge mysql_global_variables_strict_password_validation 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 0 # HELP mysql_global_variables_sync_frm Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_sync_frm gauge mysql_global_variables_sync_frm 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_system_versioning_insert_history Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_system_versioning_insert_history gauge mysql_global_variables_system_versioning_insert_history 0 # 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 400 # 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 2000 # 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 8 # HELP mysql_global_variables_tcp_keepalive_interval Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tcp_keepalive_interval gauge mysql_global_variables_tcp_keepalive_interval 0 # HELP mysql_global_variables_tcp_keepalive_probes Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tcp_keepalive_probes gauge mysql_global_variables_tcp_keepalive_probes 0 # HELP mysql_global_variables_tcp_keepalive_time Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tcp_keepalive_time gauge mysql_global_variables_tcp_keepalive_time 0 # HELP mysql_global_variables_tcp_nodelay Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tcp_nodelay gauge mysql_global_variables_tcp_nodelay 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 151 # HELP mysql_global_variables_thread_pool_dedicated_listener Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_dedicated_listener gauge mysql_global_variables_thread_pool_dedicated_listener 0 # HELP mysql_global_variables_thread_pool_exact_stats Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_exact_stats gauge mysql_global_variables_thread_pool_exact_stats 0 # HELP mysql_global_variables_thread_pool_idle_timeout Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_idle_timeout gauge mysql_global_variables_thread_pool_idle_timeout 60 # HELP mysql_global_variables_thread_pool_max_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_max_threads gauge mysql_global_variables_thread_pool_max_threads 65536 # HELP mysql_global_variables_thread_pool_oversubscribe Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_oversubscribe gauge mysql_global_variables_thread_pool_oversubscribe 3 # HELP mysql_global_variables_thread_pool_prio_kickup_timer Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_prio_kickup_timer gauge mysql_global_variables_thread_pool_prio_kickup_timer 1000 # HELP mysql_global_variables_thread_pool_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_size gauge mysql_global_variables_thread_pool_size 8 # HELP mysql_global_variables_thread_pool_stall_limit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_thread_pool_stall_limit gauge mysql_global_variables_thread_pool_stall_limit 500 # 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 299008 # HELP mysql_global_variables_tmp_disk_table_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tmp_disk_table_size gauge mysql_global_variables_tmp_disk_table_size 1.8446744073709552e+19 # HELP mysql_global_variables_tmp_memory_table_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tmp_memory_table_size gauge mysql_global_variables_tmp_memory_table_size 1.6777216e+07 # 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_tx_read_only Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_tx_read_only gauge mysql_global_variables_tx_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_userstat Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_userstat gauge mysql_global_variables_userstat 0 # 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_wsrep_auto_increment_control Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_auto_increment_control gauge mysql_global_variables_wsrep_auto_increment_control 1 # HELP mysql_global_variables_wsrep_certify_nonpk Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_certify_nonpk gauge mysql_global_variables_wsrep_certify_nonpk 1 # HELP mysql_global_variables_wsrep_convert_lock_to_trx Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_convert_lock_to_trx gauge mysql_global_variables_wsrep_convert_lock_to_trx 0 # HELP mysql_global_variables_wsrep_desync Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_desync gauge mysql_global_variables_wsrep_desync 0 # HELP mysql_global_variables_wsrep_dirty_reads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_dirty_reads gauge mysql_global_variables_wsrep_dirty_reads 0 # HELP mysql_global_variables_wsrep_drupal_282555_workaround Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_drupal_282555_workaround gauge mysql_global_variables_wsrep_drupal_282555_workaround 0 # HELP mysql_global_variables_wsrep_gtid_domain_id Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_gtid_domain_id gauge mysql_global_variables_wsrep_gtid_domain_id 0 # HELP mysql_global_variables_wsrep_gtid_mode Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_gtid_mode gauge mysql_global_variables_wsrep_gtid_mode 0 # HELP mysql_global_variables_wsrep_ignore_apply_errors Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_ignore_apply_errors gauge mysql_global_variables_wsrep_ignore_apply_errors 7 # HELP mysql_global_variables_wsrep_log_conflicts Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_log_conflicts gauge mysql_global_variables_wsrep_log_conflicts 0 # HELP mysql_global_variables_wsrep_max_ws_rows Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_max_ws_rows gauge mysql_global_variables_wsrep_max_ws_rows 0 # HELP mysql_global_variables_wsrep_max_ws_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_max_ws_size gauge mysql_global_variables_wsrep_max_ws_size 2.147483647e+09 # HELP mysql_global_variables_wsrep_mysql_replication_bundle Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_mysql_replication_bundle gauge mysql_global_variables_wsrep_mysql_replication_bundle 0 # HELP mysql_global_variables_wsrep_on Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_on gauge mysql_global_variables_wsrep_on 0 # HELP mysql_global_variables_wsrep_recover Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_recover gauge mysql_global_variables_wsrep_recover 0 # HELP mysql_global_variables_wsrep_restart_slave Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_restart_slave gauge mysql_global_variables_wsrep_restart_slave 0 # HELP mysql_global_variables_wsrep_retry_autocommit Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_retry_autocommit gauge mysql_global_variables_wsrep_retry_autocommit 1 # HELP mysql_global_variables_wsrep_slave_fk_checks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_slave_fk_checks gauge mysql_global_variables_wsrep_slave_fk_checks 1 # HELP mysql_global_variables_wsrep_slave_threads Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_slave_threads gauge mysql_global_variables_wsrep_slave_threads 1 # HELP mysql_global_variables_wsrep_slave_uk_checks Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_slave_uk_checks gauge mysql_global_variables_wsrep_slave_uk_checks 0 # HELP mysql_global_variables_wsrep_sst_donor_rejects_queries Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_sst_donor_rejects_queries gauge mysql_global_variables_wsrep_sst_donor_rejects_queries 0 # HELP mysql_global_variables_wsrep_sync_wait Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_sync_wait gauge mysql_global_variables_wsrep_sync_wait 0 # HELP mysql_global_variables_wsrep_trx_fragment_size Generic gauge metric from SHOW GLOBAL VARIABLES. # TYPE mysql_global_variables_wsrep_trx_fragment_size gauge mysql_global_variables_wsrep_trx_fragment_size 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="",version="11.5.2-MariaDB-ubu2404",version_comment="mariadb.org binary distribution"} 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.23.6",revision="e84f4f22f8a11089d5f04ff9bfdc5fc042605773",tags="unknown",version="0.17.2"} 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 30535.09 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 2.8858080798e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.4581587911e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.589248e+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.76206428596e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.26875648e+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"} 639201 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0