Open
Description
I'm getting values for these six metrics.
- mysql.innodb.s_lock_os_waits
- mysql.innodb.s_lock_spin_waits
- mysql.innodb.s_lock_spin_rounds
- mysql.innodb.x_lock_os_waits
- mysql.innodb.x_lock_spin_waits
- mysql.innodb.x_lock_spin_rounds
However, there are no values for the three metrics for RW-sx spins.
- mysql.innodb.sx_lock_os_waits
- mysql.innodb.sx_lock_spin_waits
- mysql.innodb.sx_lock_spin_rounds
The operation to get the values of these metrics from the result of SHOW ENGINE INNODB STATUS is not implemented in mysql integration.
integrations-core/mysql/datadog_checks/mysql/innodb_metrics.py
Lines 83 to 112 in f5a8b7c