File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ The check does not collect all metrics by default. Set the following boolean con
475
475
| mysql.innodb.ibuf_merges | RATE |
476
476
| mysql.innodb.ibuf_segment_size | GAUGE |
477
477
| mysql.innodb.ibuf_size | GAUGE |
478
- | mysql.innodb.lock_structs | RATE |
478
+ | mysql.innodb.lock_structs | GAUGE |
479
479
| mysql.innodb.locked_tables | GAUGE |
480
480
| mysql.innodb.locked_transactions | GAUGE |
481
481
| mysql.innodb.log_waits | RATE |
Original file line number Diff line number Diff line change
1
+ Changing the mysql.innodb.lock_structs metric type to gauge
Original file line number Diff line number Diff line change 180
180
'Innodb_ibuf_merges' : ('mysql.innodb.ibuf_merges' , RATE ),
181
181
'Innodb_ibuf_segment_size' : ('mysql.innodb.ibuf_segment_size' , GAUGE ),
182
182
'Innodb_ibuf_size' : ('mysql.innodb.ibuf_size' , GAUGE ),
183
- 'Innodb_lock_structs' : ('mysql.innodb.lock_structs' , RATE ),
183
+ 'Innodb_lock_structs' : ('mysql.innodb.lock_structs' , GAUGE ),
184
184
'Innodb_locked_tables' : ('mysql.innodb.locked_tables' , GAUGE ),
185
185
'Innodb_locked_transactions' : ('mysql.innodb.locked_transactions' , GAUGE ),
186
186
'Innodb_log_waits' : ('mysql.innodb.log_waits' , RATE ),
You can’t perform that action at this time.
0 commit comments