Skip to content

Commit

Permalink
Check for binlog metric
Browse files Browse the repository at this point in the history
  • Loading branch information
hithwen committed Apr 27, 2021
1 parent fdcf3bb commit 08ed446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/tests/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

# Calculated from "SHOW MASTER LOGS;"
BINLOG_VARS = [
# 'mysql.binlog.disk_use', Only collected if log_bin is true
'mysql.binlog.disk_use', # Only collected if log_bin is true
]

SYSTEM_METRICS = ['mysql.performance.user_time', 'mysql.performance.kernel_time', 'mysql.performance.cpu_time']
Expand Down

0 comments on commit 08ed446

Please sign in to comment.