Skip to content

Commit

Permalink
changed to monotonic_count
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovb committed Feb 23, 2024
1 parent 8e89bf4 commit 8bce957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mysql.innodb.buffer_pool_utilization,gauge,,fraction,,The utilization of the Inn
mysql.innodb.current_row_locks,gauge,,lock,,The number of current row locks.,-1,mysql,current row locks,
mysql.innodb.data_reads,gauge,,read,second,The rate of data reads.,0,mysql,data reads,
mysql.innodb.data_writes,gauge,,write,second,The rate of data writes.,0,mysql,data writes,
mysql.innodb.deadlocks,gauge,,lock,,"The number of current row deadlocks.",0,mysql,number of deadlocks,
mysql.innodb.deadlocks,monotonic_count,,lock,,"The number of deadlocks.",0,mysql,number of deadlocks,
mysql.innodb.mutex_os_waits,gauge,,event,second,The rate of mutex OS waits.,0,mysql,mutex os waits,
mysql.innodb.mutex_spin_rounds,gauge,,event,second,The rate of mutex spin rounds.,0,mysql,mutex spin rounds,
mysql.innodb.mutex_spin_waits,gauge,,event,second,The rate of mutex spin waits.,0,mysql,mutex spin waits,
Expand Down

0 comments on commit 8bce957

Please sign in to comment.